PQ

keyupdater-sync (v0.7.4)

Published 2026-06-06 17:28:46 +00:00 by matthew

Installation

docker pull git.docker.pq.io/pq/keyupdater-sync:v0.7.4
sha256:16592c16f1098dd84fe4c35fb3c9397a5556103c42d550fcc1cb9bc6741ada7d

Images

Digest OS / Arch Size
4b168d6052 linux/amd64 9.4 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG KS_VERSION=0.7.4
ARG KS_GIT_SHA=de6359b33348cc1e1819dfb1f31a3bd5d8c5afc6
ENV KEYSERVER_SYNC_VERSION=0.7.4
ENV KEYSERVER_SYNC_GIT_SHA=de6359b33348cc1e1819dfb1f31a3bd5d8c5afc6
RUN |2 KS_VERSION=0.7.4 KS_GIT_SHA=de6359b33348cc1e1819dfb1f31a3bd5d8c5afc6 /bin/sh -c apk add --no-cache bash openssh-client wireguard-tools iproute2 ca-certificates # buildkit
WORKDIR /app
COPY /tmp/updater-linux /app/updater-linux # buildkit
COPY keyupdater-sync/sync-keyserver.sh /app/sync-keyserver.sh # buildkit
COPY keyupdater-sync/docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit
RUN |2 KS_VERSION=0.7.4 KS_GIT_SHA=de6359b33348cc1e1819dfb1f31a3bd5d8c5afc6 /bin/sh -c chmod +x /app/updater-linux /app/sync-keyserver.sh /app/docker-entrypoint.sh # buildkit
VOLUME [/data]
EXPOSE [8080/tcp]
ENTRYPOINT ["/app/docker-entrypoint.sh"]
Details
Container
2026-06-06 17:28:46 +00:00
0
OCI / Docker
Versions (274) View all
buildcache 2026-08-01
latest 2026-08-01
v0.16.7 2026-08-01
v0.16.6 2026-07-30