ci: bypass v1 registries.conf in opm catalog render#241
Merged
Conversation
opm v1.72.0 (bumped from v1.68.0 in #240) ships a newer containers/image that dropped v1->v2 auto-conversion of registries.conf and hard-errors on the ubuntu-latest runner's v1-format /etc/containers/registries.conf, breaking `opm alpha render-template` in the catalog build. Point CONTAINERS_REGISTRIES_CONF at /dev/null so the lib uses built-in defaults; fully-qualified ghcr.io bundle pulls need no registries config. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Docs PR opened: ClickHouse/mintlify-docs-dev#235 Synced upstream Kubernetes Operator docs, adding monitoring, scaling, and TLS guides plus updates to overview, install, configuration, and API reference. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release-maincatalog build broke on the latest push to main (run 27828751663).OPERATOR_MANAGER_VERSIONv1.68.0 → v1.72.0. opm v1.72.0 ships a newercontainers/imagethat dropped v1→v2 auto-conversion ofregistries.confand hard-errors on theubuntu-latestrunner's v1-format/etc/containers/registries.conf:opm alpha render-templateis affected (the sole step pulling bundle images);opm validateoperates on the local FBC dir.catalog-renderso it also coversrelease.yamlstable releases and local runs: pointCONTAINERS_REGISTRIES_CONFat/dev/nullso the lib uses built-in defaults. Fully-qualifiedghcr.io/...pulls need no registries config.Test plan
release-maincatalog build is green after merge to main.