2019-01-11 23:11:36 UTC
14.7 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:b64fe965bcdcbd4c0637b52182a2046e8f1a2f070ad3757b496912c27bd1ad7b - 15.08% (2.22 MB)
[#001] sha256:5111434815a2b96a216526dab5336cbbc2fa025643a41711bb98a0778d2690c7 - 32.81% (4.83 MB)
[#002] sha256:de3626289736f91e0237cb2445d5470aca2031a56029ca7ae36b24874eb5ce6e - 0.0% (449 Bytes)
[#003] sha256:e1856c3f714ffdb277925d36d0353e3250f810d23e462a122428913b2a4890b8 - 52.1% (7.67 MB)
[#004] sha256:f7fa498489c711d1868137f956e4b15feb22fe4ed2f93eb581882f451dd331a8 - 0.01% (1.7 KB)
/bin/sh -c #(nop) ADD file:0d4cd286a43652cbafe61d2c70bcf8d4ae2cee78d59aeb39c78019f9eac26863 in /
2019-01-11 23:09:38 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-01-11 23:09:38 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2019-01-11 23:09:38 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-01-11 23:09:38 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-01-11 23:09:46 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.7.0 /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-01-11 23:09:46 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-01-11 23:09:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-01-11 23:11:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-01-11 23:11:28 UTC/bin/sh -c #(nop) ARG VERSION
2019-01-11 23:11:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 159 Build-date:- January-11-2019-23:11:25-UTC
2019-01-11 23:11:29 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-01-11 23:11:35 UTC|2 BUILD_DATE=January-11-2019-23:11:25-UTC VERSION=159 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl jq openssl p7zip rsync tar transmission-cli transmission-daemon unrar unzip
2019-01-11 23:11:35 UTC/bin/sh -c #(nop) COPY dir:af558c3b9b6f7186e8e4d7952104a7a821bf630c95188138110eecadc06bcb43 in /
2019-01-11 23:11:36 UTC/bin/sh -c #(nop) EXPOSE 51413 9091
2019-01-11 23:11:36 UTC/bin/sh -c #(nop) VOLUME [/config /downloads /watch]