Skip to content

Releases: RedCoolBeans/dockerlint

fix test cases

10 Jan 20:21
Compare
Choose a tag to compare
0.3.11

bump to 0.3.11

bugfix release

10 Jan 20:16
Compare
Choose a tag to compare
change severity to warning in case an ARG or ENV variable is undefined

because the base image can set those variables and we cannot check what's
set in the base image without pulling it
this way !pedantic will say that the Dockerfile is ok and the admin can
have a look to make sure

fixes #49

bugfix release

06 Apr 12:12
Compare
Choose a tag to compare
v0.3.9

bump to 0.3.9

bugfix release

02 Apr 09:55
Compare
Choose a tag to compare
v0.3.8

bump to 0.3.8

bugfix release

02 Jan 22:14
Compare
Choose a tag to compare
v0.3.7

bump version

bugfix release

27 Dec 19:04
Compare
Choose a tag to compare
v0.3.6

bump to 0.3.6

fix previous release

27 Dec 11:45
Compare
Choose a tag to compare
v0.3.5

bump to 0.3.5

bugfix release

27 Dec 11:03
Compare
Choose a tag to compare
v0.3.2

bump to 0.3.2

bugfix release

03 Apr 15:01
Compare
Choose a tag to compare
v0.3.1

bump to 0.3.1

v0.3.0

03 Apr 06:15
Compare
Choose a tag to compare

This release changes how warnings and errors are handled. Warnings are allowed and the Dockerfile
will not fail, unless running in pedantic mode.