Namespace
linuxserver
Image / Tag
syncthing:arm64v8-version-v1.10.0
Content Digest
sha256:ac6623dd766539679fed0ee308ee56a1f7703c1c34490faeebb5ee0da75611d1
Details
Created

2020-11-02 16:57:53 UTC

Size

19.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.10.0-ls41 Build-date:- 2020-11-02T16:54:36+00:00
  • maintainer
    thelamer

Environment
HOME

/config

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:09e9e14b9d8077d4788c4cc5c1f1ac71e54c0a45913a89fecfdca94e06c1bcfc - 13.69% (2.7 MB)

[#001] sha256:e9183fbbe31d76a4dd802f50598456b88deeb33be138dddbcdabef8a4480c470 - 11.05% (2.18 MB)

[#002] sha256:0301bcd1b4b04775d3632d2845cd5b72d9a38e942aa0b50b678f3bfd31d8fd8e - 10.78% (2.12 MB)

[#003] sha256:7a244d497485872965a229999096a32e81d8ad434237d6c8dc2f7342f22fa6e2 - 22.26% (4.39 MB)

[#004] sha256:383c3bf62e4db58980c6f2214ab571a04d6ca0216edf72f79da1fe0dde47cc40 - 0.02% (4.39 KB)

[#005] sha256:63447eec01cc9e11d62982aa7aed1a4d101a3d38f14efa0db076c83e9d01a6b6 - 0.0% (183 Bytes)

[#006] sha256:36f968cae70de14f1dea913e6cfe489ab165d9463e98da2122122b5e9d964cb8 - 42.19% (8.31 MB)

[#007] sha256:b4ad4526886c66de2d2b482470f1b1b8151b16cc69e60bea0b483dffb569d394 - 0.0% (340 Bytes)


History
2020-11-01 22:54:32 UTC

/bin/sh -c #(nop) COPY dir:f34fff48e5c1258b3e2bced16335378f3bdfcd8aead0bb7e06d4cbff82fed4cd in /

2020-11-01 22:54:35 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-11-01 22:54:36 UTC

/bin/sh -c #(nop) ARG VERSION

2020-11-01 22:54:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fffd437f-ls8 Build-date:- 2020-11-01T22:52:46+00:00

2020-11-01 22:54:38 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-11-01 22:54:39 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2020-11-01 22:54:41 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64

2020-11-01 22:54:44 UTC

/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/

2020-11-01 22:54:52 UTC

|4 BUILD_DATE=2020-11-01T22:52:46+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=fffd437f-ls8 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2020-11-01 22:54:55 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2020-11-01 22:55:08 UTC

|4 BUILD_DATE=2020-11-01T22:52:46+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=fffd437f-ls8 /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 "**** 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-11-01 22:55:11 UTC

/bin/sh -c #(nop) COPY dir:22d5e3431e7309b9dcb34a9c92142278e46faa86e6613731c118c0dd9b5a1923 in /

2020-11-01 22:55:12 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-11-02 16:57:49 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-11-02 16:57:49 UTC

/bin/sh -c #(nop) ARG VERSION

2020-11-02 16:57:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.10.0-ls41 Build-date:- 2020-11-02T16:54:36+00:00

2020-11-02 16:57:50 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-11-02 16:57:50 UTC

/bin/sh -c #(nop) ENV HOME=/config

2020-11-02 16:57:51 UTC

|2 BUILD_DATE=2020-11-02T16:54:36+00:00 VERSION=v1.10.0-ls41 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2020-11-02 16:57:52 UTC

/bin/sh -c #(nop) COPY file:68bb0b660e2d199e26bd60ff4d113b9111bcdd4eed195d4a2c612603d59ff3cb in /usr/bin/

2020-11-02 16:57:52 UTC

/bin/sh -c #(nop) COPY dir:bcaca5d38b9194ca53dcfc6291e904907873b9d4833b1268785ca63f5db66958 in /

2020-11-02 16:57:52 UTC

/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384

2020-11-02 16:57:53 UTC

/bin/sh -c #(nop) VOLUME [/config]

Danger Zone
Delete Tag

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.

Delete