2020-04-08 18:23:30 UTC
27.1 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:88b20cbb357567b7435bd2acbd841a3664d33fa96a62c5cabb87d81100b1bfa8 - 10.28% (2.79 MB)
[#001] sha256:5788db2b39f60c31e23b49eecdb6319746a66a647a98f3919b562936e32f0ef4 - 16.82% (4.56 MB)
[#002] sha256:5a1c7d37a0f45a1f43e3663be0e199ae81ecf95703ff04099fc42bdf7c0a50da - 0.01% (4.01 KB)
[#003] sha256:928eca882dba8c0323257ecfe37ff46ef5a0c02559f5bae6a5abec879c46cce7 - 72.88% (19.8 MB)
[#004] sha256:5a48528711be20a38e531c3b792b61a4f74e334187da8d56e8635291499b40e6 - 0.01% (1.91 KB)
/bin/sh -c #(nop) COPY dir:72bb949ae261329802b3524db112cbb82659484b4d36b37c917dc7cff98a50ed in /
2020-04-07 21:08:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-04-07 21:08:57 UTC/bin/sh -c #(nop) ARG VERSION
2020-04-07 21:08:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a90439ed-ls8 Build-date:- 2020-04-07T21:08:07+00:00
2020-04-07 21:08:57 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-04-07 21:08:58 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-04-07 21:08:58 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-04-07 21:08:58 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-04-07 21:09:03 UTC|4 BUILD_DATE=2020-04-07T21:08:07+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=a90439ed-ls8 /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/*
2020-04-07 21:09:04 UTC/bin/sh -c #(nop) COPY dir:25f13d1f6be5a521d16df3a881d0846b27c9df0aa0bdacba17a5c2135f067af1 in /
2020-04-07 21:09:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-04-08 18:23:22 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-04-08 18:23:22 UTC/bin/sh -c #(nop) ARG VERSION
2020-04-08 18:23:23 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.94-r3-ls49 Build-date:- 2020-04-08T14:22:38-04:00
2020-04-08 18:23:23 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-04-08 18:23:29 UTC|2 BUILD_DATE=2020-04-08T14:22:38-04:00 VERSION=2.94-r3-ls49 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl findutils jq openssl p7zip python rsync tar transmission-cli transmission-daemon unrar unzip && echo "**** install third party themes ****" && curl -o /tmp/combustion.zip -L "https://github.com/Secretmapper/combustion/archive/release.zip" && unzip /tmp/combustion.zip -d / && mkdir -p /tmp/twctemp && TWCVERSION=$(curl -sX GET "https://api.github.com/repos/ronggang/transmission-web-control/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -o /tmp/twc.tar.gz -L "https://github.com/ronggang/transmission-web-control/archive/${TWCVERSION}.tar.gz" && tar xf /tmp/twc.tar.gz -C /tmp/twctemp --strip-components=1 && mv /tmp/twctemp/src /transmission-web-control && mkdir -p /kettu && curl -o /tmp/kettu.tar.gz -L "https://github.com/endor/kettu/archive/master.tar.gz" && tar xf /tmp/kettu.tar.gz -C /kettu --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/*
2020-04-08 18:23:30 UTC/bin/sh -c #(nop) COPY dir:7680f38ccd65d250fc7c38146acecb57a336249411b48f1d9ed0056e0efd3de1 in /
2020-04-08 18:23:30 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2020-04-08 18:23:30 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.