From edee3ccd6cfafe1e73c6812f33fe4675aa6150d9 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Wed, 26 Nov 2025 22:06:31 +0100 Subject: [PATCH 1/2] docs(README): add mise alternative method installation Signed-off-by: jylenhof --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b7f6d51..e3d5dd2d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ curl -LO https://github.com/GoogleContainerTools/container-structure-test/releas > [!warning] > Container builds are currently not updated with new releases +Alternative installation method if you are using [mise](https://github.com/jdx/mise), you can install it globally by using a command like : + +```shell +mise use -g container-structure-test@latest +``` + Additionally, a container image for running tests through Google Cloud Builder can be found at `gcr.io/gcp-runtimes/container-structure-test:latest`. From ec0f7771c061ed5ef199713640b840b2b77f6971 Mon Sep 17 00:00:00 2001 From: Jean-Yves LENHOF <36410287+jylenhof@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:08:22 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d5dd2d..2d40a4f1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ curl -LO https://github.com/GoogleContainerTools/container-structure-test/releas > [!warning] > Container builds are currently not updated with new releases -Alternative installation method if you are using [mise](https://github.com/jdx/mise), you can install it globally by using a command like : +Alternatively, if you use [mise](https://github.com/jdx/mise), you can install container-structure-test globally with the following command: ```shell mise use -g container-structure-test@latest