Skip to content

Commit

Permalink
feat: rollback oci
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Nov 19, 2024
1 parent b71adc7 commit ac7c574
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 207 deletions.
6 changes: 5 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bazel_dep(name = "gazelle", version = "0.40.0", dev_dependency = True)
bazel_dep(name = "rules_pkg", version = "1.0.1", dev_dependency = True)
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4", dev_dependency = True)
bazel_dep(name = "aspect_rules_js", version = "2.1.0", dev_dependency = True)
bazel_dep(name = "rules_oci", version = "2.0.1", dev_dependency = True)
bazel_dep(name = "rules_oci", version = "1.7.4", dev_dependency = True)

####################################################################
# rules_go #########################################################
Expand Down Expand Up @@ -69,13 +69,17 @@ oci.pull(
"linux/s390x",
],
)
oci.toolchains(
crane_version = "v0.18.0",
)
use_repo(
oci,
"distroless_base",
"distroless_base_linux_amd64",
"distroless_base_linux_arm64_v8",
"distroless_base_linux_ppc64le",
"distroless_base_linux_s390x",
"oci_crane_toolchains",
)

####################################################################
Expand Down
Loading

0 comments on commit ac7c574

Please sign in to comment.