2019-10-23 18:26:16 UTC
27.4 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:2ca43886471310d8f9aea3919766c6f0d14fa0299a49e4ea7ee7e8f3d59c8970 - 10.12% (2.77 MB)
[#001] sha256:b5842f5c135a2c595db5b9716d1874cdbcd6efd8bb2c8a5f14e3c2f19b495653 - 18.07% (4.95 MB)
[#002] sha256:6b42cfb55c7f343813c85ca1bdf149b9498c307e0ce38ea3cd06c80254d568d8 - 0.01% (3.77 KB)
[#003] sha256:089663bc3e941042b7b6e246ac9ee77ebc5c3c80ca3d0f9654efa55e78680fa9 - 71.8% (19.7 MB)
[#004] sha256:666a79521c8bca1a26d7ec2f2af0858e6505c4c70ddc9b795d3c474a70c05d9e - 0.01% (1.89 KB)
/bin/sh -c #(nop) COPY dir:6ad19b10eb392fb2e6bc793dcc6236b0b8392f43542fb9ee84b78cada56b3d2a in /
2019-10-18 08:20:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-10-18 08:20:17 UTC/bin/sh -c #(nop) ARG VERSION
2019-10-18 08:20:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1e472120-ls9 Build-date:- 2019-10-18T10:19:24+02:00
2019-10-18 08:20:17 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-10-18 08:20:18 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-10-18 08:20:18 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-10-18 08:20:18 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-10-18 08:20:25 UTC|4 BUILD_DATE=2019-10-18T10:19:24+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=1e472120-ls9 /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/*
2019-10-18 08:20:25 UTC/bin/sh -c #(nop) COPY dir:ea1e127a289afd0cc712309de75a7191aa7e193b92fb94cc59840e21ef6af0a7 in /
2019-10-18 08:20:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-10-23 18:26:03 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-10-23 18:26:04 UTC/bin/sh -c #(nop) ARG VERSION
2019-10-23 18:26:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.94-r2-ls32 Build-date:- 2019-10-23T20:25:16+02:00
2019-10-23 18:26:04 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-10-23 18:26:15 UTC|2 BUILD_DATE=2019-10-23T20:25:16+02:00 VERSION=2.94-r2-ls32 /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/*
2019-10-23 18:26:16 UTC/bin/sh -c #(nop) COPY dir:8df215ef76257c4bddc2068010e8d7ec93f4b5d523e5297916f99a6924c0b471 in /
2019-10-23 18:26:16 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2019-10-23 18:26:16 UTC/bin/sh -c #(nop) VOLUME [/config /downloads /watch]