Skip to content

Commit

Permalink
docs: update note about Red Hat registries
Browse files Browse the repository at this point in the history
We do publish images to registry.access.redhat.com now.

Signed-off-by: Martin Malina <[email protected]>
  • Loading branch information
mmalina committed Nov 29, 2024
1 parent 76021ef commit eb0322b
Showing 1 changed file with 4 additions and 4 deletions.
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, we mostly release to registry.redhat.io and not the public
registry. But we also release ubi images now and those have
`requires_terms` set to false so the images are available
from both registries.
"""
import argparse
from urllib.parse import quote
Expand Down

0 comments on commit eb0322b

Please sign in to comment.