Just a Docker image packaging https://github.com/replicatedhq/dockerfilelint.
The tag ci defines no entrypoint, allowing to use the image in tools such as GitlabCI:
Dockerfile Lint:
stage: lint
image: mrtrustor/dockerfilelint:ci
script:
- /dockerfilelint/bin/dockerfilelint Dockerfile
Content type
Image
Digest
Size
28.6 MB
Last updated
about 10 years ago
docker pull mrtrustor/dockerfilelint