Skip to content

Commit

Permalink
build: Update rules_oci dep to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas committed Sep 24, 2024
1 parent 92d80e4 commit c10a152
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 283 deletions.
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_oci",
version = "1.7.5",
version = "2.0.0",
)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
Expand Down Expand Up @@ -284,7 +284,9 @@ oci.pull(
use_repo(
oci,
"java_debug_image_base",
"java_debug_image_base_linux_amd64",
"java_image_base",
"java_image_base_linux_amd64",
)

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down
Loading

0 comments on commit c10a152

Please sign in to comment.