Skip to content
Snippets Groups Projects
Commit 9fa46ae8 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

Merge branch 'add-dnscontrol-image' into 'master'

feat: add dnscontrol image

See merge request !6
parents b8502a0c 831d8b41
No related branches found
No related tags found
1 merge request!6feat: add dnscontrol image
Pipeline #134068 passed
FROM stackexchange/dnscontrol:latest
LABEL \
org.opencontainers.image.title="dnscontrol" \
org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \
org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
RUN apk add \
py3-pip \
openssh-client
RUN pip install \
python-gitlab \
ansible
WORKDIR /dns
ENTRYPOINT [""]
...@@ -23,4 +23,6 @@ EOF ...@@ -23,4 +23,6 @@ EOF
exec /kaniko/executor \ exec /kaniko/executor \
--context "$context" \ --context "$context" \
--dockerfile "$dockerfile" \ --dockerfile "$dockerfile" \
--destination "$destination" --destination "$destination" \
--cleanup \
--force
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment