2025-01-24 18:43:52 -06:00
|
|
|
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"
|
2025-02-23 15:53:28 -06:00
|
|
|
LABEL org.opencontainers.image.version=3
|
2025-01-24 18:43:52 -06:00
|
|
|
LABEL org.opencontainers.image.vendor="CCC Bremen"
|
|
|
|
LABEL org.opencontainers.image.description="DNSSEC Signing Container"
|
|
|
|
|
2025-02-23 15:53:28 -06:00
|
|
|
RUN apk add --no-cache make bind-dnssec-tools ldns-tools git age openssh-client-common
|