Skip to content

Tags: bazel-contrib/rules_oci

Tags

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update docs (#899)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: tag script must propagate more permission

v2.2.7

Toggle v2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: deduplicate blobs when downloading (#871)

Fixes a permission issue caused by duplicated blobs in the image
manifest.

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: use new Publish-to-BCR (#792)

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update release.yml

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow custom www-authenticate challenges (#786)

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: authn: allow builtin credential handling to fail conditionally (#…

…778)

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: drop embedded config data from manifest image (#774)

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle not-logged-in public repos with credsStore (#731)