2017-12-30 00:05:13 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:9ae20651153ac2ca89db1c4af4eb76e3c4369ba78002a54ed3a09a912a7ad6ff - 12.49% (2.01 MB)
[#001] sha256:040e0407e5abc32837836d35ef5ba93f2d2b283c253ba2b52c28e04687c42c68 - 41.09% (6.62 MB)
[#002] sha256:eab102d31c1c6b8c700a2b310b2cfe0cd146b8908d071287dd3b31cdd817c6a2 - 0.0% (458 Bytes)
[#003] sha256:1193da2e617e29f3785a524e05615ce221644b9b62fc454872113e5723cf56b0 - 46.4% (7.48 MB)
[#004] sha256:5ff6fe4e22b0610a96e7726fe366a6e4324666b135a532d84703ed035155b009 - 0.01% (1.7 KB)
/bin/sh -c #(nop) ADD file:5f2388cfd544e11bbc91c1622007e928cd6ecd33174d77e5e2f093778b832417 in /
2017-12-29 23:51:40 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-12-29 23:51:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-12-29 23:51:42 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-12-29 23:51:43 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-12-29 23:51:52 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.19.1.1 /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/*
2017-12-29 23:51:53 UTC/bin/sh -c #(nop) COPY dir:4c7a90749e20d84608ab60166302cf248eeb707f8c1c30e905f0e02c3a749037 in /
2017-12-29 23:51:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-12-30 00:05:05 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-12-30 00:05:05 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-12-30 00:05:05 UTC/bin/sh -c #(nop) ARG VERSION
2017-12-30 00:05:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 101 Build-date:- December-30-2017-00:05:00-UTC
2017-12-30 00:05:12 UTC|2 BUILD_DATE=December-30-2017-00:05:00-UTC VERSION=101 /bin/sh -c apk add --no-cache curl jq openssl p7zip rsync tar transmission-cli transmission-daemon unrar unzip
2017-12-30 00:05:13 UTC/bin/sh -c #(nop) COPY dir:1b35145b4995a7ff6facad05dcc823aaa6012e29b4222b89cdd926072039eb69 in /
2017-12-30 00:05:13 UTC/bin/sh -c #(nop) EXPOSE 51413/tcp 9091/tcp
2017-12-30 00:05:13 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.