aether

dns-relay (main)

Published 2025-10-11 20:54:30 +00:00 by serviceuser

Installation

docker pull git.hrafn.xyz/aether/dns-relay:main
sha256:1a6d3755a633fc25bd6821db642d912c7c549a2c9f5f7cb3660f9f61b3423078

Image Layers

ADD alpine-minirootfs-3.21.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c mkdir --parents /etc/bind-templates # buildkit
RUN /bin/sh -c apk --no-cache add bind py3-jinja2 # buildkit
COPY bind-templates/* /etc/bind-templates # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY compile_bind9_templates.py /bin/compile_bind9_templates.py # buildkit
RUN /bin/sh -c chown root:root /etc/bind/* && rm /etc/bind/named.conf* && export WD=$(pwd) && cd /etc/bind && tar -czf /etc/bind.tgz * && rm -rf * && cd ${WD} # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
LABEL owner=aether
EXPOSE map[53/tcp:{}]
EXPOSE map[53/udp:{}]
VOLUME [/etc/bind]
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-10-11T20:53:57.484Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 209a28504c9467e6fdf40bcc451c891dbbaaba59
org.opencontainers.image.source https://git.hrafn.xyz/aether/nginx-docker
org.opencontainers.image.title nginx-docker
org.opencontainers.image.url https://git.hrafn.xyz/aether/nginx-docker
org.opencontainers.image.version main
owner aether
Details
Container
2025-10-11 20:54:30 +00:00
157
OCI / Docker
linux/amd64
24 MiB
Versions (2) View all
main 2025-10-11
latest 2025-10-11