2020-01-06 09:45:12 UTC
34.2 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:4b5cbb7c8b36cfa111fa81379d1114394d86702bf6277f32486b2d46e0537431 - 8.15% (2.79 MB)
[#001] sha256:72f9af53299afefb43331f0b36d839d8c1ee6551fb7b2439b83ae2c548d81a78 - 14.54% (4.97 MB)
[#002] sha256:1c1c7ad5b9cea33deed0c566321175715cdf1e98d8c5420f913733268f95298a - 0.01% (3.97 KB)
[#003] sha256:9cc1d1fd2be66c0ff572f253bdf95054d583da8208c2b6c03820ac9cebf8f88c - 44.79% (15.3 MB)
[#004] sha256:9adcb0257cc6992109ae6909497af10f912f2b4f5129eb728a245b8f6fe6aba2 - 0.01% (2.86 KB)
[#005] sha256:d19d6cebcd188abf0007f8c3a820542d9d95cca3112cb5ef47f2890502edb8ad - 32.49% (11.1 MB)
[#006] sha256:254523483984612ba6f2ffcff27be6fd83b7111e0dbba4816124a60dcd347640 - 0.01% (2.2 KB)
/bin/sh -c #(nop) COPY dir:7718bda6a9a1d8fae9aa5a3c5b85cba858855fe128baa7f55ded0d235b762eb5 in /
2019-12-26 18:44:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-12-26 18:44:58 UTC/bin/sh -c #(nop) ARG VERSION
2019-12-26 18:44:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f99185da-ls2 Build-date:- 2019-12-26T19:44:02+01:00
2019-12-26 18:44:59 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2019-12-26 18:45:00 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-12-26 18:45:00 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-12-26 18:45:00 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-12-26 18:45:08 UTC|4 BUILD_DATE=2019-12-26T19:44:02+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=f99185da-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 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-12-26 18:45:08 UTC/bin/sh -c #(nop) COPY dir:29248ef0402edd1578148b502318593746636104fec6e258a5ef906826e7d8cf in /
2019-12-26 18:45:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-01-01 06:18:07 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-01-01 06:18:08 UTC/bin/sh -c #(nop) COPY dir:0bc3c3e4d52a4e5f8c1c43e057f748b061ed6603b14f5c59f02e126d6151d624 in /
2020-01-01 06:18:09 UTC/bin/sh -c #(nop) EXPOSE 443 80
2020-01-01 06:18:09 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-01-06 09:45:04 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-01-06 09:45:05 UTC/bin/sh -c #(nop) ARG VERSION
2020-01-06 09:45:05 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2020-01-06 09:45:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e7a6ac5a-ls40 Build-date:- 2020-01-06T04:43:31-05:00
2020-01-06 09:45:05 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-01-06 09:45:06 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-01-06 09:45:11 UTC|3 BUILD_DATE=2020-01-06T04:43:31-05:00 HEIMDALL_RELEASE=e7a6ac5a VERSION=e7a6ac5a-ls40 /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-01-06 09:45:12 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.