Namespace
linuxserver
Image / Tag
syncthing:arm64v8-v1.15.1-ls52
Content Digest
sha256:2e9fb084f5e95da7836bb0f96a83544d3ac708eb49e3dd6f533a9f3b0fa2fee8
Details
Created

2021-04-21 08:07:45 UTC

Size

20.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.15.1-ls52 Build-date:- 2021-04-21T07:59:19+00:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-04-21T07:59:19+00:00
  • org.opencontainers.image.description
    [Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-syncthing
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    11bc2874f2612e8985d94627d7b73222e9285769
  • org.opencontainers.image.revision
    11bc2874f2612e8985d94627d7b73222e9285769
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-syncthing
  • org.opencontainers.image.title
    Syncthing
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-syncthing/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    v1.15.1-ls52

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:60ca5153adc218ce0fdfab906a2e5b01cb463a76df4732b616b780aa1ade28f6 - 13.44% (2.7 MB)

[#001] sha256:0b6549d3925d6a44537f659cc58ff3e9330dc92dad3bf31c4939aef66096d2e6 - 10.67% (2.15 MB)

[#002] sha256:2e3f8b0b0e4f5af10f69e745889003f17328a95849377c54cd8197936c9898b9 - 10.45% (2.1 MB)

[#003] sha256:e4ebacae1f3cf8138ec2a67b43e0ecce1bd9398b41afe9ae8a2451cf5579b1be - 0.0% (439 Bytes)

[#004] sha256:bdf72d31b6aeaa786b4b9ce963c97c3e8eb0652bd3742e3563de6cea212180f6 - 23.12% (4.65 MB)

[#005] sha256:a336317c7c1875b7067366306aad01a5608602c45a04012acd3255f0dc486d03 - 0.01% (2.77 KB)

[#006] sha256:ccd541dbdcd8c0ab6d989de6d5c212fd6aa83ca72fe5730ffdab75415aa32665 - 0.0% (179 Bytes)

[#007] sha256:1d12c372489fcf8a69c3fe3ea14c79a4c5bda8b81ac4017a784cc67428c4aa88 - 42.3% (8.51 MB)

[#008] sha256:7f3d0241099b4cdbd2387bb2bdec0f6305518c7b808922a30279b2e8c759f855 - 0.0% (464 Bytes)


History
2021-04-20 06:43:18 UTC

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

2021-04-20 06:43:19 UTC

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

2021-04-20 06:43:19 UTC

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

2021-04-20 06:43:20 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0207eeeb-ls12 Build-date:- 2021-04-20T06:41:38+00:00

2021-04-20 06:43:20 UTC

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

2021-04-20 06:43:21 UTC

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

2021-04-20 06:43:21 UTC

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

2021-04-20 06:43:23 UTC

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

2021-04-20 06:43:27 UTC

|4 BUILD_DATE=2021-04-20T06:41:38+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0207eeeb-ls12 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-04-20 06:43:28 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-04-20 06:43:29 UTC

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

2021-04-20 06:43:56 UTC

|4 BUILD_DATE=2021-04-20T06:41:38+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0207eeeb-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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/*

2021-04-20 06:43:58 UTC

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

2021-04-20 06:43:59 UTC

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

2021-04-20 06:43:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-04-20 06:44:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T06:41:38+00:00

2021-04-20 06:44:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-04-20 06:44:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-04-20 06:44:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-04-20 06:44:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b7b9c42f775b4659bf631eccd13ae878b7dfc706

2021-04-20 06:44:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b7b9c42f775b4659bf631eccd13ae878b7dfc706

2021-04-20 06:44:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-04-20 06:44:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-04-20 06:44:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-04-20 06:44:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-04-20 06:44:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0207eeeb-ls12

2021-04-21 08:07:00 UTC

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

2021-04-21 08:07:03 UTC

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

2021-04-21 08:07:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.15.1-ls52 Build-date:- 2021-04-21T07:59:19+00:00

2021-04-21 08:07:06 UTC

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

2021-04-21 08:07:10 UTC

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

2021-04-21 08:07:13 UTC

|2 BUILD_DATE=2021-04-21T07:59:19+00:00 VERSION=v1.15.1-ls52 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2021-04-21 08:07:16 UTC

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

2021-04-21 08:07:22 UTC

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

2021-04-21 08:07:24 UTC

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

2021-04-21 08:07:25 UTC

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

2021-04-21 08:07:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-04-21 08:07:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-21T07:59:19+00:00

2021-04-21 08:07:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

2021-04-21 08:07:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-syncthing

2021-04-21 08:07:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-04-21 08:07:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=11bc2874f2612e8985d94627d7b73222e9285769

2021-04-21 08:07:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=11bc2874f2612e8985d94627d7b73222e9285769

2021-04-21 08:07:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-syncthing

2021-04-21 08:07:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Syncthing

2021-04-21 08:07:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-syncthing/packages

2021-04-21 08:07:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-04-21 08:07:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v1.15.1-ls52

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