2020-11-25 19:26:06 UTC
32.1 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:c75045f60f1fd3b6951df4afd3571b912427193d72c9320790925a410cf248ae - 7.45% (2.4 MB)
[#001] sha256:7c66ed3c676457c618ac7f0278e913cb131545fa316021b9d7095605ac9ba8d4 - 6.89% (2.22 MB)
[#002] sha256:47f36322643e187509495e1c869084e0ad05ec31ee4169ed8a071417a583c512 - 6.56% (2.11 MB)
[#003] sha256:f68bad14059d0f74af1235ed7dae9d0f12bb63e3dd26ee724a08a3a222726e18 - 12.37% (3.98 MB)
[#004] sha256:7fcac85cafd6e9573ec4b94bd7af30633966b237bfe9a0b2f8fcc4b1cd74e8f9 - 0.01% (4.4 KB)
[#005] sha256:25f0f771cfd16cdfdf88d957f8f62bacd83d4a441e9f5d2aeabb6559900dcb98 - 66.71% (21.4 MB)
[#006] sha256:b6bbd155026b49b6c48cb1ae47a2e5440f946b6b4d4a98a0794edd890d328c21 - 0.01% (1.78 KB)
/bin/sh -c #(nop) COPY dir:94ab546b4b7448ceb5269d8d1f8359e48076b7da35042faa7980c399f622cb0c in /
2020-11-24 21:54:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-24 21:54:40 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-24 21:54:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1de0b27a-ls9 Build-date:- 2020-11-24T16:53:34-05:00
2020-11-24 21:54:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-11-24 21:54:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-11-24 21:54:42 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-11-24 21:54:44 UTC/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/
2020-11-24 21:54:47 UTC|4 BUILD_DATE=2020-11-24T16:53:34-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=1de0b27a-ls9 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-11-24 21:54:48 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-11-24 21:54:57 UTC|4 BUILD_DATE=2020-11-24T16:53:34-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=1de0b27a-ls9 /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 procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-11-24 21:54:59 UTC/bin/sh -c #(nop) COPY dir:9ec49b090f35275409598f2c11a8a1cf5c5663c21b9808205e84b36ff32116e0 in /
2020-11-24 21:54:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-11-25 19:25:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-25 19:25:46 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-25 19:25:46 UTC/bin/sh -c #(nop) ARG TRANSMISSION_VERSION
2020-11-25 19:25:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.00-r0-ls69 Build-date:- 2020-11-25T19:24:42+00:00
2020-11-25 19:25:47 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-11-25 19:26:03 UTC|3 BUILD_DATE=2020-11-25T19:24:42+00:00 TRANSMISSION_VERSION=3.00-r0 VERSION=3.00-r0-ls69 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl findutils jq openssl p7zip python3 rsync tar transmission-cli transmission-daemon unrar unzip && echo "**** install transmission ****" && if [ -z ${TRANSMISSION_VERSION+x} ]; then TRANSMISSION_VERSION=$(curl -s http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/ | awk -F '(transmission-cli-|.apk)' '/transmission-cli.*.apk/ {print $2}'); fi && apk add --no-cache transmission-cli==${TRANSMISSION_VERSION} transmission-daemon==${TRANSMISSION_VERSION} && 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-11-25 19:26:05 UTC/bin/sh -c #(nop) COPY dir:a8245cd06c2d07d9458ee85146d74d01a87ba700801e5089da95470367a054e5 in /
2020-11-25 19:26:05 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2020-11-25 19:26:06 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.