2019-02-23 08:25:11 UTC
15.1 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:2a5b06b88378da540267dc819c796551d7b92c7cc53d801457ebb4b655162b49 - 14.27% (2.16 MB)
[#001] sha256:7c44ebbea1b328382889b48ba963c6cb1e50cddb30a8eed908852668a8af6499 - 31.74% (4.8 MB)
[#002] sha256:aed249d6320f007c26f7afa8e95ef6540cbec6500b6f66f482e436293b3cf998 - 0.0% (450 Bytes)
[#003] sha256:714b6da2714a3f116beecef192f012711315a0ed5d406a70e48dd33729ed3801 - 9.38% (1.42 MB)
[#004] sha256:01326df71b1399437d862ab0cfcfab99a6f765ebd42a7d24c3bdc534da8714f3 - 44.6% (6.74 MB)
[#005] sha256:b84fbb3e7160862129f0843e23315c1106f5883a3c594a59b432971340bc68f9 - 0.01% (1.81 KB)
/bin/sh -c #(nop) ADD file:715f7fcabe9b351ac61340d82ecf4edd0eba6c2007c04d5962a81291d202345a in /
2019-02-15 23:17:23 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-02-15 23:17:24 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.8.0
2019-02-15 23:17:25 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2019-02-15 23:17:25 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-02-15 23:17:36 UTC|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.8.0 /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/*
2019-02-15 23:17:38 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-02-15 23:17:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-02-23 08:20:36 UTC/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin
2019-02-23 08:21:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-02-23 08:21:36 UTC/bin/sh -c #(nop) ARG VERSION
2019-02-23 08:21:55 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.94-r0-ls3 Build-date:- 2019-02-23T03:19:42-05:00
2019-02-23 08:22:21 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-02-23 08:23:50 UTC|2 BUILD_DATE=2019-02-23T03:19:42-05:00 VERSION=2.94-r0-ls3 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl jq openssl p7zip rsync tar transmission-cli transmission-daemon unrar unzip
2019-02-23 08:24:09 UTC/bin/sh -c #(nop) COPY dir:948f75390a8fbb9cba1c50f4181f2bebf52b09cfe0be4e1a5fa10b3326c752d0 in /
2019-02-23 08:24:48 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2019-02-23 08:25:11 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.