2017-02-09 13:12:11 UTC
77.1 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:fe4366cd737e8aafea0d359182bdafc3375bf0c847ff4cf8761a78df6b6d9210 - 2.43% (1.88 MB)
[#001] sha256:55263a04e9dc4c0319f4a89aa69ca4589d7ff74f841d038d07d2411b120a9ed8 - 8.51% (6.57 MB)
[#002] sha256:38420d51fe05d1b3eb2d7aaee2052c1806b1adfc1da5a1776ab1bbe2543f8b4d - 0.0% (445 Bytes)
[#003] sha256:dd4b4d63ee130fd728d21bf00097194cf8388aa145728477c7a35b552fffea8e - 89.05% (68.7 MB)
[#004] sha256:51c4166bc1af0ad0d8ad7456b0726c7d8bbae7176e34308acec03d4f20a2cfd0 - 0.0% (344 Bytes)
/bin/sh -c #(nop) ADD file:d6be3ee3d7225f2bfa73f7efb1979487df90a0cafb07d6bb9465fccfe30c8bad in /
2017-02-03 23:47:39 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-02-03 23:47:40 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-02-03 23:47:40 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-02-03 23:47:40 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-02-03 23:47:46 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.19.1.1 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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/*
2017-02-03 23:47:46 UTC/bin/sh -c #(nop) COPY dir:31d2cf6d96333f2f8cd0bf553a508a8e3ffca6be29674fc768863ad30a31f01a in /
2017-02-03 23:47:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-02-09 13:11:37 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-02-09 13:11:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-02-09 13:11:37 UTC/bin/sh -c #(nop) ARG VERSION
2017-02-09 13:11:38 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 43 Build-date:- February-09-2017-13:11:32-UTC
2017-02-09 13:11:38 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2017-02-09 13:12:10 UTC|2 BUILD_DATE=February-09-2017-13:11:32-UTC VERSION=43 /bin/sh -c apk add --no-cache curl libcurl python2 tar wget && 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/*
2017-02-09 13:12:10 UTC/bin/sh -c #(nop) COPY dir:3706c150c614df700491f9df904466d3a15f1101d7d964739f3e7bdd4458ac77 in /
2017-02-09 13:12:11 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]
2017-02-09 13:12:11 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.