PQ

keyupdater-sync (latest)

Published 2026-08-01 17:28:58 +00:00 by matthew

Installation

docker pull git.docker.pq.io/pq/keyupdater-sync:latest
sha256:8f88915b81c79d297ba9651b680f4c5a44b6605fb2a5b02995d61af5231f7dee

Images

Digest OS / Arch Size
eaaa2a5a7b linux/amd64 14 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG KS_VERSION=0.16.7
ARG KS_GIT_SHA=4e50c86946b427c1b64ae3040e8e95983cd50393
ENV KEYSERVER_SYNC_VERSION=0.16.7
ENV KEYSERVER_SYNC_GIT_SHA=4e50c86946b427c1b64ae3040e8e95983cd50393
RUN |2 KS_VERSION=0.16.7 KS_GIT_SHA=4e50c86946b427c1b64ae3040e8e95983cd50393 /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/docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit
COPY keyupdater-sync/static-keys.json /app/static-keys.json # buildkit
RUN |2 KS_VERSION=0.16.7 KS_GIT_SHA=4e50c86946b427c1b64ae3040e8e95983cd50393 /bin/sh -c chmod +x /app/updater-linux /app/docker-entrypoint.sh # buildkit
VOLUME [/data]
EXPOSE [8080/tcp]
ENTRYPOINT ["/app/docker-entrypoint.sh"]
Details
Container
2026-08-01 17:28:58 +00:00
127
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