syncthing (production)

Published 2025-02-13 05:45:05 -05:00 by colin

Installation

docker pull git.nixc.us/colin/syncthing:production
sha256:15b7c748178d0093a773f42d5ca96c240528099b6708e1c3f7be3bc0d8813651

Image Layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TARGETARCH=amd64
LABEL org.opencontainers.image.authors=The Syncthing Project org.opencontainers.image.url=https://syncthing.net org.opencontainers.image.documentation=https://docs.syncthing.net org.opencontainers.image.source=https://github.com/syncthing/syncthing org.opencontainers.image.vendor=The Syncthing Project org.opencontainers.image.licenses=MPL-2.0 org.opencontainers.image.title=Syncthing
EXPOSE map[21027/udp:{} 22000/tcp:{} 22000/udp:{} 8384/tcp:{}]
VOLUME [/var/syncthing]
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates curl libcap su-exec tzdata # buildkit
COPY /src/syncthing-linux-amd64 /bin/syncthing # buildkit
COPY /src/script/docker-entrypoint.sh /bin/entrypoint.sh # buildkit
ENV PUID=1000 PGID=1000 HOME=/var/syncthing
HEALTHCHECK &{["CMD-SHELL" "curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1"] "1m0s" "10s" "0s" "0s" '\x00'}
ENV STGUIADDRESS=0.0.0.0:8384
ENV STHOMEDIR=/var/syncthing/config
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod 755 /bin/entrypoint.sh # buildkit
ENTRYPOINT ["/bin/entrypoint.sh" "/bin/syncthing"]

Labels

Key Value
com.docker.compose.project syncthing
com.docker.compose.service syncthing
com.docker.compose.version 2.32.4
org.opencontainers.image.authors The Syncthing Project
org.opencontainers.image.documentation https://docs.syncthing.net
org.opencontainers.image.licenses MPL-2.0
org.opencontainers.image.revision 516f3e29e8cc7091ea6271715308caea0fcc0778
org.opencontainers.image.source https://github.com/syncthing/syncthing
org.opencontainers.image.title Syncthing
org.opencontainers.image.url https://syncthing.net
org.opencontainers.image.vendor The Syncthing Project
org.opencontainers.image.version 1.29.2
Details
Container
2025-02-13 05:45:05 -05:00
5
OCI / Docker
linux/amd64
The Syncthing Project
MPL-2.0
16 MiB
Versions (2) View all
production 2025-02-13
staging 2025-02-13