Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update note about Red Hat registries #330

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyxis/create_container_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
the `requires_terms` flag in the Pyxis Container Repository object:
https://pyxis.api.redhat.com/docs/objects/ContainerRepository.html?tab=Fields

For RHTAP, we currently expect to only release to registry.redhat.io and not the public
registry. But if we did want to release to registry.access.redhat.com, there would
likely be no change required in our pipeline - only the Container Repository
object in Pyxis would need to have `requires_terms` set to false.
In Konflux, by default we release to registry.redhat.io and not the public
registry. But we do also release images with `requires_terms` set to false (e.g. ubi)
so these images are available from both registries
(registry.redhat.io, registry.access.redhat.com).
"""
import argparse
from urllib.parse import quote
Expand Down