2020-01-01 19:25:43 UTC
29.1 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:65dc0916a6f07f86a04ddfebc9d694ab74155f2e312230c2d1138acdbfa3081a - 9.3% (2.71 MB)
[#001] sha256:3065f3e98f36d28dea2f46536c7081f20ce62adc8601f23b879e12f88cf25c0e - 23.26% (6.78 MB)
[#002] sha256:8eedc52095c3f7be4b2a7b57a257242bc73cc07a2a9e51a5659c78d10f764f91 - 0.01% (3.97 KB)
[#003] sha256:0e8f8b50254bb5e00ae7b1fb367179e7b0c81854cba5b329482ec213ea60d7c2 - 67.43% (19.6 MB)
[#004] sha256:9dd83e6b1bad556d58f4977525bea1459a32e063c5d40ac3dde1d49ee5f0a3ab - 0.01% (1.92 KB)
/bin/sh -c #(nop) COPY dir:571b4adb0f23620b5e79b65ece41b3e9da519b9ad8b1d17ddc0c2698d56b0ab8 in /
2019-12-27 09:20:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-12-27 09:20:23 UTC/bin/sh -c #(nop) ARG VERSION
2019-12-27 09:20:24 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d2ebd44-ls14 Build-date:- 2019-12-27T09:19:13+00:00
2019-12-27 09:20:25 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2019-12-27 09:20:25 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-12-27 09:20:26 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-12-27 09:20:26 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-12-27 09:20:40 UTC|4 BUILD_DATE=2019-12-27T09:19:13+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=5d2ebd44-ls14 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2019-12-27 09:20:42 UTC/bin/sh -c #(nop) COPY dir:29248ef0402edd1578148b502318593746636104fec6e258a5ef906826e7d8cf in /
2019-12-27 09:20:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-01-01 19:25:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-01-01 19:25:23 UTC/bin/sh -c #(nop) ARG VERSION
2020-01-01 19:25:24 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.94-r2-ls39 Build-date:- 2020-01-01T20:24:02+01:00
2020-01-01 19:25:25 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2020-01-01 19:25:39 UTC|2 BUILD_DATE=2020-01-01T20:24:02+01:00 VERSION=2.94-r2-ls39 /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-01-01 19:25:42 UTC/bin/sh -c #(nop) COPY dir:8df215ef76257c4bddc2068010e8d7ec93f4b5d523e5297916f99a6924c0b471 in /
2020-01-01 19:25:43 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2020-01-01 19:25:43 UTC/bin/sh -c #(nop) VOLUME [/config /downloads /watch]