parent
d84d8bee08
commit
e095deee37
1 changed files with 11 additions and 0 deletions
11
dnssec-signer/Containerfile
Normal file
11
dnssec-signer/Containerfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
FROM alpine
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.authors=""
|
||||||
|
LABEL org.opencontainers.image.url="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/dnssec-signer"
|
||||||
|
LABEL org.opencontainers.image.source="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/dnssec-signer"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/dnssec-signer"
|
||||||
|
LABEL org.opencontainers.image.version=1
|
||||||
|
LABEL org.opencontainers.image.vendor="CCC Bremen"
|
||||||
|
LABEL org.opencontainers.image.description="DNSSEC Signing Container"
|
||||||
|
|
||||||
|
RUN apk add --no-cache make bind-dnssec-tools ldns-tools git age
|
Loading…
Reference in a new issue