File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ go_deps.module_override(
6464oci_pull = use_repo_rule ("//oci:defs.bzl" , "oci_pull" )
6565
6666oci_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
7474register_toolchains (
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments