Skip to content

bugfix release

Compare
Choose a tag to compare
@rnagy rnagy released this 10 Jan 20:16
· 2 commits to master since this release
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