Namespace
linuxserver
Image / Tag
bookstack:arm64v8-v0.25.4-ls36
Content Digest
sha256:bc19b57074affc2dc5f4bcecfcd5a82ed6a33a24024a7b3bb38864aa91b05a8a
Details
Created

2019-03-24 19:35:01 UTC

Size

43.3 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v0.25.4-ls36 Build-date:- 2019-03-24T19:26:45+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:92f4afaa09342d3113e36b59f8dd25045448f758f77579220f263254a28c96a1 - 4.87% (2.11 MB)

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

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

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

[#004] sha256:8c4c729dc81fec034fd9a13d4b699858d079621bb8984545840a01d75f5699c1 - 31.74% (13.7 MB)

[#005] sha256:7e12de116bae9e06effd7f401b3184cdacc27fa704ed588a3912aa0a4db2a927 - 0.01% (2.92 KB)

[#006] sha256:31efca04276017f7c794c59f016e5948e48f0039854c4964c633053e80517fce - 48.6% (21 MB)

[#007] sha256:97e4e9941ce9f945a78ce33bedd70f9c2cae74e09e183433577973ff7d300136 - 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-03-22 06:22:43 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-03-22 06:23:05 UTC

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

2019-03-22 06:23:28 UTC

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

2019-03-22 06:23:40 UTC

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

2019-03-24 19:28:37 UTC

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

2019-03-24 19:28:48 UTC

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

2019-03-24 19:29:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.4-ls36 Build-date:- 2019-03-24T19:26:45+00:00

2019-03-24 19:29:19 UTC

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

2019-03-24 19:29:38 UTC

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

2019-03-24 19:33:33 UTC

|3 BOOKSTACK_RELEASE=v0.25.4 BUILD_DATE=2019-03-24T19:26:45+00:00 VERSION=v0.25.4-ls36 /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-03-24 19:34:38 UTC

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

2019-03-24 19:35:01 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