2017-12-16 00:05:05 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:22e57a33f8ebb9f2079d62a68eefdee2d62620fd59d925f7b77565d943b841d2 - 12.49% (2.01 MB)
[#001] sha256:615fa655b02cc298e947bb50d0975c1ab9f6414c974ff883cde8bcefbddd0924 - 41.09% (6.62 MB)
[#002] sha256:eab102d31c1c6b8c700a2b310b2cfe0cd146b8908d071287dd3b31cdd817c6a2 - 0.0% (458 Bytes)
[#003] sha256:c8b04a17848c12c25b88b043b49d3da556fcf25326ee7a34e89ef44a6f60a796 - 46.4% (7.48 MB)
[#004] sha256:04d1de6eff9705de36fe1b58b535c9249a43bb6b065928900f95b86645401cd0 - 0.01% (1.7 KB)
/bin/sh -c #(nop) ADD file:6c66778fd9f985f7663d82205de1b196b7df80bc0ec9824da469c4902b46af47 in /
2017-12-15 23:51:35 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-12-15 23:51:36 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-12-15 23:51:37 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-12-15 23:51:38 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-12-15 23:51:47 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-15 23:51:48 UTC/bin/sh -c #(nop) COPY dir:a0fd8bc2d9b5bbccb66a0cdd1077c4bede54f0d54c539068cee4a404adcf285b in /
2017-12-15 23:51:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-12-16 00:04:48 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-12-16 00:04:50 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-12-16 00:04:50 UTC/bin/sh -c #(nop) ARG VERSION
2017-12-16 00:04:52 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 99 Build-date:- December-16-2017-00:04:46-UTC
2017-12-16 00:05:03 UTC|2 BUILD_DATE=December-16-2017-00:04:46-UTC VERSION=99 /bin/sh -c apk add --no-cache curl jq openssl p7zip rsync tar transmission-cli transmission-daemon unrar unzip
2017-12-16 00:05:04 UTC/bin/sh -c #(nop) COPY dir:74ff7c4371f902f6d806b641b69968e2283b4bc05710e69f9e797f3600a9cd0e in /
2017-12-16 00:05:04 UTC/bin/sh -c #(nop) EXPOSE 51413/tcp 9091/tcp
2017-12-16 00:05:05 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.