2018-01-06 00:05:51 UTC
16.1 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:8267a946fd7cc3c9483729a73d1193279aeb376bbca56fa09f2ed1166e12323f - 12.5% (2.01 MB)
[#001] sha256:fa1442a21628631860a0af380c2fe1cd2eea5ffb659410e347b2ac3ee6542372 - 41.06% (6.61 MB)
[#002] sha256:eab102d31c1c6b8c700a2b310b2cfe0cd146b8908d071287dd3b31cdd817c6a2 - 0.0% (458 Bytes)
[#003] sha256:dcc4066824481b99064434eae549f822a37396a3404af3d25ece97ab7990643c - 46.43% (7.48 MB)
[#004] sha256:5ff6fe4e22b0610a96e7726fe366a6e4324666b135a532d84703ed035155b009 - 0.01% (1.7 KB)
/bin/sh -c #(nop) ADD file:b12f0fe4f332dd734895903d2648085cbf624371e04b2582087f99ce0aa6ea02 in /
2018-01-05 23:51:41 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-01-05 23:51:42 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.2.2
2018-01-05 23:51:43 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2018-01-05 23:51:44 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-01-05 23:51:55 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.2.2 /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/*
2018-01-05 23:51:56 UTC/bin/sh -c #(nop) COPY dir:4c7a90749e20d84608ab60166302cf248eeb707f8c1c30e905f0e02c3a749037 in /
2018-01-05 23:51:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-01-06 00:05:44 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-01-06 00:05:44 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-01-06 00:05:44 UTC/bin/sh -c #(nop) ARG VERSION
2018-01-06 00:05:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 102 Build-date:- January-06-2018-00:05:39-UTC
2018-01-06 00:05:50 UTC|2 BUILD_DATE=January-06-2018-00:05:39-UTC VERSION=102 /bin/sh -c apk add --no-cache curl jq openssl p7zip rsync tar transmission-cli transmission-daemon unrar unzip
2018-01-06 00:05:50 UTC/bin/sh -c #(nop) COPY dir:1b35145b4995a7ff6facad05dcc823aaa6012e29b4222b89cdd926072039eb69 in /
2018-01-06 00:05:50 UTC/bin/sh -c #(nop) EXPOSE 51413/tcp 9091/tcp
2018-01-06 00:05:51 UTC/bin/sh -c #(nop) VOLUME [/config /downloads /watch]
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.