Initial commit
All checks were successful
Build image / release-image (push) Successful in 50s

This commit is contained in:
2024-11-06 08:14:02 +00:00
commit 25b8f76e2e
2 changed files with 59 additions and 0 deletions

6
Dockerfile Normal file
View File

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