container-structure-test icon indicating copy to clipboard operation
container-structure-test copied to clipboard

validate the structure of your container images

Results 104 container-structure-test issues
Sort by recently updated
recently updated
newest added

I have a 6GB docker image with a fair amount of tools installed and I am seeing some very high memory usage when running tests on it. I am seeing...

Unix permissions as 'drwxrwxrwx' are a lot harder/longer to type than their corresponding octal values. 0444 is easy to type vs '-r--r--r--' Would be nice if both was supported

I stumbled upon this framework while doing research for containers acceptance testing needs. I used [dgoss](https://github.com/aelsabbahy/goss/tree/master/extras/dgoss) for my containers acceptance testing needs till now and love the resources provided by...

My images are built by docker compose based on ARGs which are taken values from `.env`. I would like to make the assertion accordingly: **.env** ```env NODE_TAG=11.8.0 ``` **config.yml** ```yml...

enhancement
help wanted

while developing locally, with `--test-report` set, the output is suppressed. makes it harder to debug things that are failing. you can set `-v info` to get a bit more info,...

According to the patterns for converting the listed properties into YAML properties from the README.md, it seems like the `EnvVars` should correspond to a property named `envVars` but it is...

bug
help wanted

Could not find information from the README.md on this, would be good to add this into the documentation! I can create a PR when I have time if this is...

help wanted
documentation

I tried setup to create an file which is required to be present or mapped from outside while running the docker image. I tired touch and mkdir but the file...

help wanted
question

I am getting below error while executing the test case. 0.01s$ ./run.sh /usr/local/bin/structure-test: line 1: syntax error near unexpected token `

bug
question

Hi All, We are building images in jenkins pipeline and using "container-structure-test" to test the images. We want to know if we can integrate "container-structure-test" with Jenkins? We would like...

enhancement
help wanted