2021-03-11 16:06:57 UTC
106 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:a40841fad2a070b321bcab213e1063f5810eb47612328f4c17f480ef97de38b1 - 2.27% (2.4 MB)
[#001] sha256:acbbceb1969848a95a091756541e9dd5297261a2f21ac342998511ab9c50a755 - 2.03% (2.15 MB)
[#002] sha256:56eb82dc2361a527c66693f3e1c8894e22c139c88d404c3d548255ac031f5262 - 1.96% (2.08 MB)
[#003] sha256:402d271dd40404acb8243cc2be4f965fe6436d5918870a1548afe5e255113ee6 - 0.0% (434 Bytes)
[#004] sha256:7041d1197031d635d70c0aff94a085d20215bb215b455ab8aa595b41fbb56b99 - 3.76% (3.98 MB)
[#005] sha256:369be319bd57a42ee3ee035cc31a929b863197e5c389309c735389c53a1a6ff1 - 0.0% (2.62 KB)
[#006] sha256:ea0c9c5360dd674e6b571e7627074e1c92a718cde3e0e7533cd4b8278cfa79e4 - 12.65% (13.4 MB)
[#007] sha256:1178159ad1c37fe1d3867f77df3fd4647b7b08df776892c5e907db66834d49eb - 0.0% (3.02 KB)
[#008] sha256:1983bd0735679c67212eb6d0757fb7cb2d94a847894a6cad447038c69ad3a08e - 77.32% (81.9 MB)
[#009] sha256:d1b88ef613ea94dc6fd1d892ba98b65dfdf9be8415a601b1b5b3a9662f3c80a2 - 0.0% (2.98 KB)
/bin/sh -c #(nop) COPY dir:fd272447beae5d845ed6a8bbd38e1fbc67ef514f446a255c16ef07c741419272 in /
2021-02-23 06:32:57 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-23 06:32:57 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-23 06:32:58 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e5e979ed-ls18 Build-date:- 2021-02-23T06:30:29+00:00
2021-02-23 06:32:58 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-23 06:32:58 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-02-23 06:32:58 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-02-23 06:33:00 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-02-23 06:33:02 UTC|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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-02-23 06:33:03 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-02-23 06:33:03 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-02-23 06:33:09 UTC|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-02-23 06:33:10 UTC/bin/sh -c #(nop) COPY dir:2b238945daf3ba56c87ef1fcf8aa39e4a126a9c2f862d312e1b697f42cdafe3c in /
2021-02-23 06:33:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-03-11 05:57:17 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-03-11 05:57:18 UTC/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /
2021-03-11 05:57:18 UTC/bin/sh -c #(nop) EXPOSE 443 80
2021-03-11 05:57:18 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-03-11 16:05:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-03-11 16:05:57 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-11 16:05:57 UTC/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE
2021-03-11 16:05:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.31.7-ls126 Build-date:- 2021-03-11T16:04:56+00:00
2021-03-11 16:05:57 UTC/bin/sh -c #(nop) LABEL maintainer=homerr
2021-03-11 16:05:58 UTC/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE
2021-03-11 16:06:47 UTC|3 BOOKSTACK_RELEASE=v0.31.7 BUILD_DATE=2021-03-11T16:04:56+00:00 VERSION=v0.31.7-ls126 /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 "**** 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-03-11 16:06:57 UTC/bin/sh -c #(nop) COPY dir:a61e0ffdfd8a6a317d835e1031bd1d88c609a1d746b858273280f32b9c39190c in /
2021-03-11 16:06:57 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.