Skip to content

fix: Allow credsStore and credHelpers to fail in some cases#817

Merged
thesayyn merged 1 commit into
bazel-contrib:mainfrom
srdo-humio:issue-816
Aug 13, 2025
Merged

fix: Allow credsStore and credHelpers to fail in some cases#817
thesayyn merged 1 commit into
bazel-contrib:mainfrom
srdo-humio:issue-816

Conversation

@srdo-humio

Copy link
Copy Markdown
Contributor

When OCI_GET_TOKEN_ALLOW_FAIL is enabled, allow the credsStore and credHelpers from the Docker config file to fail silently.

This prevents local Docker config files from breaking pulls when rules_oci is configured to allow the built-in credential management to fail.

Fixes #816

When OCI_GET_TOKEN_ALLOW_FAIL is enabled, allow the credsStore
and credHelpers from the Docker config file to fail silently.

This prevents local Docker config files from breaking pulls
when rules_oci is configured to allow the built-in credential management
to fail.

Fixes bazel-contrib#816
@aspect-workflows

aspect-workflows Bot commented Jul 2, 2025

Copy link
Copy Markdown

Test

All tests were cache hits

44 tests (100.0%) were fully cached saving 11s.

@thesayyn
thesayyn merged commit 55f7e9d into bazel-contrib:main Aug 13, 2025
1 check passed
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.

oci.pull is too sensitive to credential helper failures, take two

2 participants