diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 443b16c..04d679b 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -1,5 +1,9 @@ FROM alpine:3.23 +LABEL org.opencontainers.image.title="Yamllint container for pipelines" +LABEL org.opencontainers.image.vendor="Simon Cornet" +LABEL org.opencontainers.image.source="https://git.simoncor.net/oci/yamllint" + RUN apk add --no-cache \ python3 \ py3-pip && \