Skip to content

v0.3.0 Release

Compare
Choose a tag to compare
@nkubala nkubala released this 19 Mar 19:38
48b8991
  • Fix tar driver not pulling remote images
  • Fix tar driver not checking local daemon for image before trying to pull

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.3.0.

Installation

Linux

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