Namespace
linuxserver
Image / Tag
bookstack:arm32v7-v0.31.8-ls129
Content Digest
sha256:f813e3a762620275462bb1f000695a0356e4f0eacae17d94969de66b87c57ea9
Details
Created

2021-04-08 16:13:17 UTC

Size

106 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:12c3d57060fa139f19a9165429277776c519246e401b4c01f4b08c4e7dec7054 - 2.27% (2.4 MB)

[#001] sha256:65e4b1a46f09ec24d0e595384f5aca0d84ad4aa470b1d4502d8ad545dc66bee9 - 2.03% (2.15 MB)

[#002] sha256:84a7ee8400b4f3b64ba4b719e75091b9fc8f1aaf48ceef4e5f9d7ceb9e251360 - 1.96% (2.08 MB)

[#003] sha256:928eccdb076c330951a93c727e992f5725084506940804529c7e48b450a68820 - 0.0% (437 Bytes)

[#004] sha256:375c44ec5ab47f6bc316af4195915fc141ea01b05c006afeb8d7cd911559ff69 - 3.76% (3.98 MB)

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

[#006] sha256:c84edf63dac9147956e088e80cc23ec6724544d5c76fafece4d8193706e8a6e0 - 12.65% (13.4 MB)

[#007] sha256:ed6866b707841726bfb85e10f47c512447554eb081ac5edf675661e2ed25fcb8 - 0.0% (3.03 KB)

[#008] sha256:1d7fb35252cd83890602c5746b891bb6d71b6cb076b0a315808d3ed84c027a78 - 77.32% (81.9 MB)

[#009] sha256:40c80fcbd9ee15efa914cf678f696fcce4693e0ce07b7bfabb9c61805e87f158 - 0.0% (2.97 KB)


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

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

2021-04-06 06:38:33 UTC

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

2021-04-06 06:38:33 UTC

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

2021-04-06 06:38:34 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:34 UTC

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

2021-04-06 06:38:34 UTC

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

2021-04-06 06:38:34 UTC

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

2021-04-06 06:38:36 UTC

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

2021-04-06 06:38:38 UTC

|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=arm 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:38 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-04-06 06:38:39 UTC

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

2021-04-06 06:38:45 UTC

|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=arm 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 "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-04-06 06:38:46 UTC

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

2021-04-06 06:38:46 UTC

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

2021-04-08 06:02:47 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:48 UTC

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

2021-04-08 06:02:48 UTC

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

2021-04-08 06:02:48 UTC

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

2021-04-08 16:12:16 UTC

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

2021-04-08 16:12:17 UTC

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

2021-04-08 16:12:17 UTC

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

2021-04-08 16:12:18 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:18 UTC

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

2021-04-08 16:12:19 UTC

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

2021-04-08 16:13:11 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 "**** 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:13:16 UTC

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

2021-04-08 16:13:17 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