From b43e94f75f5ccb7755018ba83d9a33b5455e1561 Mon Sep 17 00:00:00 2001 From: Martin Malina Date: Fri, 29 Nov 2024 09:13:27 +0100 Subject: [PATCH] docs: update note about Red Hat registries We do publish images to registry.access.redhat.com now. Signed-off-by: Martin Malina --- pyxis/create_container_image.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyxis/create_container_image.py b/pyxis/create_container_image.py index 8c18486..c53a4c4 100755 --- a/pyxis/create_container_image.py +++ b/pyxis/create_container_image.py @@ -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