Namespace
linuxserver
Image / Tag
bookstack:v0.25.1-ls31
Content Digest
sha256:c27fd6dea1763237f170942719846395d93c504b608988e187408f30585b053d
Details
Created

2019-02-10 06:26:46 UTC

Size

43.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.25.1-ls31 Build-date:- 2019-02-10T06:23:19+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:3d334d1d256c5d3dd27d9f6319cf024b5bad72adfe757b3f51b271eb8a0028f1 - 5.09% (2.22 MB)

[#001] sha256:0f477f4f59eb7be48960eb5cc9ee3a43b91d324a1535911d3209fbf5dc80b590 - 11.08% (4.83 MB)

[#002] sha256:de3626289736f91e0237cb2445d5470aca2031a56029ca7ae36b24874eb5ce6e - 0.0% (449 Bytes)

[#003] sha256:77358aae355df8c7c20681477847bc87df1a719767b2bfaa3594de49b5163a46 - 34.5% (15 MB)

[#004] sha256:d406f0fb0060e81292651c892c0e0dd1e21014428e4436bc7c64bc89c6e83799 - 0.01% (2.86 KB)

[#005] sha256:879a2769e72a87b3e6bb67e6aaf8345baff23f879b0175ceb8eca8401c889b71 - 49.32% (21.5 MB)

[#006] sha256:c54330f526ba77a5f4aec2875f2215ca70a61702662eb6e32b00af6412c03c4e - 0.01% (2.24 KB)


History
2019-02-08 23:09:36 UTC

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

2019-02-08 23:09:36 UTC

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

2019-02-08 23:09:36 UTC

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

2019-02-08 23:09:36 UTC

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

2019-02-08 23:09:36 UTC

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

2019-02-08 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/*

2019-02-08 23:09:44 UTC

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

2019-02-08 23:09:44 UTC

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

2019-02-08 23:10:24 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

2019-02-08 23:10:25 UTC

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

2019-02-08 23:10:25 UTC

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

2019-02-08 23:10:25 UTC

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

2019-02-10 06:24:01 UTC

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

2019-02-10 06:24:01 UTC

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

2019-02-10 06:24:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.1-ls31 Build-date:- 2019-02-10T06:23:19+00:00

2019-02-10 06:24:02 UTC

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

2019-02-10 06:24:02 UTC

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

2019-02-10 06:26:44 UTC

|3 BOOKSTACK_RELEASE=v0.25.1 BUILD_DATE=2019-02-10T06:23:19+00:00 VERSION=v0.25.1-ls31 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached 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-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/*

2019-02-10 06:26:46 UTC

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

2019-02-10 06:26:46 UTC

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

Details
Created

2019-02-10 06:26:41 UTC

Size

43.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.25.1-ls31 Build-date:- 2019-02-10T06:23:19+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:34953d1c0d0830c31d1ab2adaaf55943453cf0abe28d2b9da2b70ed97c0e95af - 4.98% (2.16 MB)

[#001] sha256:64c436d00079f9f3b35d79b4e42bd53fcdee71771b876d4b2ff532ad906fe8c0 - 11.04% (4.78 MB)

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

[#003] sha256:42046152e189f560012b4c3d7d5da6d25546cca12429a2dd40d7d44911a9a925 - 32.26% (14 MB)

[#004] sha256:fe2ebb0e53a9d6d02f426c8697870f7ae06f16e761cacdb16535b5972345141c - 0.01% (2.93 KB)

[#005] sha256:8666cf828b1e1357b3e7c48c2d6059f8bebe6b5a9e53fe80f6f6752a74b4be99 - 3.27% (1.42 MB)

[#006] sha256:97c49522ff3afd3e90a80302bd7deac50f664052eb0b6dcf376bd594d4abaa25 - 48.44% (21 MB)

[#007] sha256:a2571db440d1c13c4bb47fe518df0ef26620244d72e56a6710940d2946d8d088 - 0.01% (2.26 KB)


History
2019-02-08 23:17:16 UTC

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

2019-02-08 23:17:17 UTC

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

2019-02-08 23:17:18 UTC

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

2019-02-08 23:17:19 UTC

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

2019-02-08 23:17:20 UTC

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

2019-02-08 23:17:30 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/*

2019-02-08 23:17:31 UTC

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

2019-02-08 23:17:32 UTC

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

2019-02-08 23:18:25 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

2019-02-08 23:18:28 UTC

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

2019-02-08 23:18:30 UTC

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

2019-02-08 23:18:30 UTC

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

2019-02-10 06:24:18 UTC

/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin

2019-02-10 06:24:19 UTC

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

2019-02-10 06:24:20 UTC

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

2019-02-10 06:24:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.1-ls31 Build-date:- 2019-02-10T06:23:19+00:00

2019-02-10 06:24:21 UTC

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

2019-02-10 06:24:22 UTC

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

2019-02-10 06:26:36 UTC

|3 BOOKSTACK_RELEASE=v0.25.1 BUILD_DATE=2019-02-10T06:23:19+00:00 VERSION=v0.25.1-ls31 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached 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-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/*

2019-02-10 06:26:40 UTC

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

2019-02-10 06:26:41 UTC

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

Details
Created

2019-02-10 06:30:04 UTC

Size

43.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.25.1-ls31 Build-date:- 2019-02-10T06:23:19+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:eed6d7966152b11c7e3cb2ca3a6a2185426e0ad32ad2ea744d46a229860c5424 - 4.87% (2.11 MB)

[#001] sha256:7b055931240733e743d860ce6bd0445ca919c016a1f547a030dd2ac69c512047 - 11.13% (4.82 MB)

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

[#003] sha256:5e5e42d2382d49d32dacc74bc74472f3db2622bc6871c39ce741aaf1c54ae5b6 - 31.75% (13.7 MB)

[#004] sha256:c60795b5d89fd6aea73e5f00a4188a44f50732443a61f36c881bdce843f6d3a6 - 0.01% (2.92 KB)

[#005] sha256:4d42f476055597ded81742e54ccc6a3baae42e2aa3cc66a6b947e6d89bdbd340 - 3.62% (1.57 MB)

[#006] sha256:ec000e64014eed3b02fafe44b44079bc8908ea4f48f211bfb0d082c361244bb2 - 48.61% (21 MB)

[#007] sha256:3050fe52bba727d42016e4e59885831133cf440b9127a28127f01d0bc95abf0c - 0.01% (2.26 KB)


History
2019-02-08 23:49:45 UTC

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

2019-02-08 23:49:46 UTC

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

2019-02-08 23:49:46 UTC

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

2019-02-08 23:49:47 UTC

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

2019-02-08 23:49:49 UTC

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

2019-02-08 23:50:06 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/*

2019-02-08 23:50:08 UTC

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

2019-02-08 23:50:08 UTC

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

2019-02-08 23:53:04 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

2019-02-08 23:53:16 UTC

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

2019-02-08 23:53:26 UTC

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

2019-02-08 23:53:56 UTC

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

2019-02-10 06:24:20 UTC

/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin

2019-02-10 06:24:27 UTC

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

2019-02-10 06:24:30 UTC

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

2019-02-10 06:24:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.1-ls31 Build-date:- 2019-02-10T06:23:19+00:00

2019-02-10 06:24:39 UTC

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

2019-02-10 06:24:41 UTC

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

2019-02-10 06:28:26 UTC

|3 BOOKSTACK_RELEASE=v0.25.1 BUILD_DATE=2019-02-10T06:23:19+00:00 VERSION=v0.25.1-ls31 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached 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-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/*

2019-02-10 06:29:44 UTC

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

2019-02-10 06:30:04 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