From e3c6165104a7d70b63adfec82a553fee8a567037 Mon Sep 17 00:00:00 2001 From: thesayyn Date: Tue, 21 Nov 2023 14:20:40 -0800 Subject: [PATCH] update structure-test --- e2e/convert_docker_tarball/WORKSPACE | 7 ++++--- e2e/crane_as_registry/WORKSPACE.bazel | 7 ++++--- e2e/custom_registry/WORKSPACE | 6 +++--- e2e/smoke/WORKSPACE.bazel | 6 +++--- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/e2e/convert_docker_tarball/WORKSPACE b/e2e/convert_docker_tarball/WORKSPACE index 02dd5c16..a7b1cb91 100644 --- a/e2e/convert_docker_tarball/WORKSPACE +++ b/e2e/convert_docker_tarball/WORKSPACE @@ -18,11 +18,12 @@ oci_register_toolchains( crane_version = LATEST_CRANE_VERSION, ) + http_archive( name = "container_structure_test", - sha256 = "2da13da4c4fec9d4627d4084b122be0f4d118bd02dfa52857ff118fde88e4faa", - strip_prefix = "container-structure-test-1.16.0", - urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.0.zip"], + sha256 = "4fd1e0d4974fb95e06d0e94e6ceaae126382bf958524062db4e582232590b863", + strip_prefix = "container-structure-test-1.16.1", + urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.1.zip"], ) load("@container_structure_test//:repositories.bzl", "container_structure_test_register_toolchain") diff --git a/e2e/crane_as_registry/WORKSPACE.bazel b/e2e/crane_as_registry/WORKSPACE.bazel index 822c2d55..6ae0fd03 100644 --- a/e2e/crane_as_registry/WORKSPACE.bazel +++ b/e2e/crane_as_registry/WORKSPACE.bazel @@ -30,11 +30,12 @@ load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() + http_archive( name = "container_structure_test", - sha256 = "2da13da4c4fec9d4627d4084b122be0f4d118bd02dfa52857ff118fde88e4faa", - strip_prefix = "container-structure-test-1.16.0", - urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.0.zip"], + sha256 = "4fd1e0d4974fb95e06d0e94e6ceaae126382bf958524062db4e582232590b863", + strip_prefix = "container-structure-test-1.16.1", + urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.1.zip"], ) load("@container_structure_test//:repositories.bzl", "container_structure_test_register_toolchain") diff --git a/e2e/custom_registry/WORKSPACE b/e2e/custom_registry/WORKSPACE index 4838b44b..2d0e495c 100644 --- a/e2e/custom_registry/WORKSPACE +++ b/e2e/custom_registry/WORKSPACE @@ -39,9 +39,9 @@ oci_pull( http_archive( name = "container_structure_test", - sha256 = "2da13da4c4fec9d4627d4084b122be0f4d118bd02dfa52857ff118fde88e4faa", - strip_prefix = "container-structure-test-1.16.0", - urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.0.zip"], + sha256 = "4fd1e0d4974fb95e06d0e94e6ceaae126382bf958524062db4e582232590b863", + strip_prefix = "container-structure-test-1.16.1", + urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.1.zip"], ) load("@container_structure_test//:repositories.bzl", "container_structure_test_register_toolchain") diff --git a/e2e/smoke/WORKSPACE.bazel b/e2e/smoke/WORKSPACE.bazel index 4aa22688..d2c1e404 100644 --- a/e2e/smoke/WORKSPACE.bazel +++ b/e2e/smoke/WORKSPACE.bazel @@ -9,9 +9,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "container_structure_test", - sha256 = "2da13da4c4fec9d4627d4084b122be0f4d118bd02dfa52857ff118fde88e4faa", - strip_prefix = "container-structure-test-1.16.0", - urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.0.zip"], + sha256 = "4fd1e0d4974fb95e06d0e94e6ceaae126382bf958524062db4e582232590b863", + strip_prefix = "container-structure-test-1.16.1", + urls = ["https://github.com/GoogleContainerTools/container-structure-test/archive/v1.16.1.zip"], ) load("@container_structure_test//:repositories.bzl", "container_structure_test_register_toolchain")