2021-04-08 16:15:00 UTC
117 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:3f2ed5989779d0a3567da14dc91010b5af55c2f654f37631281035efe8b41b88 - 2.31% (2.7 MB)
[#001] sha256:cbf5479fdbd61919220bfd01702a77fbf8583041cd75e8a74664c76bec3f0c58 - 1.83% (2.15 MB)
[#002] sha256:f6c1c90901ea9c2a09b51e47bbe7d0b3ec33c659e0f9e7e2751a4894e3f562da - 1.8% (2.1 MB)
[#003] sha256:a9952aa23334f013db3148e66aaeb2a944f502c4a4019ca5f7422576b1bf3847 - 0.0% (440 Bytes)
[#004] sha256:e662d4cf6bad39160a40ca28bf7dbe4909a49f019c593d3bbd6e9f541b95da2f - 3.85% (4.51 MB)
[#005] sha256:780fb7b23cdda49d4f2742b7ebcab7fe7705e62d6d5722815ea9ed03e9707757 - 0.0% (2.61 KB)
[#006] sha256:02fbc427e02fdc148c904ee0fe6fd277b70ddebc82bf332f74c1291012596b4b - 13.41% (15.7 MB)
[#007] sha256:d484d51e2dce1a6e8e8a69c95055f22350271982c5f745445cd708238a48eb00 - 0.0% (3.02 KB)
[#008] sha256:63188a17090075bbf67f3b4b6e302be60b49f3dd39f4dba5519c23d5fd134cf1 - 76.79% (89.8 MB)
[#009] sha256:cfab84e842c27cc425904be7b238d2238f2ffc42f5c4adb6687807cad41d127e - 0.0% (2.97 KB)
/bin/sh -c #(nop) COPY dir:df1f467b953e6c9897850313c93e3b706750802e80cb9dd4a5cbe6d7b5ba1e41 in /
2021-04-06 06:39:03 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-06 06:39:05 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-06 06:39:06 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4571dfd8-ls20 Build-date:- 2021-04-06T07:37:23+01:00
2021-04-06 06:39:08 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-06 06:39:09 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-06 06:39:11 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-04-06 06:39:14 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-04-06 06:39:22 UTC|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=4571dfd8-ls20 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-04-06 06:39:23 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-04-06 06:39:25 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-04-06 06:39:40 UTC|4 BUILD_DATE=2021-04-06T07:37:23+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=4571dfd8-ls20 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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/*
2021-04-06 06:39:43 UTC/bin/sh -c #(nop) COPY dir:848ed3e822868f0038e92f8385d371d676b0aebbd8ef220c47e8408e5a1a8b62 in /
2021-04-06 06:39:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-08 06:02:59 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-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
2021-04-08 06:03:12 UTC/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /
2021-04-08 06:03:13 UTC/bin/sh -c #(nop) EXPOSE 443 80
2021-04-08 06:03:15 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-04-08 16:12:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-08 16:12:25 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-08 16:12:26 UTC/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE
2021-04-08 16:12:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.31.8-ls129 Build-date:- 2021-04-08T12:11:08-04:00
2021-04-08 16:12:31 UTC/bin/sh -c #(nop) LABEL maintainer=homerr
2021-04-08 16:12:33 UTC/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE
2021-04-08 16:14:21 UTC|3 BOOKSTACK_RELEASE=v0.31.8 BUILD_DATE=2021-04-08T12:11:08-04:00 VERSION=v0.31.8-ls129 /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-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/*
2021-04-08 16:14:58 UTC/bin/sh -c #(nop) COPY dir:123c4049fbc2d9d311554009b2d6c48330301e0827bf96366d5b70c23e536fdc in /
2021-04-08 16:15:00 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.