diff --git a/containers-common.spec b/containers-common.spec index 4807266..1d9569e 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 56%{?dist} +Release: 57%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 # arch limitation because of go-md2man (missing on i686) @@ -175,6 +175,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Wed Oct 11 2023 Jindrich Novy - 2:1-57 +- fix shortnames for rhel-minimal +- Related: Jira:RHEL-2110 + * Fri Sep 15 2023 Jindrich Novy - 2:1-56 - implement GPG auto updating mechanism from redhat-release - Resolves: #RHEL-2110 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"