powerdns (sha256:e7481326291f1ebe4a4deaf60cc7f64a841b0604c0b1ee4be3d4e68f0c6e68c3)

Published 2025-01-12 01:12:39 +01:00 by Bluemedia

Installation

docker pull git.bluemedia.dev/bluemedia/powerdns@sha256:e7481326291f1ebe4a4deaf60cc7f64a841b0604c0b1ee4be3d4e68f0c6e68c3
sha256:e7481326291f1ebe4a4deaf60cc7f64a841b0604c0b1ee4be3d4e68f0c6e68c3

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'
LABEL maintainer=hi@bluemedia.dev
RUN /bin/sh -c apt update && apt upgrade -y && apt install --no-install-recommends -y apt-transport-https ca-certificates curl gnupg && echo "deb [arch=amd64] http://repo.powerdns.com/debian bookworm-auth-49 main" > /etc/apt/sources.list.d/pdns.list && tee /etc/apt/preferences.d/pdns << END Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600 END && curl https://repo.powerdns.com/FD380FBB-pub.asc | apt-key add - && apt update && apt install --no-install-recommends -y pdns-server pdns-backend-mysql python3-venv mariadb-client && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && python3 -m venv .venv && .venv/bin/pip install --no-cache-dir envtpl # buildkit
ENV VERSION=4.8 PDNS_guardian=yes PDNS_setuid=pdns PDNS_setgid=pdns PDNS_launch=gmysql
EXPOSE map[53/tcp:{} 53/udp:{}]
COPY pdns.conf.tpl / # buildkit
COPY docker-entrypoint.sh / # buildkit
RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/pdns_server"]

Labels

Key Value
maintainer hi@bluemedia.dev
org.opencontainers.image.created 2025-01-12T00:11:25Z
org.opencontainers.image.revision a960954612420457b288450d59a4ff4f13fa39f3
org.opencontainers.image.source https://git.bluemedia.dev/Bluemedia-Private/docker-images.git
org.opencontainers.image.url https://git.bluemedia.dev/Bluemedia-Private/docker-images
Details
Container
2025-01-12 01:12:39 +01:00
0
OCI / Docker
linux/amd64
94 MiB
Versions (1) View all
latest 2025-01-12