File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,23 @@ $ brew install container-structure-test
20
20
```
21
21
22
22
``` shell
23
- curl -LO https://storage.googleapis. com/container-structure-test/latest/container-structure-test-darwin-amd64 && chmod +x container-structure-test-darwin-amd64 && sudo mv container-structure-test-darwin-amd64 /usr/local/bin/container-structure-test
23
+ curl -LO https://github. com/GoogleContainerTools/ container-structure-test/releases/ latest/download/ container-structure-test-darwin-arm64 && chmod +x container-structure-test-darwin-amd64 && sudo mv container-structure-test-darwin-amd64 /usr/local/bin/container-structure-test
24
24
```
25
25
26
26
### Linux
27
27
``` shell
28
- curl -LO https://storage.googleapis. com/container-structure-test/latest/container-structure-test-linux-amd64 && chmod +x container-structure-test-linux-amd64 && sudo mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test
28
+ curl -LO https://github. com/GoogleContainerTools/ container-structure-test/releases/ latest/download /container-structure-test-linux-amd64 && chmod +x container-structure-test-linux-amd64 && sudo mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test
29
29
```
30
30
31
31
If you want to avoid using sudo:
32
32
33
33
``` shell
34
- curl -LO https://storage.googleapis. com/container-structure-test/latest/container-structure-test-linux-amd64 && chmod +x container-structure-test-linux-amd64 && mkdir -p $HOME /bin && export PATH=$PATH :$HOME /bin && mv container-structure-test-linux-amd64 $HOME /bin/container-structure-test
34
+ curl -LO https://github. com/GoogleContainerTools/ container-structure-test/releases/ latest/download /container-structure-test-linux-amd64 && chmod +x container-structure-test-linux-amd64 && mkdir -p $HOME /bin && export PATH=$PATH :$HOME /bin && mv container-structure-test-linux-amd64 $HOME /bin/container-structure-test
35
35
```
36
36
37
+ > [ !warning]
38
+ > Container builds are currently not updated with new releases
39
+
37
40
Additionally, a container image for running tests through Google Cloud Builder can be found
38
41
at ` gcr.io/gcp-runtimes/container-structure-test:latest ` .
39
42
You can’t perform that action at this time.
0 commit comments