Namespace
linuxserver
Image / Tag
syncthing:arm64v8-v1.18.4-ls65
Content Digest
sha256:c18c6fe4601852f1ddeac9b497bb1054f4cd353a254aaeeeccaa5d3ceaf301c1
Details
Created

2021-11-02 17:12:48 UTC

Size

19.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.18.4-ls65 Build-date:- 2021-11-02T18:09:39+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-02T18:09:39+01: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
    971cf1d09b1bba29744f211b8b2beed81a994b83
  • org.opencontainers.image.revision
    971cf1d09b1bba29744f211b8b2beed81a994b83
  • 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.18.4-ls65

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:1c74c8b37e545d7d2e7fa0f242924163d202dfce3d240280d1ca86ea38d2007a - 13.61% (2.71 MB)

[#001] sha256:82d1bad56e5b88ffab636f8ce69552c7b56ddf64cf3a287c6080a099dcb89855 - 10.78% (2.15 MB)

[#002] sha256:e91c5081f14aa6d6cc9b19e319dcf6c6a10fb73bbee8032cb9410a4fb9137dc1 - 10.56% (2.1 MB)

[#003] sha256:7139ffb0c87e3043cee8c6a593c611cd9afc60682b6a689e843e6fa4bde6df92 - 0.0% (412 Bytes)

[#004] sha256:41371d9e1c99d3406e0898cb1a1f95b014ff857efe301348bf7a2212d36feb11 - 23.52% (4.68 MB)

[#005] sha256:3eb221ec44bf50d6cdb6f3d4df6609819b7c63113f7439674d98165831458c6e - 0.01% (2.87 KB)

[#006] sha256:cc37cd8077456b3bcf815224bb55d7de8cb8dbe3d12971389ab510ce19ca82bd - 0.0% (151 Bytes)

[#007] sha256:a5d20018139b5d7d2e63d86f996aa3b1052a25a6ac415c66829bd8bb2b48c49c - 41.51% (8.26 MB)

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


History
2021-10-26 06:31:33 UTC

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

2021-10-26 06:31:33 UTC

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

2021-10-26 06:31:34 UTC

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

2021-10-26 06:31:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 68a26080-ls11 Build-date:- 2021-10-26T08:30:17+02:00

2021-10-26 06:31:36 UTC

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

2021-10-26 06:31:37 UTC

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

2021-10-26 06:31:38 UTC

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

2021-10-26 06:31:40 UTC

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

2021-10-26 06:31:40 UTC

|4 BUILD_DATE=2021-10-26T08:30:17+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=68a26080-ls11 /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-10-26 06:31:42 UTC

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

2021-10-26 06:31:42 UTC

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

2021-10-26 06:31:46 UTC

|4 BUILD_DATE=2021-10-26T08:30:17+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=68a26080-ls11 /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-10-26 06:31:48 UTC

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

2021-10-26 06:31:48 UTC

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

2021-10-26 06:31:49 UTC

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

2021-10-26 06:31:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-26T08:30:17+02:00

2021-10-26 06:31:51 UTC

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

2021-10-26 06:31:52 UTC

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

2021-10-26 06:31:53 UTC

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

2021-10-26 06:31:54 UTC

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

2021-10-26 06:31:55 UTC

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

2021-10-26 06:31:56 UTC

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

2021-10-26 06:31:57 UTC

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

2021-10-26 06:31:58 UTC

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

2021-10-26 06:31:59 UTC

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

2021-10-26 06:32:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=68a26080-ls11

2021-11-02 17:12:27 UTC

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

2021-11-02 17:12:28 UTC

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

2021-11-02 17:12:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.18.4-ls65 Build-date:- 2021-11-02T18:09:39+01:00

2021-11-02 17:12:30 UTC

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

2021-11-02 17:12:31 UTC

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

2021-11-02 17:12:32 UTC

|2 BUILD_DATE=2021-11-02T18:09:39+01:00 VERSION=v1.18.4-ls65 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2021-11-02 17:12:34 UTC

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

2021-11-02 17:12:35 UTC

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

2021-11-02 17:12:35 UTC

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

2021-11-02 17:12:36 UTC

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

2021-11-02 17:12:37 UTC

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

2021-11-02 17:12:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-02T18:09:39+01:00

2021-11-02 17:12:39 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-11-02 17:12:40 UTC

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

2021-11-02 17:12:41 UTC

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

2021-11-02 17:12:42 UTC

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

2021-11-02 17:12:43 UTC

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

2021-11-02 17:12:44 UTC

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

2021-11-02 17:12:45 UTC

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

2021-11-02 17:12:46 UTC

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

2021-11-02 17:12:47 UTC

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

2021-11-02 17:12:48 UTC

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

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