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 <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-09-25 16:02:28 +02:00
parent 3c7373696c
commit 75dc417917
2 changed files with 24 additions and 8 deletions

View File

@ -1,10 +1,22 @@
[aliases] [aliases]
"skopeo" = "registry.access.redhat.com/ubi8/skopeo" "buildah" = "registry.access.redhat.com/ubi10/buildah"
"ubi8/skopeo" = "registry.access.redhat.com/ubi8/skopeo" "podman" = "registry.access.redhat.com/ubi10/podman"
"rhel9/skopeo" = "registry.redhat.io/rhel9/skopeo" "skopeo" = "registry.access.redhat.com/ubi10/skopeo"
"buildah" = "registry.access.redhat.com/ubi8/buildah" "rhel8/buildah" = "registry.redhat.io/rhel8/buildah"
"ubi8/buildah" = "registry.access.redhat.com/ubi8/buildah" "rhel8/podman" = "registry.redhat.io/rhel8/podman"
"rhel8/skopeo" = "registry.redhat.io/rhel8/skopeo"
"rhel9/buildah" = "registry.redhat.io/rhel9/buildah" "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/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"

View File

@ -12,7 +12,7 @@
Epoch: 4 Epoch: 4
Name: containers-common Name: containers-common
Version: 1 Version: 1
Release: 134%{?dist} Release: 135%{?dist}
Summary: Common configuration and documentation for containers Summary: Common configuration and documentation for containers
License: ASL 2.0 License: ASL 2.0
ExclusiveArch: %{go_arches} ExclusiveArch: %{go_arches}
@ -194,6 +194,10 @@ EOF
%files extra %files extra
%changelog %changelog
* Thu Sep 25 2025 Jindrich Novy <jnovy@redhat.com> - 4:1-135
- Update rhel-shortnames-overrides to include complete list of UBI/RHEL images
- Related: RHEL-111919
* Mon Aug 18 2025 Jindrich Novy <jnovy@redhat.com> - 4:1-134 * Mon Aug 18 2025 Jindrich Novy <jnovy@redhat.com> - 4:1-134
- update vendored components for RHEL9.7 - update vendored components for RHEL9.7
- Related: RHEL-80816 - Related: RHEL-80816