Skip to content

v0.2.0 Release

Compare
Choose a tag to compare
@nkubala nkubala released this 25 Jan 22:19
7411da1
  • Switch version control to use dep
  • Use strict yaml parsing for test configs
  • Add host driver (for running tests directly on host machine)
  • Fixed issue where intermediate container was being left behind after running file tests
  • Fixed issue where intermediate images were being left behind after driver was destroyed
  • Overwrite image entrypoints before running command tests
  • Fixed issue with incorrect metadata test output when tests fail
  • Various README fixes

Distribution

container-structure-tests are distributed in binary form (Linux only), and as a Docker container image. The binary is available in Google Cloud Storage here, and the Docker image can be found at gcr.io/gcp-runtimes/container-structure-test:v0.2.0.

Installation

Linux

curl -LO https://storage.googleapis.com/container-structure-test/v0.2.0/container-structure-test && chmod +x container-structure-test && sudo mv container-structure-test /usr/local/bin/

Feel free to leave off the sudo mv container-structure-test /usr/local/bin if you would like to add the binary to your path manually.

Usage

Documentation is available here