PQ

keyupdater-sync (v0.11.0)

Published 2026-06-15 23:04:33 +00:00 by matthew

Installation

docker pull git.docker.pq.io/pq/keyupdater-sync:v0.11.0
sha256:b22ea17e27648f461d4876615b9fe1f5899ac25d2eabbef7b191b7e6ca4ad6de

Images

Digest OS / Arch Size
ecc2a44fcb linux/amd64 13 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG KS_VERSION=0.11.0
ARG KS_GIT_SHA=59b5383dd2060678d95c51a7f99d8aecd305643c
ENV KEYSERVER_SYNC_VERSION=0.11.0
ENV KEYSERVER_SYNC_GIT_SHA=59b5383dd2060678d95c51a7f99d8aecd305643c
RUN |2 KS_VERSION=0.11.0 KS_GIT_SHA=59b5383dd2060678d95c51a7f99d8aecd305643c /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.11.0 KS_GIT_SHA=59b5383dd2060678d95c51a7f99d8aecd305643c /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-15 23:04:33 +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