Skip to content

Releases: GoogleContainerTools/container-structure-test

v0.1.3 Release

09 Jan 19:13
48ed3ff
Compare
Choose a tag to compare

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

Installation

Linux

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

v0.1.2 Release

27 Dec 19:01
390cbf2
Compare
Choose a tag to compare
  • Remove intermediate container/tar after running tests
  • Add option to pull image before running tests

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

Installation

Linux

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

v0.1.1 Release

26 Oct 18:18
Compare
Choose a tag to compare
  • Fix entrypoint of Docker image.

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

Installation

Linux

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

v0.1.0 Release

24 Oct 22:27
Compare
Choose a tag to compare
  • Initial Release

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

Installation

Linux

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