From 75dc417917d07f66c96121ae7e4b88e92357fdeb Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 25 Sep 2025 16:02:28 +0200 Subject: [PATCH] containers-common-1-135.el9 - Update rhel-shortnames-overrides to include complete list of UBI/RHEL images - Related: RHEL-111919 Signed-off-by: Jindrich Novy --- 002-rhel-shortnames-overrides.conf | 26 +++++++++++++++++++------- containers-common.spec | 6 +++++- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/002-rhel-shortnames-overrides.conf b/002-rhel-shortnames-overrides.conf index feb6551..b36df3a 100644 --- a/002-rhel-shortnames-overrides.conf +++ b/002-rhel-shortnames-overrides.conf @@ -1,10 +1,22 @@ [aliases] -"skopeo" = "registry.access.redhat.com/ubi8/skopeo" -"ubi8/skopeo" = "registry.access.redhat.com/ubi8/skopeo" -"rhel9/skopeo" = "registry.redhat.io/rhel9/skopeo" -"buildah" = "registry.access.redhat.com/ubi8/buildah" -"ubi8/buildah" = "registry.access.redhat.com/ubi8/buildah" +"buildah" = "registry.access.redhat.com/ubi10/buildah" +"podman" = "registry.access.redhat.com/ubi10/podman" +"skopeo" = "registry.access.redhat.com/ubi10/skopeo" +"rhel8/buildah" = "registry.redhat.io/rhel8/buildah" +"rhel8/podman" = "registry.redhat.io/rhel8/podman" +"rhel8/skopeo" = "registry.redhat.io/rhel8/skopeo" "rhel9/buildah" = "registry.redhat.io/rhel9/buildah" -"podman" = "registry.access.redhat.com/ubi8/podman" -"ubi8/podman" = "registry.access.redhat.com/ubi8/podman" "rhel9/podman" = "registry.redhat.io/rhel9/podman" +"rhel9/skopeo" = "registry.redhat.io/rhel9/skopeo" +"rhel10/buildah" = "registry.redhat.io/rhel10/buildah" +"rhel10/podman" = "registry.redhat.io/rhel10/podman" +"rhel10/skopeo" = "registry.redhat.io/rhel10/skopeo" +"ubi8/buildah" = "registry.access.redhat.com/ubi8/buildah" +"ubi8/podman" = "registry.access.redhat.com/ubi8/podman" +"ubi8/skopeo" = "registry.access.redhat.com/ubi8/skopeo" +"ubi9/buildah" = "registry.access.redhat.com/ubi9/buildah" +"ubi9/podman" = "registry.access.redhat.com/ubi9/podman" +"ubi9/skopeo" = "registry.access.redhat.com/ubi9/skopeo" +"ubi10/buildah" = "registry.access.redhat.com/ubi10/buildah" +"ubi10/podman" = "registry.access.redhat.com/ubi10/podman" +"ubi10/skopeo" = "registry.access.redhat.com/ubi10/skopeo" diff --git a/containers-common.spec b/containers-common.spec index 6ff2ebf..1929f4c 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 4 Name: containers-common Version: 1 -Release: 134%{?dist} +Release: 135%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 ExclusiveArch: %{go_arches} @@ -194,6 +194,10 @@ EOF %files extra %changelog +* Thu Sep 25 2025 Jindrich Novy - 4:1-135 +- Update rhel-shortnames-overrides to include complete list of UBI/RHEL images +- Related: RHEL-111919 + * Mon Aug 18 2025 Jindrich Novy - 4:1-134 - update vendored components for RHEL9.7 - Related: RHEL-80816