From 4eeab134de468ef35103fbe41fca9b59507068c2 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 11 Oct 2023 10:46:46 +0200 Subject: [PATCH] containers-common-1-59.el9 - fix shortnames - Related: Jira:RHEL-2112 Signed-off-by: Jindrich Novy --- containers-common.spec | 6 +++++- shortnames.conf | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index 111aa99..a2ac7d9 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 58%{?dist} +Release: 59%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 ExclusiveArch: %{go_arches} @@ -173,6 +173,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Wed Oct 11 2023 Jindrich Novy - 2:1-59 +- fix shortnames +- Related: Jira:RHEL-2112 + * Thu Sep 14 2023 Jindrich Novy - 2:1-58 - implement GPG auto updating mechanism from redhat-release - Resolves: #RHEL-3164 diff --git a/shortnames.conf b/shortnames.conf index 3500b2d..7b5906c 100644 --- a/shortnames.conf +++ b/shortnames.conf @@ -22,6 +22,8 @@ # Fedora "fedora-minimal" = "registry.fedoraproject.org/fedora-minimal" "fedora" = "registry.fedoraproject.org/fedora" + # Gentoo + "gentoo" = "docker.io/gentoo/stage3" # openSUSE "opensuse/tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed" "opensuse/tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf" @@ -54,10 +56,10 @@ "rhel7" = "registry.access.redhat.com/rhel7" "rhel7.9" = "registry.access.redhat.com/rhel7.9" "rhel-atomic" = "registry.access.redhat.com/rhel-atomic" - "rhel-minimal" = "registry.access.redhat.com/rhel-minimum" + "rhel-minimal" = "registry.access.redhat.com/rhel-minimal" "rhel-init" = "registry.access.redhat.com/rhel-init" "rhel7-atomic" = "registry.access.redhat.com/rhel7-atomic" - "rhel7-minimal" = "registry.access.redhat.com/rhel7-minimum" + "rhel7-minimal" = "registry.access.redhat.com/rhel7-minimal" "rhel7-init" = "registry.access.redhat.com/rhel7-init" "rhel7/rhel" = "registry.access.redhat.com/rhel7/rhel" "rhel7/rhel-atomic" = "registry.access.redhat.com/rhel7/rhel7/rhel-atomic"