Namespace
linuxserver
Image / Tag
bookstack:v0.25.5-ls39
Content Digest
sha256:63436312492f2a900d17887d25c61c0de50c7c03e137568aa75e1b991bda3ad3
Details
Created

2019-04-15 19:11:55 UTC

Size

43.7 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-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:d2ac22b011d44f91c0c6e2feab173643aa10e7cd92ce3c650f1dd6907ecfc1c3 - 5.09% (2.22 MB)

[#001] sha256:5f83cef72267aa5d83a5c1af1297ad775b381bd292f04791b0d49d22f95c4ed8 - 11.09% (4.84 MB)

[#002] sha256:cd4f1d17760ec33197858333518d068ab4fcfa0c4cb6b8406bb1955c2d4d5d1b - 0.0% (455 Bytes)

[#003] sha256:9969b374d4003d1df1a6325e2ea53d67354e730df5a3adc041d20beb7670c7e8 - 34.48% (15.1 MB)

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

[#005] sha256:4d156b0551ade03bb47067c8dd8e4e818a787148f1d4ddb3c3b7106767fbecd1 - 49.33% (21.5 MB)

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


History
2019-03-21 22:55:15 UTC

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

2019-03-21 22:55:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-

2019-03-21 22:55:15 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-03-21 22:55:15 UTC

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

2019-03-21 22:55:15 UTC

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

2019-03-21 22:55:16 UTC

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

2019-03-21 22:55:20 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.0.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-03-21 22:55:20 UTC

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

2019-03-21 22:55:21 UTC

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

2019-04-04 08:47: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

2019-04-04 08:47:59 UTC

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

2019-04-04 08:47:59 UTC

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

2019-04-04 08:48:00 UTC

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

2019-04-15 19:11:15 UTC

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

2019-04-15 19:11:15 UTC

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

2019-04-15 19:11:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-04:00

2019-04-15 19:11:15 UTC

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

2019-04-15 19:11:15 UTC

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

2019-04-15 19:11:54 UTC

|3 BOOKSTACK_RELEASE=v0.25.5 BUILD_DATE=2019-04-15T15:10:35-04:00 VERSION=v0.25.5-ls39 /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-04-15 19:11:54 UTC

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

2019-04-15 19:11:55 UTC

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

Details
Created

2019-04-15 19:13:57 UTC

Size

43.4 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-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:f960e7522bba9ce351167b716d82735ae0881f6fd4e9aa8374e2323953670e63 - 4.97% (2.16 MB)

[#001] sha256:172c54f1966a6eca6ca0b2483a733f31d999c0273705932023b1b7c04cacbf34 - 3.27% (1.42 MB)

[#002] sha256:534d0133000f633e4b41848d9901c38bd8ba3d26d541a61083e8bf895eba6101 - 11.06% (4.8 MB)

[#003] sha256:4f2a71806e196f02f0d99e6f5c2ca48f58f13fb9fa33f18d206736b4f5df0ebd - 0.0% (449 Bytes)

[#004] sha256:ac128915fd9e253e15756608dfeeea65ba1b3d4037bff16f22b7ac8e4d192d75 - 32.23% (14 MB)

[#005] sha256:be0fc1e3d10d43f22e74902db2fc786f9e56ad03ad0afa00fce31a53dd63e998 - 0.01% (2.86 KB)

[#006] sha256:17e3001fa05b90385d2a1d7ad131c7df60f3c4edb5142d8bdf5b5bd875081001 - 48.45% (21 MB)

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


History
2019-03-21 22:56:04 UTC

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

2019-03-21 22:56:07 UTC

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

2019-03-21 22:56:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-

2019-03-21 22:56:10 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-03-21 22:56:11 UTC

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

2019-03-21 22:56:11 UTC

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

2019-03-21 22:56:12 UTC

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

2019-03-21 22:56:29 UTC

|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.22.0.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-03-21 22:56:32 UTC

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

2019-03-21 22:56:34 UTC

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

2019-04-04 08:49:06 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-04-04 08:49:08 UTC

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

2019-04-04 08:49:12 UTC

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

2019-04-04 08:50:09 UTC

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

2019-04-15 19:11:31 UTC

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

2019-04-15 19:11:31 UTC

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

2019-04-15 19:11:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-04:00

2019-04-15 19:11:33 UTC

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

2019-04-15 19:11:33 UTC

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

2019-04-15 19:13:53 UTC

|3 BOOKSTACK_RELEASE=v0.25.5 BUILD_DATE=2019-04-15T15:10:35-04:00 VERSION=v0.25.5-ls39 /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-04-15 19:13:57 UTC

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

2019-04-15 19:13:57 UTC

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

Details
Created

2019-04-15 19:13:07 UTC

Size

43.3 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-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:92f4afaa09342d3113e36b59f8dd25045448f758f77579220f263254a28c96a1 - 4.87% (2.11 MB)

[#001] sha256:f4003753ca584150820d1a454dab16a9346aecf01fefd96164fd8e54de642eb7 - 3.62% (1.57 MB)

[#002] sha256:e440b839f2b9680de03047e50b2d19b384e0b12c4ea06c1d12894bed855d031d - 11.15% (4.83 MB)

[#003] sha256:14a3a32c2a746ce6f6a5b5f42243ef9f2e9ac352f5abe0f22743ea5b6488c914 - 0.0% (451 Bytes)

[#004] sha256:3f2ba4633b0bcf92607945a00fa92e761a1a8ffda071488429414d66d7bb35c4 - 31.73% (13.7 MB)

[#005] sha256:197fd0988e4a004a45ba5c6a061557908f4ea2aa87b2f0b9da18e36da2c7339e - 0.01% (2.92 KB)

[#006] sha256:6aaa1c213c52ce107215ee7de25a083c7f03b875ea1d411664d2bbce464fdff8 - 48.62% (21.1 MB)

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


History
2019-03-21 22:55:50 UTC

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

2019-03-21 22:55:52 UTC

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

2019-03-21 22:55:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-

2019-03-21 22:55:53 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-03-21 22:55:53 UTC

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

2019-03-21 22:55:54 UTC

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

2019-03-21 22:55:55 UTC

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

2019-03-21 22:56:06 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.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-03-21 22:56:08 UTC

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

2019-03-21 22:56:08 UTC

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

2019-04-04 08:48:18 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-04-04 08:48:20 UTC

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

2019-04-04 08:48:20 UTC

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

2019-04-04 08:48:21 UTC

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

2019-04-15 19:11:33 UTC

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

2019-04-15 19:11:33 UTC

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

2019-04-15 19:11:34 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-04:00

2019-04-15 19:11:34 UTC

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

2019-04-15 19:11:35 UTC

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

2019-04-15 19:13:02 UTC

|3 BOOKSTACK_RELEASE=v0.25.5 BUILD_DATE=2019-04-15T15:10:35-04:00 VERSION=v0.25.5-ls39 /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-04-15 19:13:07 UTC

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

2019-04-15 19:13:07 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