Files
yamllint/Dockerfile
Yi-Ting Shih f3ecf70d7d
Some checks failed
Lint with yamllint / lint (push) Failing after -16s
Fix: busybox sh
2025-04-26 11:41:23 +08:00

8 lines
183 B
Docker

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