Container Structure Test
A command-line tool for validating the structure and contents of container images against defined tests.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
1 more ways to get Container Structure Test
Package managers
- Homebrew
brew install container-structure-test
About Container Structure Test
Container Structure Test checks that a container image contains what you expect. You describe tests for the image's structure and contents, and the command-line tool runs them against the built image, which makes it useful as a gate in a build pipeline.
It is published by GoogleContainerTools and includes Bazel rules, so it fits projects that build images with Bazel as well as those using other build tools.
Strengths
- Verifies image contents before an image is shipped
- Bazel integration included
- Suits automated CI checks
Limitations
- Tests must be written and maintained by hand
- Command-line only
Details
- Pricing
- FreeFree to use; the source is published on GitHub.
- License
- Open source, license not stated
- Developer
- GoogleContainerTools
- Platforms
- Command line
- How it runs
- Downloadable app
- Account
- Not required
- Best suited for
- Teams adding image content checks to a container build pipeline
- Categories
- Container tools, Developer tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Similar software
Related functionality, not necessarily a direct replacement.
Hadolint
Dockerfile linter that also checks the shell commands inside it.
Conftest
Writes tests against configuration files using Open Policy Agent rules.
Cloud Native Buildpacks
Tooling that turns application source code into container images without writing a Dockerfile.
Docker Buildx
A Docker CLI plugin that extends image builds with BuildKit, including multi-platform builds.
Skopeo
A command-line tool for inspecting, copying and signing container images in remote registries.
Open Policy Agent
Evaluate authorization and configuration policies with a policy engine.