2018-11-10 16:44:45 UTC
42.8 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:bd872d1f2b28c2e74660479e72a44291e0024f3937264fb0b0e349eaed7d15f3 - 4.92% (2.11 MB)
[#001] sha256:fbf6c74bc6dbceeee66258b5dafdbe6def39e23adf639ae94bd7c85f48cc5837 - 11.24% (4.82 MB)
[#002] sha256:902a413c4f02b7efcb7a6b3b1da38bb3efca3df56f214eb66027a369a5bffc2e - 0.0% (450 Bytes)
[#003] sha256:0793d015496902fd56afe9176ec8b8bad4f367085130d68267876c8f137ff68a - 32.07% (13.7 MB)
[#004] sha256:169169296b24468dda89aa41d3aa9ed30e02155fd29236743477290aff27bb57 - 0.01% (2.79 KB)
[#005] sha256:78b9fbabefd107f9b00f136245486122b2979aef7be35e2e3df6aa14984d251e - 3.26% (1.4 MB)
[#006] sha256:b41db5b851ddfb482bc0cd638cfdfcc807ce9aa1f706a72cefaffbcbceab0322 - 48.5% (20.8 MB)
[#007] sha256:653764980534ef5053b666f5a2475bdb527002057d17a22a9b3273d63ce19e76 - 0.01% (2.27 KB)
/bin/sh -c #(nop) ADD file:adb0a9530e4244893ded1bf109da2ba806e39b88ce21d82a9aed5c9e21c97e7e in /
2018-11-09 23:50:02 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-11-09 23:50:05 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2018-11-09 23:50:06 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2018-11-09 23:50:07 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-11-09 23:50:33 UTC|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.7.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*
2018-11-09 23:50:34 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2018-11-09 23:50:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-11-09 23:51:35 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
2018-11-09 23:51:41 UTC/bin/sh -c #(nop) COPY dir:2a1a480340e6109918a39467946d218db818614f0d2b786dbe64b8863baac8a5 in /
2018-11-09 23:51:47 UTC/bin/sh -c #(nop) EXPOSE 443 80
2018-11-09 23:51:54 UTC/bin/sh -c #(nop) VOLUME [/config]
2018-11-10 16:40:43 UTC/bin/sh -c #(nop) COPY file:91ef3dd64567ead8d68e576d7e79d501894dc70ad24db7efe5aae9771a019723 in /usr/bin
2018-11-10 16:40:50 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-11-10 16:40:53 UTC/bin/sh -c #(nop) ARG VERSION
2018-11-10 16:40:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.24.2-ls17 Build-date:- 2018-11-10T16:39:53+00:00
2018-11-10 16:40:58 UTC/bin/sh -c #(nop) LABEL maintainer=homerr
2018-11-10 16:40:59 UTC/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE
2018-11-10 16:44:00 UTC|3 BOOKSTACK_RELEASE=v0.24.2 BUILD_DATE=2018-11-10T16:39:53+00:00 VERSION=v0.24.2-ls17 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached php7-ctype 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/*
2018-11-10 16:44:38 UTC/bin/sh -c #(nop) COPY dir:73af5a1cc53d2bfd4e7e9e40e279aa314592a7efa99571ffbe3904477df2d01d in /
2018-11-10 16:44:45 UTC/bin/sh -c #(nop) VOLUME [/config]
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.