Container Structure Test
No Change
adopt
Container Structure Test. (Google Container Tools) validates built container images before push or deploy: command output, filesystem paths, file contents, and image metadata.
Blurb
validate the structure of your container images. Contribute to GoogleContainerTools/container-structure-test development by creating an account on GitHub.
Summary
Garden stance: We adopt Container Structure Test for our estate.
Key points:
| Topic | Notes |
|---|---|
| Config | One or more YAML test files; version schema in project docs |
| CI | Fail the job on any test failure; pin the CST binary version |
| Speed | Faster than booting a cluster; slower than pure unit tests |
| Scope | Image contract only, not runtime policy or network behavior |
References
Details
| Topic | Notes |
|---|---|
| Config | One or more YAML test files; version schema in project docs |
| CI | Fail the job on any test failure; pin the CST binary version |
| Speed | Faster than booting a cluster; slower than pure unit tests |
| Scope | Image contract only, not runtime policy or network behavior |
References