2018-12-21 23:36:25 UTC
35.5 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:a1e3b1cfc1681c6de66587ba6274923fd58e35dbd1da9520061f96a4544a02f9 - 6.26% (2.22 MB)
[#001] sha256:b887c2eb19eab55b19e273527daadd7d272f99f8bac6814abe41e988a92fa40b - 13.62% (4.83 MB)
[#002] sha256:5419e3b18744a2a8f55453220c4d28401baedf59dc3b84d3c8e84cfbc02569bf - 0.0% (456 Bytes)
[#003] sha256:18f36fd3f2dc4c7bd76a871466306a1c82a08d1c7e7c49db2d6a7c2b47ac347b - 52.22% (18.5 MB)
[#004] sha256:86d1f994d38f8ea6afb532cdba06027f451cc5b2f83e94788b852a692dd0cb8f - 11.48% (4.07 MB)
[#005] sha256:22c77e4ad8b22404aa5efca0d3d93c77dce2395b3edfe9465fa764d67ee2daa5 - 16.42% (5.83 MB)
[#006] sha256:9a28e20d0a25cb1af0f7de57ef89a783bf874ce5be32ec9d46b9422e746b64d0 - 0.0% (693 Bytes)
/bin/sh -c #(nop) ADD file:82d3f4106be8d7ac38a91b17576f752771c4774c0d10ea0a203a0008630d079a in /
2018-12-21 23:09:41 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-12-21 23:09:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2018-12-21 23:09:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2018-12-21 23:09:41 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-12-21 23:09:45 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/*
2018-12-21 23:09:46 UTC/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /
2018-12-21 23:09:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-12-21 23:36:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-12-21 23:36:19 UTC/bin/sh -c #(nop) ARG VERSION
2018-12-21 23:36:19 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 110 Build-date:- December-21-2018-23:10:19-UTC
2018-12-21 23:36:19 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2018-12-21 23:36:19 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2018-12-21 23:36:24 UTC|2 BUILD_DATE=December-21-2018-23:10:19-UTC VERSION=110 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache boost-system boost-thread ca-certificates geoip qt5-qtbase unrar
2018-12-21 23:36:24 UTC/bin/sh -c #(nop) COPY dir:ab028333879f75fe6dc9f786d53884f32787c9e6ed5462bc522ec3bc5a156380 in /usr/
2018-12-21 23:36:25 UTC/bin/sh -c #(nop) COPY dir:9d33223c269dac57658ba4eca6e1a66b1e73e0885814493711c7e33482fd16fa in /usr/
2018-12-21 23:36:25 UTC/bin/sh -c #(nop) COPY dir:db7af84f06034e6e14b1e18daaf6b22f9bb4e6628feceeb44bd7104d1bd9c33c in /
2018-12-21 23:36:25 UTC/bin/sh -c #(nop) EXPOSE 6881 6881/udp 8080
2018-12-21 23:36:25 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]
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.