Namespace
linuxserver
Image / Tag
transmission:amd64-3.00-r5-ls124
Content Digest
sha256:b7bf1788be7690463be0389d827ea1267f0aff9eda1d338e3b6b970eed592821
Details
Created

2022-05-12 03:58:16 UTC

Size

35.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.00-r5-ls124 Build-date:- 2022-05-12T05:56:30+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-12T05:56:30+02: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
    fdf9ea96e24e2c9f6369bebb27e0d16c9259d74b
  • org.opencontainers.image.revision
    fdf9ea96e24e2c9f6369bebb27e0d16c9259d74b
  • 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-r5-ls124

Environment
HOME

/root

PATH

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

PS1

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

TERM

xterm


Layers

[#000] sha256:0766be6e1e44070cb2f841275ea08a5c94d5d69b5d22756de16a7958feaa2ad9 - 7.83% (2.8 MB)

[#001] sha256:721d3e529e77f3477392fa0bccacc97fc75f9b0980321045fe6144b6f6dd85ba - 5.04% (1.8 MB)

[#002] sha256:ce5d61454079a9d661b85adae7e15c12214d01ff6f869a728432bc30202d4f56 - 4.85% (1.74 MB)

[#003] sha256:9564d4c661a13f4843ca8424587750fbd69693a0fc05264bf87435f311ad8bc5 - 0.0% (437 Bytes)

[#004] sha256:961d20d6a1a1be950ae3eed115f95161d32384e33ac232931a1704efd44b652a - 8.56% (3.06 MB)

[#005] sha256:9000aeb4a3b76b82ef0ec337a81d45969b124b99433d759058d33230cb4111b0 - 0.01% (3.62 KB)

[#006] sha256:44e61312527536da3a83d12ae5536478c52530ac1d9ebc747286dd80968c9058 - 73.7% (26.4 MB)

[#007] sha256:3e759a5429c96d92bb5b9024ad17e27e6aabc794181439e51aebc7d79467c710 - 0.01% (2.01 KB)


History
2022-05-03 06:35:27 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2022-05-03 06:35:29 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-05-03 06:35:29 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:30 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-05-03 06:35:30 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-05-03 06:35:33 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-05-03 06:35:33 UTC

/bin/sh -c #(nop) COPY dir:67b6f27abec27e529475adac5a84878e93ddf41093b3ad8cb94bd637afa88bc2 in /

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:35 UTC

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

2022-05-03 06:35:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-12 03:57:30 UTC

/bin/sh -c #(nop) ARG UNRAR_VERSION=6.1.4

2022-05-12 03:57:30 UTC

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

2022-05-12 03:57:30 UTC

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

2022-05-12 03:57:31 UTC

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

2022-05-12 03:57:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.00-r5-ls124 Build-date:- 2022-05-12T05:56:30+02:00

2022-05-12 03:57:31 UTC

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

2022-05-12 03:58:13 UTC

|4 BUILD_DATE=2022-05-12T05:56:30+02:00 TRANSMISSION_VERSION=3.00-r5 UNRAR_VERSION=6.1.4 VERSION=3.00-r5-ls124 /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 ca-certificates curl findutils jq openssl p7zip python3 rsync tar transmission-cli transmission-daemon unzip && echo "**** install transmission ****" && apk add --no-cache 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-05-12 03:58:14 UTC

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

2022-05-12 03:58:14 UTC

/bin/sh -c #(nop) EXPOSE 51413/tcp 51413/udp 9091

2022-05-12 03:58:14 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-05-12 03:58:14 UTC

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

2022-05-12 03:58:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-12T05:56:30+02:00

2022-05-12 03:58:15 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-05-12 03:58:15 UTC

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

2022-05-12 03:58:15 UTC

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

2022-05-12 03:58:15 UTC

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

2022-05-12 03:58:15 UTC

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

2022-05-12 03:58:15 UTC

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

2022-05-12 03:58:16 UTC

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

2022-05-12 03:58:16 UTC

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

2022-05-12 03:58:16 UTC

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

2022-05-12 03:58:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.00-r5-ls124