Skip to content

fix: mark oci extension as reproducible if all pulls are reproducible#882

Merged
thesayyn merged 4 commits into
bazel-contrib:mainfrom
ashi009:fix-bzlmod-reproducibility
Jan 16, 2026
Merged

fix: mark oci extension as reproducible if all pulls are reproducible#882
thesayyn merged 4 commits into
bazel-contrib:mainfrom
ashi009:fix-bzlmod-reproducibility

Conversation

@ashi009

@ashi009 ashi009 commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

This change updates the oci module extension to mark itself as reproducible (reproducible = True) if all the underlying oci_pull tags are also reproducible. This helps reduce lockfile churn and size for users with fully reproducible dependencies.

Fixes #809

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d7bf5d99c1

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread oci/extensions.bzl
@aspect-workflows

aspect-workflows Bot commented Jan 15, 2026

Copy link
Copy Markdown

Test

All tests were cache hits

49 tests (100.0%) were fully cached saving 28s.

@ashi009 ashi009 changed the title Mark oci extension as reproducible if all pulls are reproducible fix: mark oci extension as reproducible if all pulls are reproducible Jan 16, 2026
@thesayyn
thesayyn merged commit cfeaa34 into bazel-contrib:main Jan 16, 2026
14 checks passed
@ashi009
ashi009 deleted the fix-bzlmod-reproducibility branch January 19, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mark the oci module extension as reproducible to reduce bzlmod lockfile size and churn

2 participants