Skip to content

Releases: GoogleContainerTools/container-structure-test

v1.18.1

03 May 22:33
7efb2e1
Compare
Choose a tag to compare

Changelog

Container Images

ghcr.io/googlecontainertools/container-structure-test:1.18.1

v1.18.0

03 May 21:21
dfec536
Compare
Choose a tag to compare

Changelog

Container Images

ghcr.io/googlecontainertools/container-structure-test:1.18.0

v1.17.0

06 Mar 14:57
048f4eb
Compare
Choose a tag to compare

What's Changed

Important

Releases are no longer published to GCS, use the github release asset to access the binary.

New Contributors

Full Changelog: v1.16.1...v1.17.0

v1.16.1

21 Nov 20:39
cc5bb29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.16.1

v1.16.0

01 Aug 17:06
8113400
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

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

v1.15.0

15 Mar 14:33
c00769d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.15.0

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

v1.14.0

22 Nov 13:51
5388c50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

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

v1.13.0

03 Nov 13:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.13.0

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

v1.11.0 Release

09 Nov 18:30
90eb3e5
Compare
Choose a tag to compare

v1.11.0 Release - 11/09/2021

Highlights:

  • Use os.Lstat over os.Stat (#292)
  • Add support for the "user" metadata. Related to #80. (#274)
  • Move to Go 1.17 to support newer versions of macOS

Big thanks to everyone who contributed to this release:

  • charlyx
  • dduportal
  • midnightconman

Distribution

container-structure-test is distributed in binary form for Linux (arm64, amd64, s390x, ppc64le), OS X, and Windows systems for the v1.11.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:
Linux/amd64
Linux/arm64
Linux/s390x
Linux/ppc64le
Darwin/amd64
Windows

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

Installation

OSX

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

Windows

https://storage.googleapis.com/container-structure-test/v1.11.0/container-structure-test-windows-amd64.exe

Linux

amd64:

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

arm64:

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

s390x:

curl -LO https://storage.googleapis.com/container-structure-test/v1.11.0/container-structure-test-linux-s390x && mv container-structure-test-linux-s390x container-structure-test && chmod +x container-structure-test && sudo mv container-structure-test /usr/local/bin/

ppc64le:

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

v1.10.0 Release

07 Jan 19:18
4c2c33a
Compare
Choose a tag to compare

v1.10.0 Release - 01/07/2021

Highlights:

  • ✨ Add new output format JUnit #254
  • Produce linux/s390x and linux/ppc64le binaries to use in container_test #269

Big thanks to everyone who contributed to this release:

  • barthy1
  • charlyx

Distribution

container-structure-test is distributed in binary form for Linux (arm64, amd64, s390x, ppc64le), OS X, and Windows systems for the v1.10.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:
Linux/amd64
Linux/arm64
Linux/s390x
Linux/ppc64le
Darwin/amd64
Windows

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

Installation

OSX

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

Windows

https://storage.googleapis.com/container-structure-test/v1.10.0/container-structure-test-windows-amd64.exe

Linux

amd64:

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

arm64:

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

s390x:

curl -LO https://storage.googleapis.com/container-structure-test/v1.10.0/container-structure-test-linux-s390x && mv container-structure-test-linux-s390x container-structure-test && chmod +x container-structure-test && sudo mv container-structure-test /usr/local/bin/

ppc64le:

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