Namespace
linuxserver
Image / Tag
syncthing:arm64v8-version-v1.20.0
Content Digest
sha256:6fc4c5a73ee91c3ce0cf3256685cffd4ecf507b6f9606e56c79ca6d4dfff7575
Details
Created

2022-05-03 19:55:23 UTC

Size

20.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.20.0-ls73 Build-date:- 2022-05-03T21:51:52+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-03T21:51:52+02: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
    50c7096bd15d27f89d7e049b1b397c51ff6e1e61
  • org.opencontainers.image.revision
    50c7096bd15d27f89d7e049b1b397c51ff6e1e61
  • 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.20.0-ls73

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:2652475af17a31f9615c5ed451fe4eabb089e3d58ecc4e439e24b4da2f21a175 - 13.45% (2.71 MB)

[#001] sha256:5b0b1ccf3f1b890137c9183ea89ab9462db200c0aa346afc609bf291f0f4bbc5 - 10.66% (2.15 MB)

[#002] sha256:50dccb906d1e8a1fc21ab8a9cf3c1db3d695c6b7deae7ff431464b3c83de526d - 10.44% (2.1 MB)

[#003] sha256:2c1b84deb13daddbdb23ad6aa6f14369d4d65f7b5682f3fc0ac48203cdaa1a3f - 0.0% (413 Bytes)

[#004] sha256:fef1f1cae5dc74f84416ae89fe65254a336c533658534bb9efa740888e3c3262 - 23.38% (4.71 MB)

[#005] sha256:c553702bb42636038c22e6ae0576225d86d5f411d32494c7f11fc157d383d410 - 0.02% (3.63 KB)

[#006] sha256:71b854d2244866c2a2c85ce28264a70d0c723b248b714aae64515107015c0e29 - 0.0% (150 Bytes)

[#007] sha256:b215e31a9e9ac9dab2320ed37ce4242b0b2119a61709c349d4e58003c77fe09b - 42.04% (8.46 MB)

[#008] sha256:b050533a021354125830973bb8399c540db43149618c5aa2febb9e102068e414 - 0.0% (437 Bytes)


History
2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:38 UTC

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

2022-05-03 06:35:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:41 UTC

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

2022-05-03 06:35:42 UTC

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

2022-05-03 06:35:45 UTC

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

2022-05-03 06:35:45 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:47 UTC

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

2022-05-03 06:35:47 UTC

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

2022-05-03 06:35:52 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /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/*

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:54 UTC

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

2022-05-03 06:35:55 UTC

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

2022-05-03 06:35:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:57 UTC

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

2022-05-03 06:35:58 UTC

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

2022-05-03 06:35:59 UTC

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

2022-05-03 06:36:00 UTC

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

2022-05-03 06:36:01 UTC

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

2022-05-03 06:36:02 UTC

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

2022-05-03 06:36:03 UTC

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

2022-05-03 06:36:04 UTC

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

2022-05-03 06:36:05 UTC

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

2022-05-03 06:36:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-03 19:55:02 UTC

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

2022-05-03 19:55:03 UTC

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

2022-05-03 19:55:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.20.0-ls73 Build-date:- 2022-05-03T21:51:52+02:00

2022-05-03 19:55:05 UTC

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

2022-05-03 19:55:06 UTC

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

2022-05-03 19:55:07 UTC

|2 BUILD_DATE=2022-05-03T21:51:52+02:00 VERSION=v1.20.0-ls73 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2022-05-03 19:55:09 UTC

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

2022-05-03 19:55:10 UTC

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

2022-05-03 19:55:10 UTC

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

2022-05-03 19:55:11 UTC

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

2022-05-03 19:55:12 UTC

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

2022-05-03 19:55:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T21:51:52+02:00

2022-05-03 19:55:14 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.

2022-05-03 19:55:15 UTC

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

2022-05-03 19:55:16 UTC

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

2022-05-03 19:55:17 UTC

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

2022-05-03 19:55:18 UTC

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

2022-05-03 19:55:19 UTC

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

2022-05-03 19:55:20 UTC

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

2022-05-03 19:55:21 UTC

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

2022-05-03 19:55:22 UTC

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

2022-05-03 19:55:23 UTC

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

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