Namespace
linuxserver
Image / Tag
transmission:amd64-2.94-r3-ls50
Content Digest
sha256:2ff4d0f560d26e8cf263ff290b9375b9b6eb02296a297b361d466dd5ceb01656
Details
Created

2020-04-22 18:24:49 UTC

Size

27.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.94-r3-ls50 Build-date:- 2020-04-22T14:23:59-04:00
  • maintainer
    aptalca

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:3d2df53ea896f1a0ccf03d52f8f4adb18280eeec4851a13243ee59e789e138a7 - 10.28% (2.79 MB)

[#001] sha256:49e9c2df40b46b658e01a6efb8bd3b8c44d1bf5672ac29a6cfa38072654189d8 - 16.82% (4.56 MB)

[#002] sha256:f81f653b665ad916667c1b1cef2394114dd1f4a7e5cf1914b8a67b25617b40e4 - 0.01% (4 KB)

[#003] sha256:d8a8c1b2d5c5bb266c3b7c05230b799a2f448913381a1bfc7cfb5dda13610d4d - 72.88% (19.8 MB)

[#004] sha256:642691df28c7506ddd466d21df3db76589426de1dcfab22c24dfd7f2325fafa6 - 0.01% (1.91 KB)


History
2020-04-16 23:25:45 UTC

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

2020-04-16 23:25:45 UTC

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

2020-04-16 23:25:46 UTC

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

2020-04-16 23:25:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d5bd494-ls11 Build-date:- 2020-04-16T23:24:38+00:00

2020-04-16 23:25:46 UTC

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

2020-04-16 23:25:46 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0

2020-04-16 23:25:47 UTC

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

2020-04-16 23:25:47 UTC

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

2020-04-16 23:25:52 UTC

|4 BUILD_DATE=2020-04-16T23:24:38+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=8d5bd494-ls11 /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 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 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2020-04-16 23:25:53 UTC

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

2020-04-16 23:25:53 UTC

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

2020-04-22 18:24:42 UTC

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

2020-04-22 18:24:42 UTC

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

2020-04-22 18:24:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.94-r3-ls50 Build-date:- 2020-04-22T14:23:59-04:00

2020-04-22 18:24:42 UTC

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

2020-04-22 18:24:48 UTC

|2 BUILD_DATE=2020-04-22T14:23:59-04:00 VERSION=2.94-r3-ls50 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl findutils jq openssl p7zip python rsync tar transmission-cli transmission-daemon unrar unzip && 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-04-22 18:24:49 UTC

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

2020-04-22 18:24:49 UTC

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

2020-04-22 18:24:49 UTC

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

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