2020-03-21 00:57:07 UTC
34.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:8a3358dc2ee864059fb78906d552fbe7f5bf33674202bc331020781220c837c1 - 8.0% (2.79 MB)
[#001] sha256:82a3231d3dbfbd0969eb2d59ea0249da521079c9e16576ba62d3be4cee8b12db - 13.08% (4.56 MB)
[#002] sha256:25754cdadb0647953cf259a0b8687533938f1a877559f191b55325472ef36688 - 0.01% (3.97 KB)
[#003] sha256:abca4df628bc95f0d51d84661abab195f8c09ed8799c6dc533e7a835da56a858 - 43.76% (15.3 MB)
[#004] sha256:9a63bd1979f210093fe91b8046d4f581e511f0590a9690f4607ac3321e66d7d0 - 0.01% (2.96 KB)
[#005] sha256:44c0a91a851eb253e03a641bc585539a9615b458cacf3675f81a23147b817e06 - 35.13% (12.2 MB)
[#006] sha256:8a43a0e31440124cdfcfd33fbfb0f76f4f25711415ad8639b72a01548992d581 - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:f92997cddb8bdc6524faeb2161b4f54f7b0d6d06ec8ec1e8582880bfd0619c45 in /
2020-03-05 18:39:04 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-03-05 18:39:04 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-05 18:39:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5da06b41-ls6 Build-date:- 2020-03-05T13:38:16-05:00
2020-03-05 18:39:04 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-03-05 18:39:04 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-03-05 18:39:05 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-03-05 18:39:05 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-03-05 18:39:08 UTC|4 BUILD_DATE=2020-03-05T13:38:16-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=5da06b41-ls6 /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 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 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-03-05 18:39:08 UTC/bin/sh -c #(nop) COPY dir:29248ef0402edd1578148b502318593746636104fec6e258a5ef906826e7d8cf in /
2020-03-05 18:39:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-03-11 06:17:56 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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-03-11 06:17:56 UTC/bin/sh -c #(nop) COPY dir:3c9af36ede2377b5e0f7792dc3132052cc28e6a17682019d521baccc078cd8db in /
2020-03-11 06:17:57 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-03-11 06:17:57 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-03-21 00:56:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-03-21 00:56:57 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-21 00:56:58 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-03-21 00:56:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls78 Build-date:- 2020-03-21T00:56:15+00:00
2020-03-21 00:57:00 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-03-21 00:57:01 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-03-21 00:57:07 UTC|3 BUILD_DATE=2020-03-21T00:56:15+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls78 /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-03-21 00:57:07 UTC/bin/sh -c #(nop) COPY dir:50d2f28c52d1224e0c176ad89512b9b0b7daf607120b0723506867dc3122e1fd in /
2020-03-21 00:57:16 UTC
33.4 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:c5e0817d082c033efbd475e9591aa161c37a2679e8e329c6c620dac6f9d0f003 - 7.21% (2.41 MB)
[#001] sha256:3eeffaa71d36e661f7ddba10719bfd41d7560e1c664891c98d583c0fea53bb7d - 17.43% (5.83 MB)
[#002] sha256:e4a74a3576c1ad6ea8fe7f4633ffe8dcb76bcfd9b406b0ba38e24d0710024a69 - 0.01% (3.97 KB)
[#003] sha256:9d90404fd5ec436ac2b582db6e8da218456888cefaf7f9faa0d04ee9f7eb6afa - 39.55% (13.2 MB)
[#004] sha256:57e4460d03f7bd0cbec80be210821d52138af50f05d62973865eaec29834e32a - 0.01% (2.97 KB)
[#005] sha256:c15a0c6864fb57621f50ee3ff8b2fc79284b5d41571b00ac6c95bc1445060ecb - 35.79% (12 MB)
[#006] sha256:9f20eba4c0666bdbe31a2a0be3d091052d3f544128c1bccf96483ad1d2a4b7bf - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:cf28ebc379204e5165b02fa5d2adc3dd9297e043e8c70b4ff4213de44f41bc6d in /
2020-03-05 18:39:36 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-03-05 18:39:37 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-05 18:39:38 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5da06b41-ls6 Build-date:- 2020-03-05T13:38:16-05:00
2020-03-05 18:39:39 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-03-05 18:39:40 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-03-05 18:39:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-03-05 18:39:42 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-03-05 18:39:57 UTC|4 BUILD_DATE=2020-03-05T13:38:16-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=5da06b41-ls6 /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 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 && 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-03-05 18:39:59 UTC/bin/sh -c #(nop) COPY dir:f8b9cf38af6560f8300deaa1939bbc3349e2c12713d9292af71f59a57a45a49b in /
2020-03-05 18:40:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-03-11 06:18:10 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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-03-11 06:18:12 UTC/bin/sh -c #(nop) COPY dir:770e20981bcc7c34ca328dfdf496f93e2f5efc2fc4719b98aaf0d867bf501165 in /
2020-03-11 06:18:13 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-03-11 06:18:14 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-03-21 00:57:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-03-21 00:57:02 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-21 00:57:03 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-03-21 00:57:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls78 Build-date:- 2020-03-21T00:56:15+00:00
2020-03-21 00:57:05 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-03-21 00:57:06 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-03-21 00:57:14 UTC|3 BUILD_DATE=2020-03-21T00:56:15+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls78 /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-03-21 00:57:16 UTC/bin/sh -c #(nop) COPY dir:9a5eb5a2346b7445e69abbc6d0001589259b4b493b73cbe269bd119d79672aee in /
2020-03-21 00:57:08 UTC
36.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:073a618bd48420d164b2d8a56025d53447b9bb25351bfc6b63cf6c8527c388c5 - 7.36% (2.71 MB)
[#001] sha256:5fe56adecab4246e1e63d05bcf5c4b82e5b908d9950b805247cba0cf185a4ed5 - 17.29% (6.37 MB)
[#002] sha256:09e13a747f98208bcd87609c8b928b3eb314c4aa585693d91758421d92a60a1d - 0.01% (3.97 KB)
[#003] sha256:9a78eb3817b49ebdfe530013d0cc814a5c3ccd57f007aa400dd90ca3419a1d3a - 41.99% (15.5 MB)
[#004] sha256:0647fb5a75786e68041c30ce6a0351e0fc3bf04a56d1ed5e08b7f154af0a7d69 - 0.01% (2.97 KB)
[#005] sha256:74d54d522cfe5db7b7184bdd1c8ccea53add0c885134b97d8edfb38b36113dd2 - 33.34% (12.3 MB)
[#006] sha256:a8875831528808b879a7e00a7d5cfb8ecff7706bd6eff28af3f86853f1838e2e - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:348614a651037c06be173552844b9a7f227246dc2c94a008a51ce8617c18669a in /
2020-03-05 18:40:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-03-05 18:40:36 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-05 18:40:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5da06b41-ls6 Build-date:- 2020-03-05T13:38:16-05:00
2020-03-05 18:40:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-03-05 18:40:51 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-03-05 18:41:02 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-03-05 18:41:15 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-03-05 18:41:41 UTC|4 BUILD_DATE=2020-03-05T13:38:16-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=5da06b41-ls6 /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 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 && 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-03-05 18:41:48 UTC/bin/sh -c #(nop) COPY dir:f8b9cf38af6560f8300deaa1939bbc3349e2c12713d9292af71f59a57a45a49b in /
2020-03-05 18:41:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-03-11 06:19:01 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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-03-11 06:19:13 UTC/bin/sh -c #(nop) COPY dir:770e20981bcc7c34ca328dfdf496f93e2f5efc2fc4719b98aaf0d867bf501165 in /
2020-03-11 06:19:15 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-03-11 06:19:16 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-03-21 00:56:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-03-21 00:56:59 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-21 00:56:59 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-03-21 00:57:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls78 Build-date:- 2020-03-21T00:56:15+00:00
2020-03-21 00:57:00 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-03-21 00:57:01 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-03-21 00:57:07 UTC|3 BUILD_DATE=2020-03-21T00:56:15+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls78 /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-03-21 00:57:08 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.