2019-05-28 17:58:25 UTC
15.4 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:f8b202eb5de78bec2d805356e7b6e4f47f9d698d8da210d04c091f88b9c7bd97 - 15.18% (2.34 MB)
[#001] sha256:644f9cffd08afc2a2e8f7999bd0c71856b356d2e644b203e4ef08bb18bd73321 - 38.72% (5.97 MB)
[#002] sha256:62fc1292e96d814a44546ad4324a09cfcfccd51e720ed9a490947e91e3923e00 - 0.02% (3.78 KB)
[#003] sha256:e9aa510eb75dc34bf8dc1e4c3bc4b8423d07ce16c5774f8acb9a15e32a15eb53 - 0.0% (180 Bytes)
[#004] sha256:98f515598033c8a52b610eb48a0ae3e31b7796e037ddccd400ebd7d0e674677f - 46.07% (7.11 MB)
[#005] sha256:4604346952b4e217a814fc1e8eededb580faaa351aa138d9e45364a3dba04685 - 0.0% (340 Bytes)
/bin/sh -c #(nop) COPY dir:298e1ed773a3141a2d19cfc45101d6cf06be1f0d0ce87c6f3b39854919c988ac in /
2019-05-22 23:44:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-05-22 23:44:56 UTC/bin/sh -c #(nop) ARG VERSION
2019-05-22 23:44:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a70de167-ls2 Build-date:- 2019-05-22T19:43:20-04:00
2019-05-22 23:44:57 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-05-22 23:44:58 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-05-22 23:44:58 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2019-05-22 23:44:59 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-05-22 23:45:11 UTC|4 BUILD_DATE=2019-05-22T19:43:20-04:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=a70de167-ls2 /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 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 && 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/*
2019-05-22 23:45:13 UTC/bin/sh -c #(nop) COPY dir:ea1e127a289afd0cc712309de75a7191aa7e193b92fb94cc59840e21ef6af0a7 in /
2019-05-22 23:45:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-05-28 17:58:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-05-28 17:58:16 UTC/bin/sh -c #(nop) ARG VERSION
2019-05-28 17:58:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.1.3-ls12 Build-date:- 2019-05-28T17:53:47+00:00
2019-05-28 17:58:18 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-05-28 17:58:18 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-05-28 17:58:20 UTC|2 BUILD_DATE=2019-05-28T17:53:47+00:00 VERSION=v1.1.3-ls12 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-05-28 17:58:22 UTC/bin/sh -c #(nop) COPY file:2b7a21210ed93fd93acb00ec2653dae81208a898faa1f10b8763f8b9243894fa in /usr/bin/
2019-05-28 17:58:23 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2019-05-28 17:58:24 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-05-28 17:58:25 UTC/bin/sh -c #(nop) VOLUME [/config /sync]
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.