Files
yamllint/Dockerfile
ytshih 25b8f76e2e
All checks were successful
Build image / release-image (push) Successful in 50s
Initial commit
2024-11-06 08:14:02 +00:00

7 lines
150 B
Docker

FROM gitea.konchin.com/image/alpine:latest
RUN apk --no-cache add --no-check-certificate yamllint
ENTRYPOINT ["/usr/bin/env"]
CMD ["yamllint", "."]