containers-common-0.64.0-5.el10

- Update rhel-shortnames-overrides to include complete list of UBI/RHEL images
- Related: RHEL-111917

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-09-25 16:01:23 +02:00
parent 77b80fb1ff
commit 41868ce07b
2 changed files with 24 additions and 8 deletions

View File

@ -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"

View File

@ -17,7 +17,7 @@
Name: containers-common
Epoch: 5
Version: %{common_version}
Release: 4%{?dist}
Release: 5%{?dist}
License: Apache-2.0
BuildArch: noarch
# for BuildRequires: go-md2man
@ -203,6 +203,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
%files extra
%changelog
* Thu Sep 25 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.64.0-5
- Update rhel-shortnames-overrides to include complete list of UBI/RHEL images
- Related: RHEL-111917
* Mon Aug 18 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.64.0-4
- update vendored components for 10.1
- Related: RHEL-80817