Namespace
linuxserver
Image / Tag
bookstack:arm64v8-v0.29.3-ls92
Content Digest
sha256:af2ab039697b72176eb15fd397fd2b8fafc40acb42b79ff1bcac7e3fe8c6b997
Details
Created

2020-05-18 19:10:59 UTC

Size

127 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.29.3-ls92 Build-date:- 2020-05-18T19:07:02+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:a2170c79b3039de17ceaf8682445553278dbc2cf6c5cf1597e5d1815d1bc4c81 - 2.13% (2.71 MB)

[#001] sha256:8cefa6788ba82cf69c52ce5b1eff8b89820bbeb639d0d91311e5604f6b8a1db5 - 4.99% (6.35 MB)

[#002] sha256:fab99c533931f5ebeaece7b5a745658b994d9d9fb166f2a0bbdaf56cbb053bb9 - 0.0% (4 KB)

[#003] sha256:3a5bed758ead4306d3883f0c93dda329012ffdac0a4b837ef98c40d529430c32 - 12.16% (15.5 MB)

[#004] sha256:2ab95230b09ada3905ec4d1646a07114d46b6a5f858697059e7e972fc9425045 - 0.0% (2.97 KB)

[#005] sha256:2cff981ac1b7120be94bea38ab8e0e5ea5e9f2bcdb748db98dbcad3c439e127d - 80.71% (103 MB)

[#006] sha256:76fba5919a9597b1ba99d7f50c64b0fdc1191d229c122b4c2fd883eed3ec1bec - 0.0% (2.62 KB)


History
2020-04-30 17:50:22 UTC

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

2020-04-30 17:50:47 UTC

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

2020-04-30 17:50:52 UTC

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

2020-04-30 17:50:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9ce3e17d-ls13 Build-date:- 2020-04-30T17:45:53+00:00

2020-04-30 17:51:00 UTC

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

2020-04-30 17:51:07 UTC

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

2020-04-30 17:51:21 UTC

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

2020-04-30 17:51:28 UTC

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

2020-04-30 17:52:13 UTC

|4 BUILD_DATE=2020-04-30T17:45:53+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=9ce3e17d-ls13 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-04-30 17:52:39 UTC

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

2020-04-30 17:52:46 UTC

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

2020-05-06 05:20:05 UTC

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

2020-05-06 05:20:28 UTC

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

2020-05-06 05:20:51 UTC

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

2020-05-06 05:21:16 UTC

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

2020-05-18 19:08:50 UTC

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

2020-05-18 19:08:50 UTC

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

2020-05-18 19:08:51 UTC

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

2020-05-18 19:08:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.29.3-ls92 Build-date:- 2020-05-18T19:07:02+00:00

2020-05-18 19:08:52 UTC

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

2020-05-18 19:08:52 UTC

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

2020-05-18 19:10:52 UTC

|3 BOOKSTACK_RELEASE=v0.29.3 BUILD_DATE=2020-05-18T19:07:02+00:00 VERSION=v0.29.3-ls92 /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-tidy php7-tokenizer qt5-qtbase tar ttf-freefont wkhtmltopdf && echo "**** tidy bug fix ****" && curl -s http://dl-cdn.alpinelinux.org/alpine/v3.7/community/aarch64/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/*

2020-05-18 19:10:58 UTC

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

2020-05-18 19:10:59 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