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

latest releases: v1.17.0, v1.16.1, v1.16.0...
3 years ago

Highlights:

  • Don't check properties of a file that doesn't exist
  • Added isRegex as example in MetaData test
  • Produce linux/arm64 binaries
  • Various docs fixes

Distribution

container-structure-test is distributed in binary form for Linux (arm64 and amd64) and OS X systems for the v1.9.1 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
Linux/arm64

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

Installation

OSX

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

amd64:

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

arm64:

curl -LO https://storage.googleapis.com/container-structure-test/v1.9.1/container-structure-test-linux-arm64 && mv container-structure-test-linux-arm64 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

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

NewReleases is sending notifications on new releases.