GoogleContainerTools / container-structure-test

validate the structure of your container images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add metadata check for absence of env varibale

czunker opened this issue · comments

Add a metadata check to verify a specified variable isn't present in the image.

We have to use a proxy during build time of the image, but would like to make sure, this proxy isn't set in the final image.

Similar checks already exist for ports and volumes.