Skip to content

sjourdan/hadolint-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hadolint (Docker Container) [DEPRECATED]

Circle CI

2017/12: times have changed and the author now provides a very nice Docker image: https://github.com/hadolint/hadolint

This container is smaller than the original one from Lukas Martinelli (96MB vs 1.7GB).

It's based on debian:jessie-slim and does the minimum.

Supported tags

Usage

Usage is basically the following:

$ docker run --rm -i sjourdan/hadolint < Dockerfile

Known Bugs

  • N/A

Build

$ make lint
$ make build

Release Tags

The Docker Hub build is building versions across tags, so tag releases properly:

$ git tag <hadolint version>
$ git push --tags