2020-12-12 14:15:03 UTC
40.9 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_BEHAVIOUR_IF_STAGE2_FAILS2
TERMxterm
[#000] sha256:b7a796010b5889eb14978d63edca5cf0b4ea7c5212d8ed67fd866c1508b554a4 - 6.59% (2.7 MB)
[#001] sha256:2fc189fcd4fbb4104a9739fcc439ae7f6e51d27eda84b531060a8b6bc1dd2eef - 5.32% (2.18 MB)
[#002] sha256:c9da3a50e71c41239565d270fc2edebebcd80c76ec2b17dbf32f3ebdca4b3fc1 - 5.19% (2.12 MB)
[#003] sha256:f00100da05472ad3a38a90f0c8d3f4d297f8149a629a1bc13a495122fc1e5258 - 11.01% (4.51 MB)
[#004] sha256:016befb43cb0060c7e4fc3c86eb2dd7ac14965eafc00fed5a0b979e24d70504c - 0.01% (4.39 KB)
[#005] sha256:f44f9d7d997a4d6061085ce6e3d9e29aacf3fbf65182e4fdac187dd97175734e - 38.32% (15.7 MB)
[#006] sha256:9b6fe02a92d7c27e94782ba5d58fbefdeea32b0e65ee0e76ab8e5c3e0b07b40c - 0.01% (3.03 KB)
[#007] sha256:50a3b9fb6e31c454d6d71de2f483a0e2acc01189a6b983fde44994a123ccecad - 33.54% (13.7 MB)
[#008] sha256:a9682998256da719a13155ba2fc76f9aca106fd4f95fd7d93872b0e88939b139 - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:ad46d60dc6382828ea205df4e05966382adf3581465e5300cfd7ba0bb4b5a047 in /
2020-12-04 02:08:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-04 02:08:13 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-04 02:08:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1de0b27a-ls10 Build-date:- 2020-12-03T21:06:17-05:00
2020-12-04 02:08:18 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-04 02:08:20 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-04 02:08:22 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-12-04 02:08:25 UTC/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/
2020-12-04 02:08:40 UTC|4 BUILD_DATE=2020-12-03T21:06:17-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=1de0b27a-ls10 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-12-04 02:08:42 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-12-04 02:08:56 UTC|4 BUILD_DATE=2020-12-03T21:06:17-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=1de0b27a-ls10 /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 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 && 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/*
2020-12-04 02:09:01 UTC/bin/sh -c #(nop) COPY dir:22d5e3431e7309b9dcb34a9c92142278e46faa86e6613731c118c0dd9b5a1923 in /
2020-12-04 02:09:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-12-12 06:25:32 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
2020-12-12 06:25:34 UTC/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /
2020-12-12 06:25:34 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-12-12 06:25:35 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-12-12 14:14:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-12 14:14:32 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-12 14:14:34 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-12-12 14:14:35 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls110 Build-date:- 2020-12-12T14:13:23+00:00
2020-12-12 14:14:41 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-12-12 14:14:42 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-12-12 14:14:56 UTC|3 BUILD_DATE=2020-12-12T14:13:23+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls110 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype php7-curl php7-pdo_pgsql php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*
2020-12-12 14:15:03 UTC/bin/sh -c #(nop) COPY dir:50d2f28c52d1224e0c176ad89512b9b0b7daf607120b0723506867dc3122e1fd in /
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.