You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bzlmod repo resolution in oci_pull (#891)
`aspect_bazel_lib` and `package_metadata` are not visible from the
generated `oci_pull` repositories. To resolve this the desired symbols
are reexported so `oci_pull` repositories only need to resolve
`rules_oci` which is always guaranteed to work.
closes#575