2020-08-11 09:38:27 UTC
18.4 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:85d7102d07e78b51f1ea5875c747f9d6eb604cca5512d55ef27ba57c9e13830f - 14.66% (2.7 MB)
[#001] sha256:68902b80584f8aa813442973775a78d77ef2c0c0faa65b7ae2053cddb3addb88 - 36.08% (6.64 MB)
[#002] sha256:aeed3c7bd893d5855b842cb52d17d58c227bb180d7977ca3eff34f06059c9ad4 - 0.02% (4.13 KB)
[#003] sha256:822c065c163f7fcdd696a890a536e534def814db35c516fab7a52655a2dc4fb6 - 0.0% (181 Bytes)
[#004] sha256:f6f91e860eb9edaae3c673134737cab2f35746f0469a8ac1fb4f9398c80cd331 - 49.24% (9.06 MB)
[#005] sha256:84570e798995d11b8c1b353b1b235d559553ed95f1fc2901c0ef4a60c7ce41ae - 0.0% (340 Bytes)
/bin/sh -c #(nop) COPY dir:07194766549ab3ff50872b29d8bf7670937fdc226bfc17a3d219be0b22a252f8 in /
2020-08-04 20:51:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-08-04 20:51:13 UTC/bin/sh -c #(nop) ARG VERSION
2020-08-04 20:51:14 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7235ff9f-ls5 Build-date:- 2020-08-04T20:49:58+00:00
2020-08-04 20:51:14 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-08-04 20:51:15 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-08-04 20:51:15 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-08-04 20:51:16 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-08-04 20:51:27 UTC|4 BUILD_DATE=2020-08-04T20:49:58+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=7235ff9f-ls5 /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 "**** 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/*
2020-08-04 20:51:28 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-08-04 20:51:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-08-11 09:38:15 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-08-11 09:38:16 UTC/bin/sh -c #(nop) ARG VERSION
2020-08-11 09:38:16 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.8.0-ls38 Build-date:- 2020-08-11T09:32:16+00:00
2020-08-11 09:38:17 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-08-11 09:38:18 UTC/bin/sh -c #(nop) ENV HOME=/config
2020-08-11 09:38:21 UTC|2 BUILD_DATE=2020-08-11T09:32:16+00:00 VERSION=v1.8.0-ls38 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2020-08-11 09:38:22 UTC/bin/sh -c #(nop) COPY file:ab4f9ecab62bdc52ceba9858cda8a26517a5b4480cc445b0066acb160bb5a528 in /usr/bin/
2020-08-11 09:38:26 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2020-08-11 09:38:26 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2020-08-11 09:38:27 UTC/bin/sh -c #(nop) VOLUME [/config]
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.