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

When running in a container started with `-e EMPTY` and the `EMPTY` variable is either unset or the empty string, you get a crash like this: ``` panic: runtime error:...

I have a very simple container with nginx which serves static content. I want to verify that nginx starts with proper virtual host configuration and returns index.html with all headers...

bug
enhancement

I am trying to run some basic fileContentTests and fileExistenceTests on MacOS with tar driver ``` schemaVersion: 2.0.0 fileContentTests: - name: "os-version" path: "/etc/os-release" expectedContents: [ 'NAME="CentOS Linux"', 'ID="centos"', 'ID_LIKE="rhel...

The Metadata Cmd test is returning failing but the actual and expected CMD values are the same. ```bash === RUN: Metadata Test --- FAIL duration: 0s Error: Image Cmd [/bin/sh...

During running of a simple test: ``` schemaVersion: "2.0.0" commandTests: - name: "command not found" command: "composer" args: ["-v"] expectedError: [".*executable file not found.*"] ``` I am getting: ``` =================================...

bug

Note: container-structure-test is not an officially supported Google project, and is currently in maintenance mode. Contributions are still welcome! Is there a reason google stopped supporting the project or does...

Hi all. First of all... great library, really like the simplicity of it. We have a fairly rich docker container that makes heavy use of bash scripting to dynamically define...

Hey! Is it possible to test the base image of a docker image with this tool? Basically I want to ensure that a docker image has something like that in...

Hi, I try to use CST with OCI Images. Cause reasons, I MUST work without docker. Thus I use the --driver tar. This does not seem to work with CST:...

I'm not exactly sure if this is a bug but when running a test against an image to check the permissions of a binary executable with the setuid bit turned...