2021-03-07 07:34:33 UTC
15.5 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:3ba9ae63b35a09b2d8c8bfab5c5e7dbacc566dc63e9fcf31c5654510fca51388 - 17.45% (2.7 MB)
[#001] sha256:5568c4d76d06a84a942588ad8044a9edd13203b21e472a1ce7ee3e3c1ada6acc - 13.86% (2.15 MB)
[#002] sha256:8834797be162f77b75aef8a42176625c89d244d0ce1d858bedd8c9f6d0cf2c39 - 13.57% (2.1 MB)
[#003] sha256:88b01bee2fe686ff6d535ae0268ebb3b5af658bc3ab2b5f495fce05c7d909ac8 - 0.0% (441 Bytes)
[#004] sha256:cf644fb5afb64199fa09426af22c6b433e06d0929eae146d7dc161065656b628 - 30.02% (4.65 MB)
[#005] sha256:82a0f62d2c8c3ece8e95bced3d8f257264764274bbd4447307b1a2db34bc5110 - 0.02% (2.8 KB)
[#006] sha256:b69d17e5023bad4bc9e31724cffad0ca2af8d766745779421ab32bb73e2b06b9 - 25.07% (3.88 MB)
[#007] sha256:92212bb183151f3180184cf93db588849a80b36f844d3fbf37c1f4abdbd0221d - 0.01% (2.28 KB)
/bin/sh -c #(nop) COPY dir:8ac973b6c0f24384869ebf06b2dca93e9537c2d8ccfcd2b40a00ac446bc67afd in /
2021-03-06 01:09:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-03-06 01:09:38 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-06 01:09:40 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1494c3fe-ls8 Build-date:- 2021-03-06T01:07:24+00:00
2021-03-06 01:09:44 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-03-06 01:09:46 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-03-06 01:09:48 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-03-06 01:09:51 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-03-06 01:10:00 UTC|4 BUILD_DATE=2021-03-06T01:07:24+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=1494c3fe-ls8 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-03-06 01:10:02 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-03-06 01:10:07 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-03-06 01:10:24 UTC|4 BUILD_DATE=2021-03-06T01:07:24+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=1494c3fe-ls8 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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/*
2021-03-06 01:10:31 UTC/bin/sh -c #(nop) COPY dir:abf7501ef60ed34ad238fb8014199cea647a9129f593a578d4bdd70795f6fa6d in /
2021-03-06 01:10:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-03-07 07:34:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-03-07 07:34:15 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-07 07:34:16 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2021-03-07 07:34:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.4_p1-r2-ls41 Build-date:- 2021-03-07T02:33:04-05:00
2021-03-07 07:34:19 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-03-07 07:34:30 UTC|3 BUILD_DATE=2021-03-07T02:33:04-05:00 OPENSSH_RELEASE=8.4_p1-r2 VERSION=8.4_p1-r2-ls41 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl logrotate nano sudo && echo "**** install openssh-server ****" && if [ -z ${OPENSSH_RELEASE+x} ]; then OPENSSH_RELEASE=$(curl -s http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/ | awk -F '(openssh-server-|.apk)' '/openssh-server.*.apk/ {print $2; exit}'); fi && apk add --no-cache openssh-client==${OPENSSH_RELEASE} openssh-server==${OPENSSH_RELEASE} openssh-sftp-server==${OPENSSH_RELEASE} && echo "**** setup openssh environment ****" && sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && usermod --shell /bin/bash abc && rm -rf /tmp/*
2021-03-07 07:34:33 UTC/bin/sh -c #(nop) COPY dir:12276a16f6a5a1c23632ed2b2ef24d147d23f26f8ea32f243674c63b2c36cd56 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.