Namespace
linuxserver
Image / Tag
bookstack:amd64-version-v0.31.8
Content Digest
sha256:aee4e2b60102a32257e37dd04e989f2c024e7182aa49ea14ae17b867b284c2a4
Details
Created

2021-04-08 16:12:43 UTC

Size

116 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.31.8-ls129 Build-date:- 2021-04-08T12:11:08-04:00
  • maintainer
    homerr

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:919bf3804c817e1a27ba3de3740d4b8148b07522bb50e0aa339d1b5155ab47dc - 2.4% (2.79 MB)

[#001] sha256:e6609f9d2183c7d0c6bdf28a54c7d2b4cd441aecbe03f954a8cdb77ea3a2529f - 1.55% (1.8 MB)

[#002] sha256:443a3974cb2b266907cb08137f728e43aea634911386a1b5a9cf84b2fdc40952 - 1.5% (1.74 MB)

[#003] sha256:5f27a74fb868f7055fe5079b8afa0e24bce5b6b081b48e01c6c78cb3c327d042 - 0.0% (437 Bytes)

[#004] sha256:f37d364cbb4175277a07bc52f17f620f33d8b5057a7ec22f4773b411dde3d50e - 2.46% (2.86 MB)

[#005] sha256:e22d9e6c795f030eaefb3f7f9fc224a77feae07c84d6b09477ab7794d9391005 - 0.0% (2.61 KB)

[#006] sha256:d2e290dbe6856bb8a7f009be6d5853dcf8a43fec3106b8aed2d5b2d45d234ecc - 13.32% (15.5 MB)

[#007] sha256:7b177562018e9202162b13ce888c380ade156e324d3820cfdd77433d2eb7718f - 0.0% (3.02 KB)

[#008] sha256:8366f345122a8741acd1cde1a19e8f4acf219aea60f83fbd955e5252782f9605 - 78.76% (91.4 MB)

[#009] sha256:04cf61c0cdf2b98aa724746458109d5bd73249c2ba14112a110647e968dd4584 - 0.0% (2.97 KB)


History
2021-04-06 06:38:19 UTC

/bin/sh -c #(nop) COPY dir:f22ff204aaa65710e2fac9b0fce7172e56bceede80273631329f4331f9c1f0b8 in /

2021-04-06 06:38:19 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-04-06 06:38:20 UTC

/bin/sh -c #(nop) ARG VERSION

2021-04-06 06:38:20 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4571dfd8-ls20 Build-date:- 2021-04-06T07:37:23+01:00

2021-04-06 06:38:20 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-04-06 06:38:21 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-04-06 06:38:21 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2021-04-06 06:38:23 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2021-04-06 06:38:25 UTC

|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=4571dfd8-ls20 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-04-06 06:38:25 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-04-06 06:38:26 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-04-06 06:38:29 UTC

|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=4571dfd8-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-04-06 06:38:29 UTC

/bin/sh -c #(nop) COPY dir:848ed3e822868f0038e92f8385d371d676b0aebbd8ef220c47e8408e5a1a8b62 in /

2021-04-06 06:38:30 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2021-04-08 06:02:39 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-04-08 06:02:39 UTC

/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /

2021-04-08 06:02:39 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2021-04-08 06:02:39 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-04-08 16:12:12 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-04-08 16:12:12 UTC

/bin/sh -c #(nop) ARG VERSION

2021-04-08 16:12:13 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2021-04-08 16:12:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.31.8-ls129 Build-date:- 2021-04-08T12:11:08-04:00

2021-04-08 16:12:13 UTC

/bin/sh -c #(nop) LABEL maintainer=homerr

2021-04-08 16:12:13 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2021-04-08 16:12:42 UTC

|3 BOOKSTACK_RELEASE=v0.31.8 BUILD_DATE=2021-04-08T12:11:08-04:00 VERSION=v0.31.8-ls129 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl fontconfig memcached netcat-openbsd php7-ctype php7-curl php7-dom php7-gd php7-ldap php7-mbstring php7-memcached php7-mysqlnd php7-openssl php7-pdo_mysql php7-phar php7-simplexml php7-tokenizer qt5-qtbase tar ttf-freefont wkhtmltopdf && echo "**** tidy bug fix ****" && curl -s http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/tidyhtml-libs-5.4.0-r0.apk | tar xfz - -C / && rm -f /usr/lib/libtidy.so.5.6.0 && echo "**** configure php-fpm ****" && sed -i 's/;clear_env = no/clear_env = no/g' /etc/php7/php-fpm.d/www.conf && echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && echo "**** fetch bookstack ****" && mkdir -p /var/www/html && if [ -z ${BOOKSTACK_RELEASE+x} ]; then BOOKSTACK_RELEASE=$(curl -sX GET "https://api.github.com/repos/bookstackapp/bookstack/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/bookstack.tar.gz -L "https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_RELEASE}.tar.gz" && tar xf /tmp/bookstack.tar.gz -C /var/www/html/ --strip-components=1 && echo "**** install composer ****" && cd /tmp && curl -sS https://getcomposer.org/installer | php && mv /tmp/composer.phar /usr/local/bin/composer && echo "**** install composer dependencies ****" && composer install -d /var/www/html/ && echo "**** cleanup ****" && rm -rf /root/.composer /tmp/*

2021-04-08 16:12:43 UTC

/bin/sh -c #(nop) COPY dir:123c4049fbc2d9d311554009b2d6c48330301e0827bf96366d5b70c23e536fdc in /

2021-04-08 16:12:43 UTC

/bin/sh -c #(nop) VOLUME [/config]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete