mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-08 06:33:05 -05:00
deps: update bazel (plugins)
This commit is contained in:
parent
28433ec93e
commit
d917d76d51
4 changed files with 7 additions and 7 deletions
|
|
@ -7,9 +7,9 @@ def aws_load_balancer_controller_deps():
|
||||||
name = "com_github_kubernetes_sigs_aws_load_balancer_controller",
|
name = "com_github_kubernetes_sigs_aws_load_balancer_controller",
|
||||||
urls = [
|
urls = [
|
||||||
"https://cdn.confidential.cloud/constellation/cas/sha256/422af7c03ebc73e1be6aea563475ec9ea6396071fa03158b9a3984aa621b8cb1",
|
"https://cdn.confidential.cloud/constellation/cas/sha256/422af7c03ebc73e1be6aea563475ec9ea6396071fa03158b9a3984aa621b8cb1",
|
||||||
"https://github.com/kubernetes-sigs/aws-load-balancer-controller/archive/refs/tags/v2.12.0.tar.gz",
|
"https://github.com/kubernetes-sigs/aws-load-balancer-controller/archive/refs/tags/v2.14.1.tar.gz",
|
||||||
],
|
],
|
||||||
strip_prefix = "aws-load-balancer-controller-2.12.0",
|
strip_prefix = "aws-load-balancer-controller-2.14.1",
|
||||||
build_file_content = """
|
build_file_content = """
|
||||||
filegroup(
|
filegroup(
|
||||||
srcs = ["docs/install/iam_policy.json"],
|
srcs = ["docs/install/iam_policy.json"],
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@ def node_maintainance_operator_deps():
|
||||||
name = "com_github_medik8s_node_maintainance_operator",
|
name = "com_github_medik8s_node_maintainance_operator",
|
||||||
urls = [
|
urls = [
|
||||||
"https://cdn.confidential.cloud/constellation/cas/sha256/6ccc7f152e5c595ab24eaadcda77870101eccc482694dc6f0d93be2528406ae2",
|
"https://cdn.confidential.cloud/constellation/cas/sha256/6ccc7f152e5c595ab24eaadcda77870101eccc482694dc6f0d93be2528406ae2",
|
||||||
"https://github.com/medik8s/node-maintenance-operator/archive/refs/tags/v0.17.0.tar.gz",
|
"https://github.com/medik8s/node-maintenance-operator/archive/refs/tags/v0.18.0.tar.gz",
|
||||||
],
|
],
|
||||||
strip_prefix = "node-maintenance-operator-0.17.0",
|
strip_prefix = "node-maintenance-operator-0.18.0",
|
||||||
build_file_content = """
|
build_file_content = """
|
||||||
api_v1beta1 = glob(["api/v1beta1/*.go"])
|
api_v1beta1 = glob(["api/v1beta1/*.go"])
|
||||||
filegroup(
|
filegroup(
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
|
||||||
def containter_image_deps():
|
def containter_image_deps():
|
||||||
oci_pull(
|
oci_pull(
|
||||||
name = "distroless_static",
|
name = "distroless_static",
|
||||||
digest = "sha256:3d0f463de06b7ddff27684ec3bfd0b54a425149d0f8685308b1fdf297b0265e9",
|
digest = "sha256:87bce11be0af225e4ca761c40babb06d6d559f5767fbf7dc3c47f0f1a466b92c",
|
||||||
image = "gcr.io/distroless/static",
|
image = "gcr.io/distroless/static",
|
||||||
platforms = [
|
platforms = [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,11 @@ def oci_deps():
|
||||||
# Remove this override once https://github.com/bazel-contrib/rules_oci/issues/420 is fixed.
|
# Remove this override once https://github.com/bazel-contrib/rules_oci/issues/420 is fixed.
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "rules_oci",
|
name = "rules_oci",
|
||||||
strip_prefix = "rules_oci-2.2.5",
|
strip_prefix = "rules_oci-2.2.6",
|
||||||
type = "tar.gz",
|
type = "tar.gz",
|
||||||
urls = [
|
urls = [
|
||||||
"https://cdn.confidential.cloud/constellation/cas/sha256/361c417e8c95cd7c3d8b5cf4b202e76bac8d41532131534ff8e6fa43aa161142",
|
"https://cdn.confidential.cloud/constellation/cas/sha256/361c417e8c95cd7c3d8b5cf4b202e76bac8d41532131534ff8e6fa43aa161142",
|
||||||
"https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.5/rules_oci-v2.2.5.tar.gz",
|
"https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.6/rules_oci-v2.2.6.tar.gz",
|
||||||
],
|
],
|
||||||
sha256 = "361c417e8c95cd7c3d8b5cf4b202e76bac8d41532131534ff8e6fa43aa161142",
|
sha256 = "361c417e8c95cd7c3d8b5cf4b202e76bac8d41532131534ff8e6fa43aa161142",
|
||||||
patches = ["//bazel/toolchains:0001-disable-Windows-support.patch"],
|
patches = ["//bazel/toolchains:0001-disable-Windows-support.patch"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue