Skip to content

Commit 951011b

Browse files
chore(deps): update ubuntu:latest docker digest to c35e29c (#717)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | oci_pull | digest | `66460d5` -> `c35e29c` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/aspect-build/rules_py). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aspect-marvin[bot] <marvin@aspect.build>
1 parent f0667bd commit 951011b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bcr/patches/remove_dev_deps.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/MODULE.bazel 2025-11-08 19:15:08
2-
+++ b/MODULE.bazel 2025-11-08 19:15:08
1+
--- a/MODULE.bazel 2025-11-17 02:33:20.184254871 +0000
2+
+++ b/MODULE.bazel 2025-11-17 02:33:20.184254871 +0000
33
@@ -40,558 +40,3 @@
44
# HACK: In prod the includer's patch inserts the use_repo for multitool. This
55
# solves the problem of needing a use_repo here in prod and below in dev.
@@ -435,7 +435,7 @@
435435
-oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
436436
-oci.pull(
437437
- name = "ubuntu",
438-
- digest = "sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252",
438+
- digest = "sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54",
439439
- image = "public.ecr.aws/docker/library/ubuntu",
440440
- platforms = [
441441
- "linux/arm64/v8",

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ bazel_dep(name = "rules_oci", version = "2.2.6", dev_dependency = True)
471471
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
472472
oci.pull(
473473
name = "ubuntu",
474-
digest = "sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252",
474+
digest = "sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54",
475475
image = "public.ecr.aws/docker/library/ubuntu",
476476
platforms = [
477477
"linux/arm64/v8",

bazel/include/oci.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bazel_dep(name = "rules_oci", version = "2.2.6", dev_dependency = True)
44
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
55
oci.pull(
66
name = "ubuntu",
7-
digest = "sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252",
7+
digest = "sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54",
88
image = "public.ecr.aws/docker/library/ubuntu",
99
platforms = [
1010
"linux/arm64/v8",

0 commit comments

Comments
 (0)