github GoogleContainerTools/container-structure-test v1.0.0
v1.0.0 Release

latest releases: v1.17.0, v1.16.1, v1.16.0...
6 years ago
  • Rewrote framework to remove go testing module in favor of running as standalone binary
  • Added version command
  • Return TestResult structs from all tests to the main loop

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:v1.0.0.

Installation

Linux

curl -LO https://storage.googleapis.com/container-structure-test/v1.0.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

Don't miss a new container-structure-test release

NewReleases is sending notifications on new releases.