dns-traefik-sync (sha256:befd3a51ddfd9ac8bea656f143fd7458d81d3656befe011408fbc9b7bf18f328)

Published 2026-05-24 18:27:27 +01:00 by laurence

Installation

docker pull git.discworld.casa/laurence/dns-traefik-sync@sha256:befd3a51ddfd9ac8bea656f143fd7458d81d3656befe011408fbc9b7bf18f328
sha256:befd3a51ddfd9ac8bea656f143fd7458d81d3656befe011408fbc9b7bf18f328

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 krb5-user dnsutils ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY dns_sync.py . # buildkit
COPY krb5.conf /etc/krb5.conf # buildkit
RUN /bin/sh -c chmod +x dns_sync.py # buildkit
USER nobody
ENTRYPOINT ["python3" "/app/dns_sync.py"]
Details
Container
2026-05-24 18:27:27 +01:00
0
OCI / Docker
linux/amd64
61 MiB
Versions (1) View all
latest 2026-05-24