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

Relaying 1:1 from https://github.com/GoogleContainerTools/skaffold/issues/4580#issue-667380089

It would be great to be able to check linkage. It's currently possible with `commandTests`, but only if `ldd` is present (often not the case for minimal images) and it...

enhancement
help wanted

It'd be nice to be able to validate certain file types, e.g. shared objects, dynamically linked executables, static executables, and executables for different architectures. It's currently possible to do with...

enhancement
help wanted

The code that runs `docker pull` currently doesn't load the credentials from `~/.docker/config.json`. So only public images can be pulled.

I'm using this tool with bazel's `container_test` rule from [here](https://github.com/bazelbuild/rules_docker). Here is the error I'm getting: ``` Error: error creating driver: processing tar image reference: mkdir /tmp/root.cachebazel_bazel_rootdce6ed4f9b6b93214722cd6fa27af714execrootastrabazel-outk8-fastbuildbinsomeveryveryveryveryveryveryveryveryveryveryverylongname_test.runfilessomeveryveryveryveryveryveryveryveryveryveryverylongname.tar@sha256:27157e6b7e4373f939de9c51191487f9cbf80e6e7f132445fa5a2d605c3e39fb691144971: file name too...

bug
help wanted

Hi when running CST v1.8.0 with --pull and --test-report, the --pull output appears in the --test-report file, which is annoying as I then can't parse the test report as json...

enhancement
help wanted

With the public release of GitHub Actions, we thought that there might be value in adding a container structure test action for consumption in workflows. We've personally found value in...

The cst fails in case the Dockerfile of the image under test contains ```EXPOSE /``` form. I stumbled upon it while exposing an udp port but verified it happens even...

bug
help wanted

I am using this tool in my Gitlab CI pipeline with the below config file ``` schemaVersion: '2.0.0' fileExistenceTests: - name: 'Run Script Check' path: '/run.sh' shouldExist: true permissions: '-rw-rw-rw-'...

When we're using the docker driver, is there anyway to currently pass arguments to the docker run command? for example if i have a container that needs extra capabilites, or...

enhancement
help wanted