Namespace
linuxserver
Image / Tag
syncthing:arm64v8-v1.20.3-ls75
Content Digest
sha256:1f0b08806e610dc408804edb37c615c4a361755124b23fba41147a93b6bf2bc7
Details
Created

2022-07-05 07:04:46 UTC

Size

20.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.20.3-ls75 Build-date:- 2022-07-05T09:01:44+02:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-07-05T09:01:44+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
    37107a7411510973e4a1cf542eca9678d93481e9
  • org.opencontainers.image.revision
    37107a7411510973e4a1cf542eca9678d93481e9
  • 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.3-ls75

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:a0be4483fdf7121d17b1b196726739e886ea1967aaa40c4ac33f908630931acd - 13.38% (2.71 MB)

[#001] sha256:73d06849fa697ebd94ed1a06d43a2d20312f4b6f462fb4a1d0c7db84163c4f3a - 10.61% (2.15 MB)

[#002] sha256:e4e55490c940e2a6cbab14a09e04b33382bb6a728d1e63018e450ab3a2e04702 - 10.39% (2.1 MB)

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

[#004] sha256:ef38ed9d74164299e0111ad9b68277cf5f1cae8b9bbe099f64a964b59d42dc36 - 23.26% (4.71 MB)

[#005] sha256:8c1eb221e1862c7d3a855fc85a683445e7a20283912f54cccb1e2b48e33812a5 - 0.02% (3.62 KB)

[#006] sha256:7efe8d05f92bdddec1b4047d3647b5ede09004e6d8a8a0973539bda065beacd1 - 0.0% (180 Bytes)

[#007] sha256:dc336b9c296c32063dda797437a92f8a7747a1744a8b632f39fe2b4a3b935b0e - 42.33% (8.56 MB)

[#008] sha256:1243adf786b101f20eeb1962bfb1e85842163f5c9e6a17990dcd046d4e7223bd - 0.0% (463 Bytes)


History
2022-07-05 06:34:01 UTC

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

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7afd86a7-ls16 Build-date:- 2022-07-05T01:32:48-05:00

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:04 UTC

|4 BUILD_DATE=2022-07-05T01:32:48-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=7afd86a7-ls16 /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-07-05 06:34:04 UTC

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

2022-07-05 06:34:04 UTC

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

2022-07-05 06:34:07 UTC

|4 BUILD_DATE=2022-07-05T01:32:48-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=7afd86a7-ls16 /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-07-05 06:34:08 UTC

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

2022-07-05 06:34:08 UTC

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

2022-07-05 06:34:08 UTC

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

2022-07-05 06:34:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-05T01:32:48-05:00

2022-07-05 06:34:08 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:09 UTC

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

2022-07-05 06:34:10 UTC

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

2022-07-05 06:34:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=7afd86a7-ls16

2022-07-05 07:04:42 UTC

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

2022-07-05 07:04:42 UTC

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

2022-07-05 07:04:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.20.3-ls75 Build-date:- 2022-07-05T09:01:44+02:00

2022-07-05 07:04:42 UTC

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

2022-07-05 07:04:42 UTC

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

2022-07-05 07:04:43 UTC

|2 BUILD_DATE=2022-07-05T09:01:44+02:00 VERSION=v1.20.3-ls75 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2022-07-05 07:04:43 UTC

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

2022-07-05 07:04:43 UTC

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

2022-07-05 07:04:44 UTC

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

2022-07-05 07:04:44 UTC

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

2022-07-05 07:04:44 UTC

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

2022-07-05 07:04:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-05T09:01:44+02:00

2022-07-05 07:04:44 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-07-05 07:04:44 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:45 UTC

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

2022-07-05 07:04:46 UTC

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

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