Namespace
linuxserver
Image / Tag
bookstack:arm64v8-v0.26.0-ls41
Content Digest
sha256:7c80f1965b2f7787c290d4a402efd84a41fbfdc6f3122c0163781805fb52f78a
Details
Created

2019-05-06 18:48:46 UTC

Size

45.8 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v0.26.0-ls41 Build-date:- 2019-05-06T14:42:15-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:c5ae5d8e8a3a194c929eeae4c26319a1ccb1250fc32a6b9b325110762f706c1b - 5.86% (2.68 MB)

[#001] sha256:a22fef5c9228f3d3d8aa20cf4c9a620b0dd76d74c6416102ce1e65f8569360c2 - 14.4% (6.59 MB)

[#002] sha256:176c1c4173fc789b3ea7ff2e2737424d63163f6d48522c42e2ca3c754244831f - 0.01% (3.51 KB)

[#003] sha256:619261c8345c18d24e1798c2aaa81608a6a175a68b40699838c73ddb2843e959 - 32.6% (14.9 MB)

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

[#005] sha256:4c239d7e78b2eba49065b10523cb5b16c02eebf77456f06d9336aec0674292cc - 47.13% (21.6 MB)

[#006] sha256:52bde1d1ab2b723d0e62c15ef6451ef7e1fe087a4aa32f7f00912f60a01156af - 0.01% (2.55 KB)


History
2019-05-01 22:23:27 UTC

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

2019-05-01 22:23:34 UTC

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

2019-05-01 22:23:38 UTC

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

2019-05-01 22:23:39 UTC

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

2019-05-01 22:23:41 UTC

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

2019-05-01 22:23:42 UTC

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

2019-05-01 22:24:16 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 "**** 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-05-01 22:24:40 UTC

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

2019-05-01 22:24:56 UTC

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

2019-05-02 02:09:09 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-05-02 02:09:11 UTC

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

2019-05-02 02:09:12 UTC

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

2019-05-02 02:09:12 UTC

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

2019-05-06 18:43:15 UTC

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

2019-05-06 18:43:38 UTC

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

2019-05-06 18:43:54 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.26.0-ls41 Build-date:- 2019-05-06T14:42:15-04:00

2019-05-06 18:44:03 UTC

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

2019-05-06 18:44:14 UTC

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

2019-05-06 18:47:41 UTC

|3 BOOKSTACK_RELEASE=v0.26.0 BUILD_DATE=2019-05-06T14:42:15-04:00 VERSION=v0.26.0-ls41 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar 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 && 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-05-06 18:48:42 UTC

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

2019-05-06 18:48:46 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