2016-11-04 23:21:16 UTC
75.7 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:07c6396da2685bb2d6a802815996d761cbb53826fc03ce5e8adb8aedc570d358 - 2.91% (2.21 MB)
[#001] sha256:b4b472a09dece504057b6b36cf1fe81862b28504a571e417e796bfb59ab63f2a - 7.05% (5.34 MB)
[#002] sha256:52cbf28d7d226cf6e1566c20e9043f2905ed42f54434006233792818e8502a2f - 0.0% (480 Bytes)
[#003] sha256:54b1f941280c1e91f6d8a98670c811021bcbffc3c8f759cb639ad0ef5f7ae53f - 90.03% (68.2 MB)
[#004] sha256:f45d63bd67038df51e6a32144ee5ac53865c7b2184ca21ecb1863641207fa983 - 0.0% (326 Bytes)
/bin/sh -c #(nop) ADD file:bcf5c78dd8e83bf27439fd865568e68798c2b37641c0524645e54bd84df1c4a6 in /
2016-11-04 23:18:32 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2016-11-04 23:18:32 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.18.1.5
2016-11-04 23:18:32 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2016-11-04 23:18:32 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2016-11-04 23:18:39 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.18.1.5 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash coreutils tzdata && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community shadow && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*
2016-11-04 23:18:40 UTC/bin/sh -c #(nop) COPY dir:6c0321d767f41aead6ef58848ea6c9a2ac41b9edea816ff8a8b5cd504991252d in /
2016-11-04 23:18:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2016-11-04 23:19:42 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2016-11-04 23:19:42 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2016-11-04 23:19:42 UTC/bin/sh -c #(nop) ARG VERSION
2016-11-04 23:19:43 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 26 Build-date:- November-04-2016-23:19:39-UTC
2016-11-04 23:19:43 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2016-11-04 23:21:12 UTC|2 BUILD_DATE=November-04-2016-23:19:39-UTC VERSION=26 /bin/sh -c apk add --no-cache curl libcurl tar wget && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main python2 && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/testing mono && mkdir -p /app/Jackett && jack_tag=$(curl -sX GET "https://api.github.com/repos/Jackett/Jackett/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -o /tmp/jacket.tar.gz -L https://github.com/Jackett/Jackett/releases/download/$jack_tag/Jackett.Binaries.Mono.tar.gz && tar xf /tmp/jacket.tar.gz -C /app/Jackett --strip-components=1 && rm -rf /tmp/*
2016-11-04 23:21:16 UTC/bin/sh -c #(nop) COPY dir:daa475415931dc6e047365688cf606588fe8a3ff4f30adff7958502b779f143c in /
2016-11-04 23:21:16 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]
2016-11-04 23:21:16 UTC/bin/sh -c #(nop) EXPOSE 9117/tcp
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.