Skip to content

Commit 7281c05

Browse files
authored
Update container-structure-test binaries to v0.11.0 (#2013)
1 parent 078bdd8 commit 7281c05

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

repositories/repositories.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,24 +138,24 @@ def repositories():
138138
http_file(
139139
name = "structure_test_linux",
140140
executable = True,
141-
sha256 = "9ddc0791491dc8139af5af4d894e48db4eeaca4b2cb9196293efd615bdb79122",
142-
urls = ["https://storage.googleapis.com/container-structure-test/v1.9.1/container-structure-test-linux-amd64"],
141+
sha256 = "1524da5fd5a0fc88c4c9257a3de05a45f135df07e6a684380dd5f659b9ce189b",
142+
urls = ["https://storage.googleapis.com/container-structure-test/v1.11.0/container-structure-test-linux-amd64"],
143143
)
144144

145145
if "structure_test_linux_aarch64" not in excludes:
146146
http_file(
147147
name = "structure_test_linux_aarch64",
148148
executable = True,
149-
sha256 = "b8fd54ed5f3fcb65861dec8aea5ccf05856c9e030a67461e601eab64c1fe70b1",
150-
urls = ["https://storage.googleapis.com/container-structure-test/v1.9.1/container-structure-test-linux-arm64"],
149+
sha256 = "b376ff80134d2d609c591b98d65d653a514755b4861185fd93159af7062ec65d",
150+
urls = ["https://storage.googleapis.com/container-structure-test/v1.11.0/container-structure-test-linux-arm64"],
151151
)
152152

153153
if "structure_test_darwin" not in excludes:
154154
http_file(
155155
name = "structure_test_darwin",
156156
executable = True,
157-
sha256 = "0b8c019b5a3df1a84515b75c2eb47aaf9db51dec621a39d1c4fa31a4a8f6c855",
158-
urls = ["https://storage.googleapis.com/container-structure-test/v1.9.1/container-structure-test-darwin-amd64"],
157+
sha256 = "0a4ac9e221a86cda6bb9fedb2a0dfdce56f918327b8881977ad787ea15d0e82f",
158+
urls = ["https://storage.googleapis.com/container-structure-test/v1.11.0/container-structure-test-darwin-amd64"],
159159
)
160160

161161
if "container_diff" not in excludes:

0 commit comments

Comments
 (0)