Namespace
linuxserver
Image / Tag
bookstack:v0.24.3-ls20
Content Digest
sha256:03822f6b550ec200b399b8453bdd10708086af201ce81e771f11e969258f3d35
Details
Created

2018-12-04 10:14:44 UTC

Size

43.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.24.3-ls20 Build-date:- 2018-12-04T10:12:41+00: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:e62e2716af5b0a5b2f072c18a034cbc0e45e574949d6dcfa698e9ec522012c31 - 5.12% (2.22 MB)

[#001] sha256:71fa80f6a1a3fe19b436addc42e1a5eb5eee516d53e57a1e9d504a066cd678ac - 11.14% (4.83 MB)

[#002] sha256:5419e3b18744a2a8f55453220c4d28401baedf59dc3b84d3c8e84cfbc02569bf - 0.0% (456 Bytes)

[#003] sha256:eae99a221fbfd5c0d3437c81e9a55fb64ebc83671742093bdfb024cde0636be2 - 34.7% (15 MB)

[#004] sha256:71f2a60c17080c02b2e406ce032653cd6e642bd84a2d50ae7288908465ade995 - 0.01% (2.79 KB)

[#005] sha256:6606fba60c13c65e5711446796426f0d82483e124eec3b7a75088bd2d7cca564 - 49.03% (21.3 MB)

[#006] sha256:a7f49b707e8ab3ec3c8a7fb458b5ccda16bdef83bdfffa42e4843145678bf084 - 0.01% (2.25 KB)


History
2018-11-30 23:09:38 UTC

/bin/sh -c #(nop) ADD file:ba4bdd07e44717448cb00d4a80f3ea89f5de6b2237201687f912d5b54cce7a83 in /

2018-11-30 23:09:38 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2018-11-30 23:09:39 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0

2018-11-30 23:09:39 UTC

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

2018-11-30 23:09:39 UTC

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

2018-11-30 23:09:43 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.7.0 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2018-11-30 23:09:44 UTC

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

2018-11-30 23:09:44 UTC

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

2018-11-30 23:10:20 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-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

2018-11-30 23:10:20 UTC

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

2018-11-30 23:10:21 UTC

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

2018-11-30 23:10:21 UTC

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

2018-12-04 10:13:23 UTC

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

2018-12-04 10:13:24 UTC

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

2018-12-04 10:13:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.24.3-ls20 Build-date:- 2018-12-04T10:12:41+00:00

2018-12-04 10:13:24 UTC

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

2018-12-04 10:13:24 UTC

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

2018-12-04 10:14:43 UTC

|3 BOOKSTACK_RELEASE=v0.24.3 BUILD_DATE=2018-12-04T10:12:41+00:00 VERSION=v0.24.3-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached php7-ctype php7-dom php7-gd php7-ldap php7-mbstring php7-memcached php7-mysqlnd php7-openssl php7-pdo_mysql php7-phar php7-simplexml php7-tidy php7-tokenizer && 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/*

2018-12-04 10:14:43 UTC

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

2018-12-04 10:14:44 UTC

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

Details
Created

2018-12-04 10:19:16 UTC

Size

43 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.24.3-ls20 Build-date:- 2018-12-04T10:12:41+00: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:e2272372e49c27e931983231347babe8e94eeb40f691af58eb028b470b453d11 - 5.01% (2.16 MB)

[#001] sha256:2346e6a4ee826aee6fd779f30a5fe4562da64e9a3bd549b2460391787807e073 - 11.12% (4.78 MB)

[#002] sha256:a91bb989b4dbb4917f6aa2b934dccef043bd09a2790834c74e2f71b120d38fce - 0.0% (450 Bytes)

[#003] sha256:2793c57d83f114f96d84edc2c6a42db9fd59b4dbb786f46b87b4730560c53bea - 32.49% (14 MB)

[#004] sha256:4dcebda229bfcda92682d8f47039819a7f58115535fd7ac65c4a58b0a9c53a3b - 0.01% (2.85 KB)

[#005] sha256:ad79d2e62078f15992b380707df5c29a06744c8307a63ae7e8400b3de344bb8a - 3.15% (1.35 MB)

[#006] sha256:e4ef24be6dfff56a68a7d6bd926f2dd85ebfd82c008a113e486eeba3584000a6 - 48.21% (20.7 MB)

[#007] sha256:764ff1eb3b887e3e45d8f8439173723f5138cd9009231b497f3e4f0f6c4564a5 - 0.01% (2.25 KB)


History
2018-11-30 23:17:28 UTC

/bin/sh -c #(nop) ADD file:ee645b8953b487e80507fc4b9ca76a23f1a53ac44b20c46ff3b371111428d775 in /

2018-11-30 23:17:29 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2018-11-30 23:17:30 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0

2018-11-30 23:17:31 UTC

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

2018-11-30 23:17:31 UTC

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

2018-11-30 23:17:43 UTC

|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.7.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2018-11-30 23:17:44 UTC

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

2018-11-30 23:17:45 UTC

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

2018-11-30 23:18:59 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-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

2018-11-30 23:19:02 UTC

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

2018-11-30 23:19:03 UTC

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

2018-11-30 23:19:05 UTC

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

2018-12-04 10:13:49 UTC

/bin/sh -c #(nop) COPY file:82149dbb7970ac4fc9c87a820b908d267b3427b0de720ef52ff156898a145fb6 in /usr/bin

2018-12-04 10:13:52 UTC

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

2018-12-04 10:13:57 UTC

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

2018-12-04 10:14:00 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.24.3-ls20 Build-date:- 2018-12-04T10:12:41+00:00

2018-12-04 10:14:05 UTC

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

2018-12-04 10:14:08 UTC

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

2018-12-04 10:18:02 UTC

|3 BOOKSTACK_RELEASE=v0.24.3 BUILD_DATE=2018-12-04T10:12:41+00:00 VERSION=v0.24.3-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached php7-ctype php7-dom php7-gd php7-ldap php7-mbstring php7-memcached php7-mysqlnd php7-openssl php7-pdo_mysql php7-phar php7-simplexml php7-tidy php7-tokenizer && 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/*

2018-12-04 10:18:58 UTC

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

2018-12-04 10:19:16 UTC

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

Details
Created

2018-12-04 10:18:05 UTC

Size

42.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.24.3-ls20 Build-date:- 2018-12-04T10:12:41+00: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:859e2c1152c6be7329bdf7a69c2b6f9ddbfecc8df3bb1da08e0fb2245217e43d - 4.92% (2.11 MB)

[#001] sha256:f790d04bdb057d0dba1ac26b27f97fa9422b19297678d03c30e637623ab59edc - 11.23% (4.82 MB)

[#002] sha256:b6ff87a83f81840b07a692f7761f80b77fc35083051f0237e899818f20a4936f - 0.0% (451 Bytes)

[#003] sha256:a50e6d8de721f757e48f2fed34932337ec18ad47e037cd9de2fb81a983ca310b - 32.06% (13.7 MB)

[#004] sha256:a31b3b741c7532a3442f56b5ef7f48d72589939c3ccd77c80fb95c7d8d67ab65 - 0.01% (2.85 KB)

[#005] sha256:0e53e6676b1a7e01868da867229b4b9d368645442ab030fd90633cd2d2d92174 - 3.26% (1.4 MB)

[#006] sha256:28fb50dabf9053c67154564f32587d6743f57361b6ce4d93f2aa701955aa78b5 - 48.51% (20.8 MB)

[#007] sha256:04e7feedadb8d5387fa7e41d0b736c0ec046ca7825d239fd9db04b7865fe1cd3 - 0.01% (2.24 KB)


History
2018-11-30 23:50:29 UTC

/bin/sh -c #(nop) ADD file:cc16904de94af05b6e2baa5035d6ec944472fc5c750a4ea32423079bad98ae2d in /

2018-11-30 23:50:32 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2018-11-30 23:50:32 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0

2018-11-30 23:50:33 UTC

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

2018-11-30 23:50:34 UTC

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

2018-11-30 23:50:53 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.7.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2018-11-30 23:50:54 UTC

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

2018-11-30 23:50:55 UTC

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

2018-11-30 23:59:05 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-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

2018-12-01 00:01:21 UTC

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

2018-12-01 00:02:28 UTC

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

2018-12-01 00:02:43 UTC

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

2018-12-04 10:13:40 UTC

/bin/sh -c #(nop) COPY file:91ef3dd64567ead8d68e576d7e79d501894dc70ad24db7efe5aae9771a019723 in /usr/bin

2018-12-04 10:13:41 UTC

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

2018-12-04 10:13:42 UTC

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

2018-12-04 10:13:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.24.3-ls20 Build-date:- 2018-12-04T10:12:41+00:00

2018-12-04 10:13:44 UTC

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

2018-12-04 10:13:44 UTC

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

2018-12-04 10:17:45 UTC

|3 BOOKSTACK_RELEASE=v0.24.3 BUILD_DATE=2018-12-04T10:12:41+00:00 VERSION=v0.24.3-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached php7-ctype php7-dom php7-gd php7-ldap php7-mbstring php7-memcached php7-mysqlnd php7-openssl php7-pdo_mysql php7-phar php7-simplexml php7-tidy php7-tokenizer && 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/*

2018-12-04 10:17:52 UTC

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

2018-12-04 10:18:05 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