Skip to content

Commit

Permalink
fix: forward well known attributes to macro expanded targets (#370) (#…
Browse files Browse the repository at this point in the history
…392)

Co-authored-by: Aaron Son <[email protected]>
  • Loading branch information
thesayyn and reltuk authored Oct 20, 2023
1 parent 5f9b239 commit a28de22
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 77 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.32.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.35.0")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.5")

Expand Down
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# This is *not* included in the published distribution.
workspace(name = "rules_oci")

load(":internal_deps.bzl", "rules_oci_internal_deps")

# Fetch deps needed only locally for development
load(":internal_deps.bzl", "rules_oci_internal_deps")
rules_oci_internal_deps()

load("//oci:dependencies.bzl", "rules_oci_dependencies")
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()

# Fetch our "runtime" dependencies which users need as well
load("//oci:dependencies.bzl", "rules_oci_dependencies")
rules_oci_dependencies()

load("//oci:repositories.bzl", "LATEST_CRANE_VERSION", "LATEST_ZOT_VERSION", "oci_register_toolchains")
Expand Down
41 changes: 20 additions & 21 deletions docs/image.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/image_index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/pull.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions docs/push.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a28de22

Please sign in to comment.