2020-06-10 18:25:32 UTC
29.7 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:2eb329eeeeddd3aa5c84b22d88991f120bd19b01e21cb8a142deaeb9d51c7c85 - 8.06% (2.4 MB)
[#001] sha256:dbb5eecedb7870ec3ab20a8994c10777bd30cbd8c5992e966c822eda28e4d7d5 - 20.53% (6.1 MB)
[#002] sha256:21284cf8e3303da829af4be021fdb3c52f199c1dfab343a0f26d6690b8b80874 - 0.01% (4.16 KB)
[#003] sha256:883fedc27b582f9a06c701a3711de4cbb6500ba6a41035d0f216fb8175364d3c - 71.39% (21.2 MB)
[#004] sha256:097a2fb7061ef9a6207dbe901a1dc894d33d95cb7dbf9111ca301d529165d298 - 0.01% (1.8 KB)
/bin/sh -c #(nop) COPY dir:9b4f8c6709302ed9e879c0086ae1d2247ee44b03ad364eb8d6c361af839e6c89 in /
2020-06-09 20:52:24 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-09 20:52:25 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-09 20:52:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 171bb2fb-ls2 Build-date:- 2020-06-09T20:51:11+00:00
2020-06-09 20:52:26 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-09 20:52:26 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-09 20:52:27 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-06-09 20:52:27 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-09 20:52:42 UTC|4 BUILD_DATE=2020-06-09T20:51:11+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=171bb2fb-ls2 /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 "**** 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 && 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-06-09 20:52:44 UTC/bin/sh -c #(nop) COPY dir:b8daf912ed07bf57fab603889d7edeb58ef68351bcd8c6b3dd92c5b5e10fe522 in /
2020-06-09 20:52:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-10 18:25:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-10 18:25:02 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-10 18:25:03 UTC/bin/sh -c #(nop) ARG TRANSMISSION_VERSION
2020-06-10 18:25:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.00-r0-ls58 Build-date:- 2020-06-10T18:24:01+00:00
2020-06-10 18:25:05 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-10 18:25:27 UTC|3 BUILD_DATE=2020-06-10T18:24:01+00:00 TRANSMISSION_VERSION=3.00-r0 VERSION=3.00-r0-ls58 /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-06-10 18:25:30 UTC/bin/sh -c #(nop) COPY dir:d0cc8988446f97c12e337bb6bf35e7f7a57c6c41e4f01a9c620b8484b619416e in /
2020-06-10 18:25:32 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2020-06-10 18:25:32 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.