2019-02-24 05:31:29 UTC
32.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:616213a17c53254e4ea33bb40cc53bd24ffd6191766d76bb81c1c86a0d01b449 - 7.71% (2.53 MB)
[#001] sha256:6e989bb0d40bea0042fe50087eec068e5b8d85d037bf29916a392aa78f32b7bb - 14.5% (4.76 MB)
[#002] sha256:67dc545cda4245fb473252cc74d1ab0e3672d2b5d3870ada8dd46b0616630a96 - 0.0% (449 Bytes)
[#003] sha256:eef2e86c6feeac0aa7a56111b04776e1993cc48bc83827fa0aff5f8ac6692612 - 41.92% (13.8 MB)
[#004] sha256:03b1ccda43058a21ad0f282584d929d4a94cda1caa935f6f99654ca77f08971c - 0.01% (2.92 KB)
[#005] sha256:fa888bc2b4875a41185be9d13b5f1b54c3c05baae35abd106a2e776af0f875d7 - 4.31% (1.42 MB)
[#006] sha256:b86d0549a5dd0fd8dff28f7ade518913a76e4cb8396fe57d094600cd4199fec9 - 31.54% (10.4 MB)
[#007] sha256:e9b3d8ed864b4bb9f8a2854e40f5174a8795866635e7ab2da3e61f91f989300e - 0.01% (1.88 KB)
/bin/sh -c #(nop) ADD file:5acd0044dab6a759c7053ff781a1a6c3eaefb6ee256387dcc2e729a9b6fa476c in /
2019-02-22 23:40:06 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-02-22 23:40:07 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.8.0
2019-02-22 23:40:08 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2019-02-22 23:40:08 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-02-22 23:40:41 UTC|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.8.0 /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/*
2019-02-22 23:40:46 UTC/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /
2019-02-22 23:40:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-02-22 23:44:25 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-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
2019-02-22 23:44:52 UTC/bin/sh -c #(nop) COPY dir:39a6fcd6710a53db2ba6e296361471b61569c06aef559ba07e3a97078eca9af8 in /
2019-02-22 23:45:02 UTC/bin/sh -c #(nop) EXPOSE 443 80
2019-02-22 23:45:03 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-02-24 05:28:53 UTC/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin
2019-02-24 05:29:06 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-02-24 05:29:08 UTC/bin/sh -c #(nop) ARG VERSION
2019-02-24 05:29:15 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2019-02-24 05:29:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 63e0d07d-ls9 Build-date:- 2019-02-24T05:28:19+00:00
2019-02-24 05:29:19 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2019-02-24 05:29:23 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2019-02-24 05:30:35 UTC|3 BUILD_DATE=2019-02-24T05:28:19+00:00 HEIMDALL_RELEASE=63e0d07d VERSION=63e0d07d-ls9 /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 /var/www/localhost/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 /tmp/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && tar xf /tmp/heimdall.tar.gz -C /var/www/localhost/heimdall --strip-components=1 && echo "**** configure nginx ****" && echo -e '\n# Heimdall user authorization\nfastcgi_param PHP_AUTH_USER $remote_user;\nfastcgi_param PHP_AUTH_PW $http_authorization;' >> /etc/nginx/fastcgi_params && echo "**** cleanup ****" && rm -rf /tmp/*
2019-02-24 05:31:29 UTC/bin/sh -c #(nop) COPY dir:52b9356d773474bd2cf9f69ee79a0099be976c21af8ff195db674b9d9c54e7db 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.