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

There is no v1.16.1 at registry.bazel.build https://registry.bazel.build/modules/container_structure_test

For security reasons, it's often desirable to drop all linux capabilities when running containers in Kubernetes. However, there is currently only a way to add capabilities for tests and no...

Hi, Would it be possible to get some env var expansion in output assertions of commandTests? ``` schemaVersion: 2.0.0 fileExistenceTests: - name: 'Go Binary is present and executable' path: '/usr/local/go/bin/go'...

Add the contents of stdout and stderr when creating junit test results. I'm not sure if there is a formal definition of junit, so I followed https://github.com/testmoapp/junitxml and it seems...

I would like to have both jUnit repot and text output. This would make it quicker when reading terminal output from CI jobs, not having to switch into a view...

Hello, in our pipelines we verified the `sha256` checksums of the releases. After Release https://github.com/GoogleContainerTools/container-structure-test/releases/tag/v1.11.0 you stopped publishing those checksums. Is there any reason for that or asked differently, can...

I'd like to use this tool to test if the main process of a docker image can start successfully, without issues. The fact is that the process is meant to...

Hi, everyone! I got the following problem. There are two machines, PC and laptop, and both are used to build Docker images. The machines are nearly identical in terms of...

Discussed with @loosebazooka as part of adding a Bazel rule in this repo: we'd like the release process to: - build the binaries for all platforms on GitHub Actions so...