Namespace
linuxserver
Image / Tag
transmission:amd64-2.94-r2-ls45
Content Digest
sha256:0d8906a8cde22dca2926edfd17b91af4b797ae412b3ab05dbb9421931545debd
Details
Created

2020-03-25 19:27:48 UTC

Size

27.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.94-r2-ls45 Build-date:- 2020-03-25T20:26:37+01:00
  • maintainer
    sparklyballs

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:8a3358dc2ee864059fb78906d552fbe7f5bf33674202bc331020781220c837c1 - 10.28% (2.79 MB)

[#001] sha256:82a3231d3dbfbd0969eb2d59ea0249da521079c9e16576ba62d3be4cee8b12db - 16.82% (4.56 MB)

[#002] sha256:25754cdadb0647953cf259a0b8687533938f1a877559f191b55325472ef36688 - 0.01% (3.97 KB)

[#003] sha256:a00f0bd3125db0f6f177d57f59809ae3ee396c1cb3e1d9ff35db43bf739bb52f - 72.89% (19.8 MB)

[#004] sha256:6cae519a8932c2b5a845b66e59beebfe865dd36ff788912b75083dc0744bfaec - 0.01% (1.92 KB)


History
2020-03-05 18:39:04 UTC

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

2020-03-05 18:39:04 UTC

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

2020-03-05 18:39:04 UTC

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

2020-03-05 18:39:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5da06b41-ls6 Build-date:- 2020-03-05T13:38:16-05:00

2020-03-05 18:39:04 UTC

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

2020-03-05 18:39:04 UTC

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

2020-03-05 18:39:05 UTC

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

2020-03-05 18:39:05 UTC

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

2020-03-05 18:39:08 UTC

|4 BUILD_DATE=2020-03-05T13:38:16-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=5da06b41-ls6 /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-03-05 18:39:08 UTC

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

2020-03-05 18:39:09 UTC

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

2020-03-25 19:27:34 UTC

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

2020-03-25 19:27:35 UTC

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

2020-03-25 19:27:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.94-r2-ls45 Build-date:- 2020-03-25T20:26:37+01:00

2020-03-25 19:27:36 UTC

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

2020-03-25 19:27:46 UTC

|2 BUILD_DATE=2020-03-25T20:26:37+01:00 VERSION=2.94-r2-ls45 /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-03-25 19:27:47 UTC

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

2020-03-25 19:27:47 UTC

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

2020-03-25 19:27:48 UTC

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