2022-11-17 03:55:41 UTC
40.3 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:4d3188136ee34a3320e8081e2c638b3ef1f8b9b9b9959c89128e89a1c575a80a - 12.68% (5.11 MB)
[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.01% (3.16 KB)
[#002] sha256:2b8a4c14412428b7facef3af8e38bddea69d6a22b7d5db192f7c7c60179acbde - 12.91% (5.2 MB)
[#003] sha256:dc05e0297a673cf27e46cda316b9d611762b5e88fd91e2699241c3fd76e37773 - 0.01% (4.47 KB)
[#004] sha256:1a9c8f3b3a59892db7e40bef0717c0268e1821e8367355b57a3c263d7c57ca2f - 74.39% (30 MB)
[#005] sha256:c3c757d773dda47bbf4bc4d4ded7655bcdd40e9649fcaa478947fe875fb25c60 - 0.01% (2.41 KB)
COPY /root-out/ / # buildkit
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods
2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2022-11-15T07:34:27+01:00 VERSION=16c25840-ls30 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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 && chmod +x /docker-mods && 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 ****" && rm -rf /tmp/* # buildkit
2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-11-17 03:53:58 UTC/bin/sh -c #(nop) ARG UNRAR_VERSION=6.1.7
2022-11-17 03:53:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-17 03:54:00 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-17 03:54:01 UTC/bin/sh -c #(nop) ARG TRANSMISSION_VERSION
2022-11-17 03:54:02 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.00-r6-ls143 Build-date:- 2022-11-16T21:52:52-06:00
2022-11-17 03:54:03 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-11-17 03:55:22 UTC|4 BUILD_DATE=2022-11-16T21:52:52-06:00 TRANSMISSION_VERSION=3.00-r6 UNRAR_VERSION=6.1.7 VERSION=3.00-r6-ls143 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies make g++ gcc && echo "**** install packages ****" && apk add --no-cache openssl p7zip python3 transmission-cli transmission-daemon && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/local/bin && echo "**** install third party themes ****" && TRANSMISSIONIC_VERSION=$(curl -s "https://api.github.com/repos/6c65726f79/Transmissionic/releases/latest" | jq -r .tag_name) && curl -o /tmp/transmissionic.zip -L "https://github.com/6c65726f79/Transmissionic/releases/download/${TRANSMISSIONIC_VERSION}/Transmissionic-webui-${TRANSMISSIONIC_VERSION}.zip" && unzip /tmp/transmissionic.zip -d /tmp && mv /tmp/web /transmissionic && 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 -s "https://api.github.com/repos/ronggang/transmission-web-control/releases/latest" | jq -r .tag_name) && 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 && ln -s /usr/share/transmission/web/style /transmission-web-control && ln -s /usr/share/transmission/web/images /transmission-web-control && ln -s /usr/share/transmission/web/javascript /transmission-web-control && ln -s /usr/share/transmission/web/index.html /transmission-web-control/index.original.html && 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 && curl -o /tmp/flood-for-transmission.tar.gz -L "https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.tar.gz" && tar xf /tmp/flood-for-transmission.tar.gz -C / && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*
2022-11-17 03:55:23 UTC/bin/sh -c #(nop) COPY dir:597baf537a1c170a02806fabe7634145ee777f1eb83644b1954ce04d5b01f2e6 in /
2022-11-17 03:55:24 UTC/bin/sh -c #(nop) EXPOSE 51413/tcp 51413/udp 9091
2022-11-17 03:55:26 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-17 03:55:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-17 03:55:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-16T21:52:52-06:00
2022-11-17 03:55:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Transmission](https://www.transmissionbt.com/) is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.
2022-11-17 03:55:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-transmission
2022-11-17 03:55:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-17 03:55:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d7a01942f5a42496b71ba933bd2ce28d684b1169
2022-11-17 03:55:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d7a01942f5a42496b71ba933bd2ce28d684b1169
2022-11-17 03:55:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-transmission
2022-11-17 03:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Transmission
2022-11-17 03:55:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-transmission/packages
2022-11-17 03:55:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-17 03:55:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.00-r6-ls143
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.