Namespace
linuxserver
Image / Tag
bookstack:arm64v8-v0.27.5-ls63
Content Digest
sha256:d482a06cdfc52cace3a2446829c76c1842a9a82d17d9a2fef8d5671591e5731f
Details
Created

2019-10-16 16:36:50 UTC

Size

102 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v0.27.5-ls63 Build-date:- 2019-10-16T17:34:13+01: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:1d7e6606733f3bc28f40080133385e2016889bd56b078bfee73bfee3c0f267bc - 2.66% (2.71 MB)

[#001] sha256:f34d1a4bbddc9b6df2c03b7875067a46d7d9b87d31a5b513da4d70d95c535097 - 6.66% (6.77 MB)

[#002] sha256:f3b310a63e630f05c0e16b81503cf27ddf5be84648132a5854be443fd6211e7c - 0.0% (3.76 KB)

[#003] sha256:d82f953c9d26e5f10db219af5417c0e83ef86ed63ed9f48f4bae0aae563422b0 - 15.07% (15.3 MB)

[#004] sha256:db04f04cf9dd694a868065d5350ea42c8a76dd094702f51ef23ad7093f272328 - 0.0% (2.92 KB)

[#005] sha256:982cdcb6b3530307c0bca8832ce9ad6baf3e2cfb0460b76ae9ab6b6e0190e387 - 75.6% (76.9 MB)

[#006] sha256:57a3d5c27c14261148f38accc732cdcfd5a2630f4be9d13a076b3c7445a5bce3 - 0.0% (2.55 KB)


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

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

2019-09-13 08:23:11 UTC

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

2019-09-13 08:23:16 UTC

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

2019-09-13 08:23:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ac72e413-ls7 Build-date:- 2019-09-13T09:19:50+01:00

2019-09-13 08:23:44 UTC

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

2019-09-13 08:23:47 UTC

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

2019-09-13 08:24:02 UTC

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

2019-09-13 08:24:13 UTC

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

2019-09-13 08:24:38 UTC

|4 BUILD_DATE=2019-09-13T09:19:50+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=ac72e413-ls7 /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/*

2019-09-13 08:24:50 UTC

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

2019-09-13 08:25:03 UTC

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

2019-10-08 21:21: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 && 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

2019-10-08 21:21:27 UTC

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

2019-10-08 21:21:27 UTC

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

2019-10-08 21:21:28 UTC

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

2019-10-16 16:34:56 UTC

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

2019-10-16 16:34:56 UTC

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

2019-10-16 16:34:57 UTC

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

2019-10-16 16:34:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.27.5-ls63 Build-date:- 2019-10-16T17:34:13+01:00

2019-10-16 16:34:58 UTC

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

2019-10-16 16:34:59 UTC

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

2019-10-16 16:36:45 UTC

|3 BOOKSTACK_RELEASE=v0.27.5 BUILD_DATE=2019-10-16T17:34:13+01:00 VERSION=v0.27.5-ls63 /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/*

2019-10-16 16:36:49 UTC

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

2019-10-16 16:36:50 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