2020-12-16 22:40:48 UTC
32.2 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:ed4ea287753e69b2800a6107e27b3a95867a7b73e676a74b6fc06c26080c9033 - 8.64% (2.79 MB)
[#001] sha256:3bf2803aa0fbcfd2a7e2cf4fd79d4ec3268860346462e93f56a1a8e901ae499d - 5.72% (1.84 MB)
[#002] sha256:c495c114e30355655982097f6bc9d7fae97e1b8f0d88cf8dbd3c7a67980f2350 - 5.48% (1.77 MB)
[#003] sha256:cbcdd45571b9a4d4b0c4853d975208149e6eea4eff66b7a59f7792b354105892 - 8.85% (2.85 MB)
[#004] sha256:990f25cd29724fc412b932c48f5d1c73cf6182d4557261d6bc58aba1a66e9f1f - 0.01% (4.39 KB)
[#005] sha256:7fed4efcddfb1cfb760467631a3153f609933a5d85f0305e2469c13a3e5dfc82 - 71.28% (23 MB)
[#006] sha256:1cbe86e2d3e811c1675e57ec53b0d6b461a75d361f3f2cbdd99d0050786374ab - 0.01% (1.77 KB)
/bin/sh -c #(nop) COPY dir:591f158e79d9ad333ea459e86d1ad17a08c14291313e3f12a9e478ebf3fdb7d5 in /
2020-12-12 10:33:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-12 10:33:37 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-12 10:33:37 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- d494bba7-ls11 Build-date:- 2020-12-12T05:32:48-05:00
2020-12-12 10:33:37 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-12 10:33:37 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-12 10:33:37 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-12-12 10:33:38 UTC/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/
2020-12-12 10:33:39 UTC|4 BUILD_DATE=2020-12-12T05:32:48-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=d494bba7-ls11 /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-12-12 10:33:39 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-12-12 10:33:42 UTC|4 BUILD_DATE=2020-12-12T05:32:48-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=d494bba7-ls11 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-12-12 10:33:42 UTC/bin/sh -c #(nop) COPY dir:22d5e3431e7309b9dcb34a9c92142278e46faa86e6613731c118c0dd9b5a1923 in /
2020-12-12 10:33:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-12-16 22:40:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-16 22:40:40 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-16 22:40:40 UTC/bin/sh -c #(nop) ARG TRANSMISSION_VERSION
2020-12-16 22:40:40 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.00-r0-ls70 Build-date:- 2020-12-16T17:39:44-05:00
2020-12-16 22:40:41 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-12-16 22:40:47 UTC|3 BUILD_DATE=2020-12-16T17:39:44-05:00 TRANSMISSION_VERSION=3.00-r0 VERSION=3.00-r0-ls70 /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-12-16 22:40:48 UTC/bin/sh -c #(nop) COPY dir:8d738f180634b5b728bf7d16971dbe0f793925d0214a92ec66b3472a293468e9 in /
2020-12-16 22:40:48 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2020-12-16 22:40:48 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.