2020-06-09 18:00:53 UTC
17.6 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:e64cdbc0bb1838140cf09f5ecc6127317449ac27bd63b70acdcd31ff0a708ca0 - 15.9% (2.8 MB)
[#001] sha256:9bd302dbfaac010585e89ab3d20d3b1b9706217610305ae94445f5a97ec2de21 - 26.46% (4.65 MB)
[#002] sha256:0b10b27c39ad5ad0e02b7dad2c9c6b2ac8c9f474025c9e34b96867956fb337b1 - 0.02% (4.13 KB)
[#003] sha256:b3dd5e2fa06b689281119fb828d094d4ca109c95e2ede4af59e3f3e2a98cbeef - 0.0% (181 Bytes)
[#004] sha256:ca687d23a8a0d8f9b398cc25f44207bd8c028b7d0f1c879dcd3b2cd51c022b8b - 57.61% (10.1 MB)
[#005] sha256:d1568d76150ff2ea4587bd636751aa3aa511eed89869ec7b1be3b76c227d29fb - 0.0% (340 Bytes)
/bin/sh -c #(nop) COPY dir:997ee08f3cf35820c51e562d43a978bb2efa1e5b883d2adf9648a76fc1b03c63 in /
2020-06-04 17:38:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-04 17:38:29 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-04 17:38:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 739f3c6e-ls16 Build-date:- 2020-06-04T13:37:40-04:00
2020-06-04 17:38:29 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-04 17:38:29 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-04 17:38:29 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-06-04 17:38:29 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-04 17:38:33 UTC|4 BUILD_DATE=2020-06-04T13:37:40-04:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=739f3c6e-ls16 /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-04 17:38:33 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-04 17:38:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-06-09 18:00:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-09 18:00:48 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-09 18:00:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.6.1-ls36 Build-date:- 2020-06-09T17:58:29+00:00
2020-06-09 18:00:49 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-06-09 18:00:49 UTC/bin/sh -c #(nop) ENV HOME=/config
2020-06-09 18:00:50 UTC|2 BUILD_DATE=2020-06-09T17:58:29+00:00 VERSION=v1.6.1-ls36 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2020-06-09 18:00:52 UTC/bin/sh -c #(nop) COPY file:9c5a3b272e75ef5dcf8cc7eb21e5fb06b0337c7e376f3282878db5b81cd9cdac in /usr/bin/
2020-06-09 18:00:52 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2020-06-09 18:00:53 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2020-06-09 18:00:53 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.