This commit is contained in:
parent
66e3b392dc
commit
fcc0afab6a
1 changed files with 4 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue