Skip to content

Commit

Permalink
Update container-structure-test binaries to v0.11.0 (bazelbuild#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrian authored and St0rmingBr4in committed Oct 17, 2022
1 parent b99015e commit 48e9e3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -138,24 +138,24 @@ def repositories():
http_file(
name = "structure_test_linux",
executable = True,
sha256 = "9ddc0791491dc8139af5af4d894e48db4eeaca4b2cb9196293efd615bdb79122",
urls = ["https://storage.googleapis.com/container-structure-test/v1.9.1/container-structure-test-linux-amd64"],
sha256 = "1524da5fd5a0fc88c4c9257a3de05a45f135df07e6a684380dd5f659b9ce189b",
urls = ["https://storage.googleapis.com/container-structure-test/v1.11.0/container-structure-test-linux-amd64"],
)

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

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

if "container_diff" not in excludes:
Expand Down

0 comments on commit 48e9e3b

Please sign in to comment.