Sign inSign up

mrtrustor/dockerfilelint

By mrtrustor

Updated over 9 years ago

Dockerfile Linting

Image
1

10K+

mrtrustor/dockerfilelint repository overview

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

Tag summary

Content type

Image

Digest

Size

28.6 MB

Last updated

about 10 years ago

docker pull mrtrustor/dockerfilelint