Files
yamllint/Dockerfile
Yi-Ting Shih aafa4c99af
All checks were successful
Lint with yamllint / lint (push) Successful in -14s
Fix: sh location in busybox
2025-04-26 11:43:22 +08:00

8 lines
179 B
Docker

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