2020-06-27 00:19:18 UTC
37.3 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:a7862126ae55d549dacc0dbbd6d8f8ec1d24b1f670833817ad4e7fa69c60fbb3 - 7.23% (2.7 MB)
[#001] sha256:56138ceb92c5ce85d75db030c4c4f82b440d8fa86566b7bbf1482c2926798a03 - 17.8% (6.64 MB)
[#002] sha256:2f7e350ed670c620bd29f8b27e11ab3f2362aa3437b9f179efa4b1874b1861f5 - 0.01% (4.13 KB)
[#003] sha256:cc6e5e47605655df0a7be90f0f44dbf5e77bd2ef7cc8371bb7c937ea66a89fd5 - 42.04% (15.7 MB)
[#004] sha256:7d1f8fce18b26f93ea27189af87b67e2f6b62581cb82df1d345c674b296a14bb - 0.01% (2.97 KB)
[#005] sha256:5a83e60558ef20f9975d64766a7479719588ae769c3410549123dc81aee22b9c - 32.91% (12.3 MB)
[#006] sha256:a5bca3d15520f01e46f5d625c38e852e749f2a88a38d9c0c61329e4cb49b7634 - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:608e666b2d6634a522da9acbb28c6d9fc3c5464783971a02c4a9ca86a9513528 in /
2020-06-23 20:52:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-23 20:52:13 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-23 20:52:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7235ff9f-ls4 Build-date:- 2020-06-23T16:50:55-04:00
2020-06-23 20:52:14 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-23 20:52:14 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-23 20:52:15 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-06-23 20:52:15 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-23 20:52:26 UTC|4 BUILD_DATE=2020-06-23T16:50:55-04:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=7235ff9f-ls4 /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-23 20:52:28 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-23 20:52:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-24 16:17:43 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-24 16:17:45 UTC/bin/sh -c #(nop) COPY dir:9aad624b304c0d8d299ef3dae981d974904c0a0d9f9ca09b6ee412fc807a02d1 in /
2020-06-24 16:17:46 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-06-24 16:17:46 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-06-27 00:19:07 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-27 00:19:08 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-27 00:19:08 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-06-27 00:19:09 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls93 Build-date:- 2020-06-27T02:18:25+02:00
2020-06-27 00:19:10 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-27 00:19:10 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-06-27 00:19:17 UTC|3 BUILD_DATE=2020-06-27T02:18:25+02:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls93 /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-27 00:19:18 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.