Namespace
linuxserver
Image / Tag
transmission:amd64-3.00-r6-ls143
Content Digest
sha256:cd9a16a79e1cdeac412962b0e2e13900248d3eff9a81ad77a24c55e37817eab4
Details
Created

2022-11-16 21:54:23 -0600

Size

41.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.00-r6-ls143 Build-date:- 2022-11-16T21:52:52-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-16T21:52:52-06:00
  • 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.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-transmission
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    d7a01942f5a42496b71ba933bd2ce28d684b1169
  • org.opencontainers.image.revision
    d7a01942f5a42496b71ba933bd2ce28d684b1169
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-transmission
  • org.opencontainers.image.title
    Transmission
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-transmission/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    3.00-r6-ls143

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:1f62ddbe1e2e4937ce2665972075331b816ed8064c4714992bea013afed4211f - 12.36% (5.1 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.01% (3.16 KB)

[#002] sha256:e135e7fea09bdd8d6d3f4281e8886f27d3e2475fa4965668af8edcb0e1fa3ec2 - 10.47% (4.32 MB)

[#003] sha256:f568e593f0876059e2caa5d101ac6a3ec992ffd6535163c88b6ba362e01a5577 - 0.01% (4.46 KB)

[#004] sha256:9c5d2a3ce86e0e912e23ee48ed61d63a84c8dbaff8bf265c8fe038244ce66ca3 - 77.15% (31.8 MB)

[#005] sha256:211f9bce979db81a5b44866181627139abe7ba5ecbc636f1c47b61e50bd6d778 - 0.01% (2.43 KB)


History
2022-11-15 06:35:46 UTC

/bin/sh -c #(nop) COPY dir:2236f1f0c81fa174a90cb873edc9456843377ec0944d5668d4ed1b7b6706aced in /

2022-11-15 06:35:47 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-11-15 06:35:47 UTC

/bin/sh -c #(nop) ARG VERSION

2022-11-15 06:35:47 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-15 06:35:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:35:48 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-11-15 06:35:48 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-15 06:35:49 UTC

/bin/sh -c #(nop) 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:52 UTC

|3 BUILD_DATE=2022-11-15T07:34:27+01:00 MODS_VERSION=v3 VERSION=16c25840-ls30 /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 "**** cleanup ****" && rm -rf /tmp/*

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) COPY dir:080442c48a79b8e74452a818968300096240e7b1a58da6ed6aca7745232be405 in /

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-15T07:34:27+01:00

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-11-15 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a7218a6ab46634793649c6c01865d5ee67ee5033

2022-11-15 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a7218a6ab46634793649c6c01865d5ee67ee5033

2022-11-15 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-11-15 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-11-15 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-11-15 06:35:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-11-15 06:35:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=16c25840-ls30

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

ARG UNRAR_VERSION=6.1.7

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

ARG TRANSMISSION_VERSION

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.00-r6-ls143 Build-date:- 2022-11-16T21:52:52-06:00

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

RUN |4 UNRAR_VERSION=6.1.7 BUILD_DATE=2022-11-16T21:52:52-06:00 VERSION=3.00-r6-ls143 TRANSMISSION_VERSION=3.00-r6 /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/* # buildkit

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

EXPOSE map[51413/tcp:{} 51413/udp:{} 9091/tcp:{}]

2022-11-16 21:54:23 -0600 (buildkit.dockerfile.v0)

VOLUME [/config]

Danger Zone
Delete Tag

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.

Delete