2019-03-24 11:43:09 UTC
50.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:1afc5ef628ed175aa2cbbeff62b2ac511e227aec6691c642107de5a6eaded783 - 5.06% (2.54 MB)
[#001] sha256:a4ebce1ccebd3c817dc9260fbe704d88f1cd9bf0d88555cea1ae855d2df92ad4 - 9.51% (4.77 MB)
[#002] sha256:5c23e844d658bda9dbd89bb137244a27daa519a6a0d8e31b2bbafda968bfcb76 - 0.0% (449 Bytes)
[#003] sha256:5114d92862f43394a31439b7ebe3780abba972b35340edd6d0898529d6a1d7bf - 27.5% (13.8 MB)
[#004] sha256:4ecd0e176fadc75534589c6719eb3a8deba44110ddb653a7121c57be89e7c498 - 0.01% (2.92 KB)
[#005] sha256:72373cd792e16f6d0088adcd492e6d17ffae9ab5e256a073e829ac00b9426030 - 2.83% (1.42 MB)
[#006] sha256:4ea7454bbc224b0d3ba3af00b6618de3a772237dbe691bdf4f0dd127aa31e918 - 55.1% (27.6 MB)
/bin/sh -c #(nop) ADD file:9de35106c441471dba848f88eeb8f3bbb16943141d733bc10e0ae67c6699bf80 in /
2019-03-22 23:43:41 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-03-22 23:43:42 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-03-22 23:43:43 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2019-03-22 23:43:45 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-03-22 23:44:03 UTC|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.22.0.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-03-22 23:44:06 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-03-22 23:44:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-22 23:48:02 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-03-22 23:48:30 UTC/bin/sh -c #(nop) COPY dir:39a6fcd6710a53db2ba6e296361471b61569c06aef559ba07e3a97078eca9af8 in /
2019-03-22 23:48:54 UTC/bin/sh -c #(nop) EXPOSE 443 80
2019-03-22 23:49:06 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-03-24 11:42:48 UTC/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin
2019-03-24 11:42:51 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-24 11:42:52 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-24 11:42:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- d538ea98-ls22 Build-date:- 2019-03-24T11:41:52+00:00
2019-03-24 11:42:53 UTC/bin/sh -c #(nop) LABEL maintainer=Stian Larsen,sparklyballs,aptalca
2019-03-24 11:42:54 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2019-03-24 11:43:09 UTC|2 BUILD_DATE=2019-03-24T11:41:52+00:00 VERSION=d538ea98-ls22 /bin/sh -c apk add --no-cache --upgrade curl memcached nginx nginx-mod-http-echo nginx-mod-http-fancyindex nginx-mod-http-geoip nginx-mod-http-headers-more nginx-mod-http-image-filter nginx-mod-http-lua nginx-mod-http-lua-upstream nginx-mod-http-nchan nginx-mod-http-perl nginx-mod-http-redis2 nginx-mod-http-set-misc nginx-mod-http-upload-progress nginx-mod-http-xslt-filter nginx-mod-mail nginx-mod-rtmp nginx-mod-stream nginx-mod-stream-geoip nginx-vim php7-bz2 php7-ctype php7-curl php7-dom php7-exif php7-gd php7-iconv php7-intl php7-mcrypt php7-memcached php7-mysqli php7-mysqlnd php7-opcache php7-pdo_mysql php7-pdo_pgsql php7-pdo_sqlite php7-pgsql php7-phar php7-posix php7-soap php7-sockets php7-sqlite3 php7-tokenizer php7-xml php7-xmlreader php7-zip
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.