2019-12-13 23:42:00 UTC
10.3 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:8a20130829e8d9adcbb3b78228663f6f8682f2cbd45a394371e2bab2bb84a422 - 22.94% (2.37 MB)
[#001] sha256:fa5cdeab609a14a9008e269bd6085f4839f91b8f6817ad89885fde05f76ce9a1 - 59.96% (6.19 MB)
[#002] sha256:0e881aed666c409b646ab29d29169b5828b4ee89f55e818d268a5c6c3dab7213 - 0.04% (3.98 KB)
[#003] sha256:21d62ce309e033d348b5cfc846c140c1c4852f1e00009536882d588d6ae52447 - 17.05% (1.76 MB)
[#004] sha256:beee5e6c084b7aab18da3543dbf9d65611c3c17494838a2358111c60409d8437 - 0.02% (1.72 KB)
/bin/sh -c #(nop) COPY dir:4eeffa0d0247afd22e094ba1e3104ae23728c0519f4202b08df1918ad1fec278 in /
2019-11-27 22:17:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-11-27 22:17:39 UTC/bin/sh -c #(nop) ARG VERSION
2019-11-27 22:17:40 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls12 Build-date:- 2019-11-27T17:16:20-05:00
2019-11-27 22:17:40 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2019-11-27 22:17:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-11-27 22:17:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2019-11-27 22:17:42 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-11-27 22:18:06 UTC|4 BUILD_DATE=2019-11-27T17:16:20-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls12 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2019-11-27 22:18:08 UTC/bin/sh -c #(nop) COPY dir:f8b9cf38af6560f8300deaa1939bbc3349e2c12713d9292af71f59a57a45a49b in /
2019-11-27 22:18:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-12-13 23:41:52 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-12-13 23:41:53 UTC/bin/sh -c #(nop) ARG VERSION
2019-12-13 23:41:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.1_p1-r0-ls2 Build-date:- 2019-12-13T23:41:43+00:00
2019-12-13 23:41:54 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2019-12-13 23:41:59 UTC|2 BUILD_DATE=2019-12-13T23:41:43+00:00 VERSION=8.1_p1-r0-ls2 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl logrotate nano openssh-server sudo && echo "**** setup openssh environment ****" && sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && usermod --shell /bin/bash abc && rm -rf /tmp/*
2019-12-13 23:42:00 UTC/bin/sh -c #(nop) COPY dir:8a6938e42fba779f136cf6ed7f22356d5f1e833178d56e075bacc97430e60b48 in /
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.