2020-06-19 23:57:18 UTC
35.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:a8cf78c099af5f59e60b48edd782a5d7d537e4bd22b23449fbfb8d7280ae48e5 - 7.76% (2.78 MB)
[#001] sha256:e6a2f486d336d77da7ef6612f5b77c88c08bd5c8538b0d5c037fc37aec0945b8 - 12.92% (4.63 MB)
[#002] sha256:34b3f4613f7ac1a12620a61c1de5742b1d3de659c834715da32a6d5223c805c4 - 0.01% (4.13 KB)
[#003] sha256:7d162dd608668a910c437558e2713c775c018e24af0428be47fe2e1bd694fad4 - 43.11% (15.5 MB)
[#004] sha256:c7bd65c69f10463b3bad946d713c852ee3f69beea2447944fd5f8332d5e5eb6a - 0.01% (2.95 KB)
[#005] sha256:0822dd0d1599c36744d5913c2c9d48cb63c42e0fd7055528c768e4a0fdc2c263 - 36.18% (13 MB)
[#006] sha256:702579da538db472e4c217c5ad1f0205ea2f1d0602d151fe7e293e3a7b27f2f1 - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:5cddf0e76141c2e5c16d5af717c34bb941b09467a1c4e761f941a850319d8996 in /
2020-06-09 20:52:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-09 20:52:01 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-09 20:52:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 171bb2fb-ls2 Build-date:- 2020-06-09T20:51:11+00:00
2020-06-09 20:52:02 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-09 20:52:02 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-09 20:52:02 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-06-09 20:52:02 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-09 20:52:06 UTC|4 BUILD_DATE=2020-06-09T20:51:11+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=171bb2fb-ls2 /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-09 20:52:06 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-09 20:52:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-14 06:12:04 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-14 06:12:04 UTC/bin/sh -c #(nop) COPY dir:3c9af36ede2377b5e0f7792dc3132052cc28e6a17682019d521baccc078cd8db in /
2020-06-14 06:12:04 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-14 06:12:05 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-19 23:57:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-19 23:57:10 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-19 23:57:10 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-19 23:57:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls92 Build-date:- 2020-06-19T23:56:12+00:00
2020-06-19 23:57:11 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-19 23:57:11 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-19 23:57:17 UTC|3 BUILD_DATE=2020-06-19T23:56:12+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls92 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype 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-06-19 23:57:18 UTC/bin/sh -c #(nop) COPY dir:50d2f28c52d1224e0c176ad89512b9b0b7daf607120b0723506867dc3122e1fd in /
2020-06-19 23:57:44 UTC
34.6 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:2eb329eeeeddd3aa5c84b22d88991f120bd19b01e21cb8a142deaeb9d51c7c85 - 6.93% (2.4 MB)
[#001] sha256:dbb5eecedb7870ec3ab20a8994c10777bd30cbd8c5992e966c822eda28e4d7d5 - 17.64% (6.1 MB)
[#002] sha256:21284cf8e3303da829af4be021fdb3c52f199c1dfab343a0f26d6690b8b80874 - 0.01% (4.16 KB)
[#003] sha256:171ac241b457644292c7e2e62fd3be2f1409c4920b91179048950b35f102d52b - 38.74% (13.4 MB)
[#004] sha256:5497662b2877647590bbe10a2b2f38a32dc6383278eede02ae0a77d95b186d04 - 0.01% (2.96 KB)
[#005] sha256:5a5d6403f4bbdc5ed984c60e5c334361c98e43bd2c875d7370e068f0bd4c0106 - 36.66% (12.7 MB)
[#006] sha256:2887670bd5c94f85d13283baf4c9cc6f8c72942713479e58c92288b91d707351 - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:9b4f8c6709302ed9e879c0086ae1d2247ee44b03ad364eb8d6c361af839e6c89 in /
2020-06-09 20:52:24 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-09 20:52:25 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-09 20:52:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 171bb2fb-ls2 Build-date:- 2020-06-09T20:51:11+00:00
2020-06-09 20:52:26 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-09 20:52:26 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-09 20:52:27 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-06-09 20:52:27 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-09 20:52:42 UTC|4 BUILD_DATE=2020-06-09T20:51:11+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=171bb2fb-ls2 /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-09 20:52:44 UTC/bin/sh -c #(nop) COPY dir:b8daf912ed07bf57fab603889d7edeb58ef68351bcd8c6b3dd92c5b5e10fe522 in /
2020-06-09 20:52:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-14 06:12:22 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-14 06:12:24 UTC/bin/sh -c #(nop) COPY dir:770e20981bcc7c34ca328dfdf496f93e2f5efc2fc4719b98aaf0d867bf501165 in /
2020-06-14 06:12:25 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-14 06:12:25 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-19 23:57:29 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-19 23:57:30 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-19 23:57:30 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-19 23:57:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls92 Build-date:- 2020-06-19T23:56:12+00:00
2020-06-19 23:57:31 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-19 23:57:32 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-19 23:57:42 UTC|3 BUILD_DATE=2020-06-19T23:56:12+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls92 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype 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-06-19 23:57:44 UTC/bin/sh -c #(nop) COPY dir:9a5eb5a2346b7445e69abbc6d0001589259b4b493b73cbe269bd119d79672aee in /
2020-06-19 23:57:38 UTC
38.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:f15bc05287e8eef44e70dd167fc8daf2271b615b810430d9640242cbe3db4ea9 - 7.09% (2.7 MB)
[#001] sha256:455b874d895703b11b1aae822272605bc5a218f2a65f275424d915e310404de4 - 17.44% (6.64 MB)
[#002] sha256:2f7e350ed670c620bd29f8b27e11ab3f2362aa3437b9f179efa4b1874b1861f5 - 0.01% (4.13 KB)
[#003] sha256:7b515e302c25aa9a3939eace79dadeec1aabf906d5a983bd95bbe776b454132d - 41.2% (15.7 MB)
[#004] sha256:b9e72982ac5bc382172967afcd106b90c614eb494a7469417d50d2183b02e639 - 0.01% (2.96 KB)
[#005] sha256:a82c636d53f87b9c4e38f8c449f2185729f5d78669f3bb5aabe5790ce10e3a84 - 34.25% (13 MB)
[#006] sha256:a5bca3d15520f01e46f5d625c38e852e749f2a88a38d9c0c61329e4cb49b7634 - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:a92e40c9f9bd51d6862980287db3d51adbf9fc16e551cb59b3b3870246c13cff in /
2020-06-09 20:52:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-09 20:52:28 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-09 20:52:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 171bb2fb-ls2 Build-date:- 2020-06-09T20:51:11+00:00
2020-06-09 20:52:29 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-09 20:52:30 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-09 20:52:30 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-06-09 20:52:31 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-09 20:52:45 UTC|4 BUILD_DATE=2020-06-09T20:51:11+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=171bb2fb-ls2 /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-09 20:52:46 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-09 20:52:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-14 06:12:16 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-14 06:12:18 UTC/bin/sh -c #(nop) COPY dir:3c9af36ede2377b5e0f7792dc3132052cc28e6a17682019d521baccc078cd8db in /
2020-06-14 06:12:18 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-14 06:12:19 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-19 23:57:27 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-19 23:57:27 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-19 23:57:28 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-19 23:57:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls92 Build-date:- 2020-06-19T23:56:12+00:00
2020-06-19 23:57:29 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-19 23:57:30 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-19 23:57:37 UTC|3 BUILD_DATE=2020-06-19T23:56:12+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls92 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype 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-06-19 23:57:38 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.