2020-06-07 22:11:38 UTC
34 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:a453767105282bf751cfe40e3c285b43b2e2d5a3b73805fa949f133ce0ad09e7 - 8.2% (2.79 MB)
[#001] sha256:643a2b6ed1e27a213fadf9cb502d7b19c6f85bd0103dc4ae7fa36e719d6d08d9 - 13.65% (4.64 MB)
[#002] sha256:fe420fac98273b79eecabf7a351b688cbb30291c6656e93a30f9dce5b3e68a62 - 0.01% (4.13 KB)
[#003] sha256:25db7c3eaebe7b5bbc924059bd65c927f6afdc0e229aca1ef99b2adbb262caa2 - 45.54% (15.5 MB)
[#004] sha256:4b35ad14027afa04dff0a902efc52aa4a4dacb3676c484eb88e68345461fcb95 - 0.01% (2.96 KB)
[#005] sha256:67c58627252277e4f76c307f6fcdb3404bc7a7ddc9260274b22d3f1d9e2e8f19 - 32.58% (11.1 MB)
[#006] sha256:dae4a46ad3d37426ed6e6ab6b06eda62a44dc545aabc926d91416bac26789294 - 0.01% (2.23 KB)
/bin/sh -c #(nop) COPY dir:1fc69be49bd4052b05658e2fb2aeb92cb308c9770cc9d4c06007bab027878431 in /
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c8b1355-ls1 Build-date:- 2020-06-01T17:42:13+00:00
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-01 17:43:00 UTC|4 BUILD_DATE=2020-06-01T17:42:13+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=9c8b1355-ls1 /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 "**** 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-06-01 17:43:00 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-01 17:43:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-07 06:12:13 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-06-07 06:12:13 UTC/bin/sh -c #(nop) COPY dir:3c9af36ede2377b5e0f7792dc3132052cc28e6a17682019d521baccc078cd8db in /
2020-06-07 06:12:14 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-07 06:12:14 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-07 22:11:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-07 22:11:31 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-07 22:11:32 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-07 22:11:32 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3a9bdd2c-ls58 Build-date:- 2020-06-07T22:10:36+00:00
2020-06-07 22:11:32 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-07 22:11:32 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-07 22:11:37 UTC|3 BUILD_DATE=2020-06-07T22:10:36+00:00 HEIMDALL_RELEASE=3a9bdd2c VERSION=3a9bdd2c-ls58 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype 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/commits/master" | awk '/sha/{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-06-07 22:11:38 UTC/bin/sh -c #(nop) COPY dir:79d3107b8b6a7205784b5b509a3c8bf631e50f626b239d5c1ea4a3a2ea4e787f in /
2020-06-07 22:12:02 UTC
32.8 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:4a9cae2b4c441da8e684ed0ff530367d10ab9baded8abd8d0c6912de3660cdf9 - 7.3% (2.4 MB)
[#001] sha256:98c8b7a9f33de3a97f3c88327b5452273f7023007530a61d01c0d7507454a6ac - 18.59% (6.1 MB)
[#002] sha256:84f3f89104218d8880ee4b4cc806083587053c79b099673e4dcf3db636085b39 - 0.01% (4.13 KB)
[#003] sha256:61166102766af1641d539b9700598412b4bc98ce3316e2cda48df40bfafd8ce2 - 40.8% (13.4 MB)
[#004] sha256:5497662b2877647590bbe10a2b2f38a32dc6383278eede02ae0a77d95b186d04 - 0.01% (2.96 KB)
[#005] sha256:e9cf33c5590981174038c98adec5b6eb4ea7dae44e0fbb1bad2f641b68e354b6 - 33.28% (10.9 MB)
[#006] sha256:c87ad9dff50f69b02f72c29e31d45bc24a467dcb82365695a6603f2040f7c150 - 0.01% (2.22 KB)
/bin/sh -c #(nop) COPY dir:9735171322861d3890e5a9012d401a3fa143cc41883b56ff37f2a2fa9865f054 in /
2020-06-01 17:43:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-01 17:43:49 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-01 17:43:51 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c8b1355-ls1 Build-date:- 2020-06-01T17:42:13+00:00
2020-06-01 17:43:53 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-01 17:43:54 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-01 17:44:00 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-06-01 17:44:02 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-01 17:44:28 UTC|4 BUILD_DATE=2020-06-01T17:42:13+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=9c8b1355-ls1 /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 "**** 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && 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/*
2020-06-01 17:44:36 UTC/bin/sh -c #(nop) COPY dir:b8daf912ed07bf57fab603889d7edeb58ef68351bcd8c6b3dd92c5b5e10fe522 in /
2020-06-01 17:44:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-07 06:12:25 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-06-07 06:12:29 UTC/bin/sh -c #(nop) COPY dir:770e20981bcc7c34ca328dfdf496f93e2f5efc2fc4719b98aaf0d867bf501165 in /
2020-06-07 06:12:29 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-07 06:12:31 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-07 22:11:49 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-07 22:11:50 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-07 22:11:50 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-07 22:11:51 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3a9bdd2c-ls58 Build-date:- 2020-06-07T22:10:36+00:00
2020-06-07 22:11:51 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-07 22:11:52 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-07 22:12:02 UTC|3 BUILD_DATE=2020-06-07T22:10:36+00:00 HEIMDALL_RELEASE=3a9bdd2c VERSION=3a9bdd2c-ls58 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype 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/commits/master" | awk '/sha/{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-06-07 22:12:02 UTC/bin/sh -c #(nop) COPY dir:b89159bf4930067cc239078bff586b904ec27866c75dc662988a63f5e4c39096 in /
2020-06-07 22:11:49 UTC
36.1 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:aa6d9315e78ceee804b7e9579e5073e524158623cda8296aa63e0afb414c694e - 7.47% (2.7 MB)
[#001] sha256:2f3c04461ffbcff32617796362fb6f968e74d9c9408ea9785e2f8ca1bdcb9f7d - 18.39% (6.64 MB)
[#002] sha256:71e8a042f30cfdd80eba03171e7675100873792b645e4e366c29e3b91db7f587 - 0.01% (4.15 KB)
[#003] sha256:5202777e052b7ebc28bbecfd98dc8007e1d2dcb253926be2690ca9fe673d06b4 - 43.42% (15.7 MB)
[#004] sha256:f4a15829c5eb2eb24fe9bb169b6808c44c6692d98a3b083bb7c17e5d2c6ecc58 - 0.01% (2.95 KB)
[#005] sha256:99ea398f77097500f7585743641eaea5d2454b08862b7b9d112009e8065e4aea - 30.7% (11.1 MB)
[#006] sha256:6904898bbed62fad2877ec8fa06ab345e96328f494fa5231f941f05e2e0e73af - 0.01% (2.23 KB)
/bin/sh -c #(nop) COPY dir:d26997099752f92de20fd116c06c89b57ecf7e1cfa2ea69358661ce4f65b3635 in /
2020-06-01 17:43:24 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-01 17:43:24 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-01 17:43:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c8b1355-ls1 Build-date:- 2020-06-01T17:42:13+00:00
2020-06-01 17:43:25 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-01 17:43:26 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-01 17:43:27 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-06-01 17:43:27 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-01 17:43:38 UTC|4 BUILD_DATE=2020-06-01T17:42:13+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=9c8b1355-ls1 /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 "**** 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 && 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-06-01 17:43:39 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-01 17:43:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-07 06:12:23 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-06-07 06:12:25 UTC/bin/sh -c #(nop) COPY dir:3c9af36ede2377b5e0f7792dc3132052cc28e6a17682019d521baccc078cd8db in /
2020-06-07 06:12:26 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-07 06:12:27 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-07 22:11:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-07 22:11:38 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-07 22:11:39 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-07 22:11:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3a9bdd2c-ls58 Build-date:- 2020-06-07T22:10:36+00:00
2020-06-07 22:11:40 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-07 22:11:40 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-07 22:11:48 UTC|3 BUILD_DATE=2020-06-07T22:10:36+00:00 HEIMDALL_RELEASE=3a9bdd2c VERSION=3a9bdd2c-ls58 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype 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/commits/master" | awk '/sha/{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-06-07 22:11:49 UTC/bin/sh -c #(nop) COPY dir:79d3107b8b6a7205784b5b509a3c8bf631e50f626b239d5c1ea4a3a2ea4e787f 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.