feat: add metadata
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-12 10:44:45 +02:00
commit fcc0afab6a

View file

@ -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 && \