PQ

keyupdater-sync (v0.15.0)

Published 2026-07-17 04:05:23 +00:00 by matthew

Installation

docker pull git.docker.pq.io/pq/keyupdater-sync:v0.15.0
sha256:90f123bd4657e582761f3a5d1b6d6dbc3ce06592ee1f25761df27f7a9168500c

Images

Digest OS / Arch Size
3c474d11dc 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.15.0
ARG KS_GIT_SHA=f9e805c2bc48b66071efa982a1de237259437380
ENV KEYSERVER_SYNC_VERSION=0.15.0
ENV KEYSERVER_SYNC_GIT_SHA=f9e805c2bc48b66071efa982a1de237259437380
RUN |2 KS_VERSION=0.15.0 KS_GIT_SHA=f9e805c2bc48b66071efa982a1de237259437380 /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.15.0 KS_GIT_SHA=f9e805c2bc48b66071efa982a1de237259437380 /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-07-17 04:05:23 +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