2021-02-21 07:34:31 UTC
15.6 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:f3959e2b5a37cea5b805c435449ad985f192ca76dbbcf904d37bb569f5860154 - 15.49% (2.41 MB)
[#001] sha256:b2ee209c25aee5c9cdb1a8f18faefca87b225ed86f2e439609919c02898f4276 - 13.8% (2.15 MB)
[#002] sha256:801857a40969bee065f5d53c5686ea7f57e8285b3822b8787bcf4fab87589bbb - 13.35% (2.08 MB)
[#003] sha256:a5d0b1d0a0e1b6a06f91f3a26ba88c4a9f78084dbaec377451677ff7b4849c18 - 0.0% (441 Bytes)
[#004] sha256:965f94d1ef6537b7a8f25a39b7f7ce87535a340c03d74bf3605d769261f67602 - 26.48% (4.13 MB)
[#005] sha256:68160db8bd3a216c509fd59b9d7f6541a5576bb70c818f192997d5c508ba351b - 0.02% (2.78 KB)
[#006] sha256:95c601852303082380b327de6bc4cb7603e501704a4795a9ed615f237ebae101 - 30.85% (4.81 MB)
[#007] sha256:ddd19b7cbc1fbc57f2f0a890f61aff7160e4959633f009055d7e8e215d39be4b - 0.01% (2.27 KB)
/bin/sh -c #(nop) COPY dir:f8f85dca7fb562f3caf8a4285c5c56ccebd7d29e7c29c55a5447ca61fe16c6f7 in /
2021-02-16 14:35:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-16 14:35:02 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-16 14:35:03 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 955dd4e5-ls6 Build-date:- 2021-02-16T14:33:05+00:00
2021-02-16 14:35:04 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-16 14:35:06 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-02-16 14:35:07 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-02-16 14:35:10 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-02-16 14:35:20 UTC|4 BUILD_DATE=2021-02-16T14:33:05+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=955dd4e5-ls6 /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-02-16 14:35:22 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-02-16 14:35:23 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-02-16 14:35:38 UTC|4 BUILD_DATE=2021-02-16T14:33:05+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=955dd4e5-ls6 /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-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/*
2021-02-16 14:35:41 UTC/bin/sh -c #(nop) COPY dir:371b178a51b766ee7d9791334a2c0ce3288c9f7471fee519bee86963967d3d9a in /
2021-02-16 14:35:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-02-21 07:34:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-21 07:34:23 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-21 07:34:24 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2021-02-21 07:34:24 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.4_p1-r2-ls40 Build-date:- 2021-02-21T07:32:26+00:00
2021-02-21 07:34:25 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-02-21 07:34:30 UTC|3 BUILD_DATE=2021-02-21T07:32:26+00:00 OPENSSH_RELEASE=8.4_p1-r2 VERSION=8.4_p1-r2-ls40 /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-02-21 07:34:31 UTC/bin/sh -c #(nop) COPY dir:03f4b706de22a4010f2a51b6ac8d13338b9dc7bf22d034d111a799cc8277b640 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.