fix dockerfile 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-24 20:42:02 +02:00
parent 6088aaaac9
commit ac5b1ce2a8
2 changed files with 2 additions and 8 deletions

View File

@@ -5,12 +5,6 @@ LABEL ImageName="knot-dns-hidden-primary"
RUN apk add --no-cache knot knot-utils bash git openssh-client-default
COPY knot.conf /etc/knot/knot.conf
COPY my-dnssec-test-domain.de.zone /var/lib/knot/my-dnssec-test-domain.de.zone
# Set proper ownership
RUN chown -R knot:knot /etc/knot /var/lib/knot
VOLUME /etc/knot
VOLUME /var/lib/knot

View File

@@ -26,8 +26,8 @@ spec:
- name: KNOT_USER
value: "knot"
volumeMounts:
- name: knot-config
mountPath: /etc/knot
# - name: knot-config
# mountPath: /etc/knot
- name: knot-data
mountPath: /var/lib/knot
resources: