Synthonyx Technologies Ltd

backup-signer (0.2.0-s1)

Published 2026-07-15 04:12:33 +00:00 by arjanvaneersel

Installation

docker pull cr.synthonyx.com/synthonyx/backup-signer:0.2.0-s1
sha256:fb67b5a470810e3d501ab9649116ad67a8c0d66f60c5421d125d2eb5464e473b

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache ca-certificates curl && apk upgrade --no-cache
/bin/sh -c addgroup -g 10003 backupsigner && adduser -S -u 10003 -G backupsigner -H -s /sbin/nologin backupsigner
COPY file:3266ac32e236bba904ba73efd3ffef4a5342352be6b26d5bfb8e7f4e87136904 in /usr/local/bin/backup-signer
ENV BACKUP_SIGNER_BIND=0.0.0.0:8080 BACKUP_SIGNER_RESTIC_BIN=/usr/local/bin/restic BACKUP_SIGNER_TRIGGER_FILE=/opt/suite/backup/triggers/run RUST_LOG=info
EXPOSE 8080
USER backupsigner:backupsigner
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD curl -sf http://127.0.0.1:8080/healthz | grep -q ok || exit 1
ENTRYPOINT ["/usr/local/bin/backup-signer"]

Labels

Key Value
io.buildah.version 1.44.0
Details
Container
2026-07-15 04:12:33 +00:00
12
OCI / Docker
linux/amd64
7.4 MiB
Versions (3) View all
0.2.0-s2 2026-08-13
0.2.0-s1 2026-07-15
0.1.0-s1 2026-07-14