Skip to content

1.9.0 Release

Compare
Choose a tag to compare
@nkubala nkubala released this 30 Sep 23:30
c1f369d

Highlights:

  • Allow users to specify the specific Docker runtime
  • Provide a debug container image
  • Add option to disable colors in output
  • Add unexposedPorts and unmountedVolumes to metadata tests
  • Add test duration

Distribution

container-structure-test is distributed in binary form for Linux (amd64) and OS X systems for the v1.9.0 release, as well as a container image for running tests in Google Cloud Builder.

Binaries are available on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64

The container image can be found at gcr.io/gcp-runtimes/container-structure-test:v1.9.0.

Installation

OSX

curl -LO https://storage.googleapis.com/container-structure-test/v1.9.0/container-structure-test-darwin-amd64 && mv container-structure-test-darwin-amd64 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 container-structure-test to your path manually.

Linux

curl -LO https://storage.googleapis.com/container-structure-test/v1.9.0/container-structure-test-linux-amd64 && mv container-structure-test-linux-amd64 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 container-structure-test to your path manually.

Usage

Documentation is available here