bind start script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-27 13:27:01 +01:00
parent 74cbdb9fae
commit e957cb51c0
2 changed files with 18 additions and 20 deletions

View File

@@ -3,10 +3,14 @@ FROM alpine:3.22.2
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="bind-hidden-primary"
RUN apk add --no-cache bind bind-tools bash git openssh-client-default
RUN mkdir -p /etc/named-dist
RUN \
apk add --no-cache bind bind-tools bash git openssh-client-default && \
mkdir -p /etc/named && \
mkdir -p /etc/named/keys && \
mkdir -p /etc/named/zones && \
mkdir -p /etc/named-dist
COPY named.conf /etc/named-dist/
COPY named.conf /etc/named/
COPY whiskeylimahotel.de.zone /etc/named-dist/
COPY zones.conf /etc/named-dist/
COPY transfer-key.conf /etc/named-dist/