2020-06-03 19:51:01 UTC
9.82 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:a453767105282bf751cfe40e3c285b43b2e2d5a3b73805fa949f133ce0ad09e7 - 28.37% (2.79 MB)
[#001] sha256:643a2b6ed1e27a213fadf9cb502d7b19c6f85bd0103dc4ae7fa36e719d6d08d9 - 47.22% (4.64 MB)
[#002] sha256:fe420fac98273b79eecabf7a351b688cbb30291c6656e93a30f9dce5b3e68a62 - 0.04% (4.13 KB)
[#003] sha256:402c59d4f695e41fc662ad89c9f54a02afcb77269c08b090e5bcba5f9bc7ba49 - 24.36% (2.39 MB)
[#004] sha256:0c7fa2276bb9e6427cf03803e681cabe49f9ba8eb8941ff1f83b73ce99438a16 - 0.02% (2.16 KB)
/bin/sh -c #(nop) COPY dir:1fc69be49bd4052b05658e2fb2aeb92cb308c9770cc9d4c06007bab027878431 in /
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c8b1355-ls1 Build-date:- 2020-06-01T17:42:13+00:00
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-06-01 17:42:55 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-01 17:43:00 UTC|4 BUILD_DATE=2020-06-01T17:42:13+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=9c8b1355-ls1 /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 procps 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-06-01 17:43:00 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-01 17:43:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-03 19:50:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-03 19:50:58 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-03 19:50:58 UTC/bin/sh -c #(nop) ARG OPENSSH_RELEASE
2020-06-03 19:50:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8.3_p1-r0-ls21 Build-date:- 2020-06-03T21:50:24+02:00
2020-06-03 19:50:59 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-06-03 19:51:01 UTC|3 BUILD_DATE=2020-06-03T21:50:24+02:00 OPENSSH_RELEASE=8.3_p1-r0 VERSION=8.3_p1-r0-ls21 /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.12/main/x86_64/ | awk -F '(openssh-server-|.apk)' '/openssh-server.*.apk/ {print $2; exit}'); fi && apk add --no-cache 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/*
2020-06-03 19:51:01 UTC/bin/sh -c #(nop) COPY dir:67a41fa87de1e1d7c7b802dea25ba7fcee3ad9739400336687b0cab2d6ed2069 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.