Skip to content

Commit dd79ee8

Browse files
committed
Update focal image to noble
1 parent 16c2fe0 commit dd79ee8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ go_deps.module_override(
6464
oci_pull = use_repo_rule("//oci:defs.bzl", "oci_pull")
6565

6666
oci_pull(
67-
name = "ubuntu_focal",
68-
# Latest at "focal" tag
69-
digest = "sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f",
70-
registry = "ghcr.io",
71-
repository = "datadog/rules_oci/ubuntu",
67+
name = "ubuntu_noble",
68+
# "noble" tag as of 2024-12-30
69+
digest = "sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab",
70+
registry = "mirror.gcr.io",
71+
repository = "library/ubuntu",
7272
)
7373

7474
register_toolchains(

tests/go-multiarch-image/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ go_multiarch_image(
2222
"amd64",
2323
"arm64",
2424
],
25-
base = "@ubuntu_focal//image",
25+
base = "@ubuntu_noble//image",
2626
embed = [":go_default_library"],
2727
visibility = ["//visibility:public"],
2828
)

0 commit comments

Comments
 (0)