Namespace
linuxserver
Image / Tag
transmission:arm64v8-3.00-r8-ls147
Content Digest
sha256:9e33421b2a548328401d4e0e788eb8a406bde0fc888a0263116b10c0a3bc0c76
Details
Created

2023-01-05 21:23:44 UTC

Size

44 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.00-r8-ls147 Build-date:- 2023-01-05T15:21:57-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-05T15:21:57-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
    02bebba64ceebabaf56a117af067bfe2fd9929c1
  • org.opencontainers.image.revision
    02bebba64ceebabaf56a117af067bfe2fd9929c1
  • 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-r8-ls147

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:0af98f0e45d9bcf21799da85d9f489bba0ca7380b5f0abf68b1c0aa2051b1648 - 13.35% (5.88 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.01% (2.77 KB)

[#002] sha256:207526e06b4ecefdf12bd80dd3a82f3a7b5e7cd4e2967a4c73f350cc2d3d1c93 - 13.5% (5.94 MB)

[#003] sha256:5e2b97dedd906afc361776f391f4ee21b85f6e0e32339433dd8b28e75e59943b - 0.01% (3.93 KB)

[#004] sha256:026a2286dc475e5a087f1aa93e372055aabc10a3a272561a2370b2b5a3be9293 - 73.13% (32.2 MB)

[#005] sha256:74166dff186da47563e73b9e5e9c51654eef2ba801a1d7a9fd1fe419f1ed88bd - 0.01% (2.45 KB)


History
2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 6a089adf-ls7 Build-date:- 2023-01-02T17:58:28+01:00

2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-02 16:59:32 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-01-02 16:59:32 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

2023-01-02 16:59:34 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-02T17:58:28+01:00 VERSION=6a089adf-ls7 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-02 16:59:34 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-02 16:59:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

ARG UNRAR_VERSION=6.1.7

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

ARG TRANSMISSION_VERSION

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.00-r8-ls147 Build-date:- 2023-01-05T15:21:57-06:00

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

RUN |4 UNRAR_VERSION=6.1.7 BUILD_DATE=2023-01-05T15:21:57-06:00 VERSION=3.00-r8-ls147 TRANSMISSION_VERSION=3.00-r8 /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 findutils 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

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-05 21:23:44 UTC (buildkit.dockerfile.v0)

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

2023-01-05 21:23:44 UTC (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