diff --git a/.github/workflows/container-publish.yml b/.github/workflows/container-publish.yml index 7b070bf..3980b5e 100644 --- a/.github/workflows/container-publish.yml +++ b/.github/workflows/container-publish.yml @@ -62,6 +62,10 @@ jobs: version: 9.2 context: rockylinux-9 file: rockylinux-9/Containerfile-9.2 + - os: rockylinux + version: 9.3 + context: rockylinux-9 + file: rockylinux-9/Containerfile-9.3 - os: leap version: 15 context: leap diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0316e42..168e774 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,3 +5,4 @@ * Jonathon Anderson * Ryan Thomson * Brian Phan +* Simppa Äkäslompolo (@sjjamsa) diff --git a/rockylinux-9/Containerfile-9.3 b/rockylinux-9/Containerfile-9.3 new file mode 100644 index 0000000..5f0d013 --- /dev/null +++ b/rockylinux-9/Containerfile-9.3 @@ -0,0 +1,58 @@ +FROM docker.io/library/rockylinux:9.3 + +RUN rm -f /etc/yum.repos.d/*.repo \ + && dnf clean all + +COPY yum.repos.d-9.3/*.repo /etc/yum.repos.d + +RUN dnf update -y \ + && dnf install -y --allowerasing \ + coreutils \ + cpio \ + dhclient \ + e2fsprogs \ + ethtool \ + findutils \ + initscripts \ + ipmitool \ + iproute \ + kernel-core \ + kernel-modules \ + ncurses \ + net-tools \ + NetworkManager \ + nfs-utils \ + openssh-clients \ + openssh-server \ + pciutils \ + policycoreutils-python-utils \ + psmisc \ + rsync \ + rsyslog \ + strace \ + selinux-policy-targeted \ + wget \ + which \ + words \ + rdma-core \ + && dnf clean all + +RUN touch /etc/sysconfig/disable-deprecation-warnings + +# For SELinux enabled nodes: +# The wwclient service fails to start on boot if appropriate SELinux file +# context label is not set for /warewulf/wwclient. +# Permanently assign bin_t fcontent label for wwclient binary that is +# deployed by wwinit overlay because warewulf runs `restorecon -R /` on node +# boot, clobbering any existing labels set in the overlay itself. +# +RUN semanage fcontext -N -a -t bin_t /warewulf/wwclient + +COPY excludes /etc/warewulf/ +COPY container_exit.sh /etc/warewulf/ + +CMD [ "/bin/echo", "-e", \ + "This image is intended to be used with the Warewulf cluster management and", \ + "\nprovisioning system.", \ + "\n", \ + "\nFor more information about Warewulf, visit https://warewulf.org" ] diff --git a/rockylinux-9/yum.repos.d-9.2/rocky-addons.repo b/rockylinux-9/yum.repos.d-9.2/rocky-addons.repo index 533b341..6e8b1e9 100644 --- a/rockylinux-9/yum.repos.d-9.2/rocky-addons.repo +++ b/rockylinux-9/yum.repos.d-9.2/rocky-addons.repo @@ -11,7 +11,7 @@ [highavailability] name=Rocky Linux 9.2 - High Availability #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/HighAvailability/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/HighAvailability/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -21,7 +21,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [highavailability-debug] name=Rocky Linux 9.2 - High Availability - Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/HighAvailability/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/HighAvailability/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -30,7 +30,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [highavailability-source] name=Rocky Linux 9.2 - High Availability - Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=HighAvailability-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/HighAvailability/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/HighAvailability/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -39,7 +39,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [resilientstorage] name=Rocky Linux 9.2 - Resilient Storage #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/ResilientStorage/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/ResilientStorage/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -49,7 +49,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [resilientstorage-debug] name=Rocky Linux 9.2 - Resilient Storage - Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/ResilientStorage/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/ResilientStorage/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -58,7 +58,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [resilientstorage-source] name=Rocky Linux 9.2 - Resilient Storage - Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=ResilientStorage-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/ResilientStorage/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/ResilientStorage/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -67,7 +67,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [nfv] name=Rocky Linux 9.2 - NFV #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/NFV/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/NFV/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -77,7 +77,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [nfv-debug] name=Rocky Linux 9.2 - NFV Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/NFV/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/NFV/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -86,7 +86,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [nfv-source] name=Rocky Linux 9.2 - NFV Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/NFV/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/NFV/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -95,7 +95,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [rt] name=Rocky Linux 9.2 - Realtime #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/RT/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/RT/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -105,7 +105,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [rt-debug] name=Rocky Linux 9.2 - Realtime Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/RT/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/RT/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -114,7 +114,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [rt-source] name=Rocky Linux 9.2 - Realtime Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/RT/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/RT/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -123,7 +123,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [sap] name=Rocky Linux 9.2 - SAP #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/SAP/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/SAP/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -133,7 +133,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [sap-debug] name=Rocky Linux 9.2 - SAP Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/SAP/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/SAP/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -142,7 +142,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [sap-source] name=Rocky Linux 9.2 - SAP Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/SAP/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/SAP/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -151,7 +151,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [saphana] name=Rocky Linux 9.2 - SAPHANA #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/SAPHANA/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/SAPHANA/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -161,7 +161,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [saphana-debug] name=Rocky Linux 9.2 - SAPHANA Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/SAPHANA/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/SAPHANA/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -170,7 +170,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [saphana-source] name=Rocky Linux 9.2 - SAPHANA Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/SAPHANA/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/SAPHANA/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h diff --git a/rockylinux-9/yum.repos.d-9.2/rocky-devel.repo b/rockylinux-9/yum.repos.d-9.2/rocky-devel.repo index dcdce38..f2503a1 100644 --- a/rockylinux-9/yum.repos.d-9.2/rocky-devel.repo +++ b/rockylinux-9/yum.repos.d-9.2/rocky-devel.repo @@ -5,7 +5,7 @@ [devel] name=Rocky Linux 9.2 - Devel WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/devel/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/devel/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -14,7 +14,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [devel-debug] name=Rocky Linux 9.2 - Devel Debug WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/devel/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/devel/$basearch/debug/tree/ gpgcheck=1 enabled=0 countme=1 @@ -23,7 +23,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [devel-source] name=Rocky Linux 9.2 - Devel Source WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/devel/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/devel/source/tree/ gpgcheck=1 enabled=0 countme=1 diff --git a/rockylinux-9/yum.repos.d-9.2/rocky-extras.repo b/rockylinux-9/yum.repos.d-9.2/rocky-extras.repo index 84b2586..2f8c259 100644 --- a/rockylinux-9/yum.repos.d-9.2/rocky-extras.repo +++ b/rockylinux-9/yum.repos.d-9.2/rocky-extras.repo @@ -11,7 +11,7 @@ [extras] name=Rocky Linux 9.2 - Extras #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/extras/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/extras/$basearch/os/ gpgcheck=1 enabled=1 countme=1 @@ -21,7 +21,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [extras-debug] name=Rocky Linux 9.2 - Extras Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/extras/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/extras/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -30,7 +30,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [extras-source] name=Rocky Linux 9.2 - Extras Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/extras/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/extras/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -39,7 +39,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [plus] name=Rocky Linux 9.2 - Plus #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/plus/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/plus/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -49,7 +49,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [plus-debug] name=Rocky Linux 9.2 - Plus - Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/plus/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/plus/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -58,7 +58,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [plus-source] name=Rocky Linux 9.2 - Plus - Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=plus-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/plus/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/plus/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h diff --git a/rockylinux-9/yum.repos.d-9.2/rocky.repo b/rockylinux-9/yum.repos.d-9.2/rocky.repo index bfef8ed..62d5ac5 100644 --- a/rockylinux-9/yum.repos.d-9.2/rocky.repo +++ b/rockylinux-9/yum.repos.d-9.2/rocky.repo @@ -11,7 +11,7 @@ [baseos] name=Rocky Linux 9.2 - BaseOS #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/BaseOS/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/BaseOS/$basearch/os/ gpgcheck=1 enabled=1 countme=1 @@ -21,7 +21,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [baseos-debug] name=Rocky Linux 9.2 - BaseOS - Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/BaseOS/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/BaseOS/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -30,7 +30,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [baseos-source] name=Rocky Linux 9.2 - BaseOS - Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=BaseOS-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/BaseOS/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/BaseOS/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -39,7 +39,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [appstream] name=Rocky Linux 9.2 - AppStream #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/AppStream/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/AppStream/$basearch/os/ gpgcheck=1 enabled=1 countme=1 @@ -49,7 +49,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [appstream-debug] name=Rocky Linux 9.2 - AppStream - Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/AppStream/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/AppStream/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -58,7 +58,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [appstream-source] name=Rocky Linux 9.2 - AppStream - Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=AppStream-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/AppStream/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/AppStream/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -67,7 +67,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [crb] name=Rocky Linux 9.2 - CRB #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-$releasever$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/CRB/$basearch/os/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/CRB/$basearch/os/ gpgcheck=1 enabled=0 countme=1 @@ -77,7 +77,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [crb-debug] name=Rocky Linux 9.2 - CRB - Debug #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-$releasever-debug$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/CRB/$basearch/debug/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/CRB/$basearch/debug/tree/ gpgcheck=1 enabled=0 metadata_expire=6h @@ -86,7 +86,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 [crb-source] name=Rocky Linux 9.2 - CRB - Source #mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=CRB-$releasever-source$rltype -baseurl=http://dl.rockylinux.org/pub/rocky/9.2/CRB/source/tree/ +baseurl=http://dl.rockylinux.org/vault/rocky/9.2/CRB/source/tree/ gpgcheck=1 enabled=0 metadata_expire=6h diff --git a/rockylinux-9/yum.repos.d-9.3/rocky-addons.repo b/rockylinux-9/yum.repos.d-9.3/rocky-addons.repo new file mode 100644 index 0000000..f952200 --- /dev/null +++ b/rockylinux-9/yum.repos.d-9.3/rocky-addons.repo @@ -0,0 +1,177 @@ +# rocky-addons.repo +# +# The mirrorlist system uses the connecting IP address of the client and the +# update status of each mirror to pick current mirrors that are geographically +# close to the client. You should use this for Rocky updates unless you are +# manually picking other mirrors. +# +# If the mirrorlist does not work for you, you can try the commented out +# baseurl line instead. + +[highavailability] +name=Rocky Linux 9.3 - High Availability +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/HighAvailability/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[highavailability-debug] +name=Rocky Linux 9.3 - High Availability - Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/HighAvailability/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[highavailability-source] +name=Rocky Linux 9.3 - High Availability - Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=HighAvailability-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/HighAvailability/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[resilientstorage] +name=Rocky Linux 9.3 - Resilient Storage +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/ResilientStorage/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[resilientstorage-debug] +name=Rocky Linux 9.3 - Resilient Storage - Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/ResilientStorage/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[resilientstorage-source] +name=Rocky Linux 9.3 - Resilient Storage - Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=ResilientStorage-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/ResilientStorage/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[nfv] +name=Rocky Linux 9.3 - NFV +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/NFV/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[nfv-debug] +name=Rocky Linux 9.3 - NFV Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/NFV/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[nfv-source] +name=Rocky Linux 9.3 - NFV Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/NFV/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[rt] +name=Rocky Linux 9.3 - Realtime +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/RT/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[rt-debug] +name=Rocky Linux 9.3 - Realtime Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/RT/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[rt-source] +name=Rocky Linux 9.3 - Realtime Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/RT/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[sap] +name=Rocky Linux 9.3 - SAP +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/SAP/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[sap-debug] +name=Rocky Linux 9.3 - SAP Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/SAP/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[sap-source] +name=Rocky Linux 9.3 - SAP Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAP-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/SAP/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[saphana] +name=Rocky Linux 9.3 - SAPHANA +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/SAPHANA/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[saphana-debug] +name=Rocky Linux 9.3 - SAPHANA Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/SAPHANA/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[saphana-source] +name=Rocky Linux 9.3 - SAPHANA Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=SAPHANA-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/SAPHANA/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 diff --git a/rockylinux-9/yum.repos.d-9.3/rocky-devel.repo b/rockylinux-9/yum.repos.d-9.3/rocky-devel.repo new file mode 100644 index 0000000..4031059 --- /dev/null +++ b/rockylinux-9/yum.repos.d-9.3/rocky-devel.repo @@ -0,0 +1,30 @@ +# rocky-devel.repo +# +# devel and no-package-left-behind + +[devel] +name=Rocky Linux 9.3 - Devel WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/devel/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[devel-debug] +name=Rocky Linux 9.3 - Devel Debug WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/devel/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +countme=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[devel-source] +name=Rocky Linux 9.3 - Devel Source WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/devel/source/tree/ +gpgcheck=1 +enabled=0 +countme=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 diff --git a/rockylinux-9/yum.repos.d-9.3/rocky-extras.repo b/rockylinux-9/yum.repos.d-9.3/rocky-extras.repo new file mode 100644 index 0000000..33940b8 --- /dev/null +++ b/rockylinux-9/yum.repos.d-9.3/rocky-extras.repo @@ -0,0 +1,65 @@ +# rocky-extras.repo +# +# The mirrorlist system uses the connecting IP address of the client and the +# update status of each mirror to pick current mirrors that are geographically +# close to the client. You should use this for Rocky updates unless you are +# manually picking other mirrors. +# +# If the mirrorlist does not work for you, you can try the commented out +# baseurl line instead. + +[extras] +name=Rocky Linux 9.3 - Extras +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/extras/$basearch/os/ +gpgcheck=1 +enabled=1 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[extras-debug] +name=Rocky Linux 9.3 - Extras Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/extras/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[extras-source] +name=Rocky Linux 9.3 - Extras Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/extras/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[plus] +name=Rocky Linux 9.3 - Plus +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/plus/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[plus-debug] +name=Rocky Linux 9.3 - Plus - Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=plus-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/plus/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[plus-source] +name=Rocky Linux 9.3 - Plus - Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=plus-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/plus/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 diff --git a/rockylinux-9/yum.repos.d-9.3/rocky.repo b/rockylinux-9/yum.repos.d-9.3/rocky.repo new file mode 100644 index 0000000..308b953 --- /dev/null +++ b/rockylinux-9/yum.repos.d-9.3/rocky.repo @@ -0,0 +1,93 @@ +# rocky.repo +# +# The mirrorlist system uses the connecting IP address of the client and the +# update status of each mirror to pick current mirrors that are geographically +# close to the client. You should use this for Rocky updates unless you are +# manually picking other mirrors. +# +# If the mirrorlist does not work for you, you can try the commented out +# baseurl line instead. + +[baseos] +name=Rocky Linux 9.3 - BaseOS +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/BaseOS/$basearch/os/ +gpgcheck=1 +enabled=1 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[baseos-debug] +name=Rocky Linux 9.3 - BaseOS - Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/BaseOS/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[baseos-source] +name=Rocky Linux 9.3 - BaseOS - Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=BaseOS-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/BaseOS/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[appstream] +name=Rocky Linux 9.3 - AppStream +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/AppStream/$basearch/os/ +gpgcheck=1 +enabled=1 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[appstream-debug] +name=Rocky Linux 9.3 - AppStream - Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/AppStream/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[appstream-source] +name=Rocky Linux 9.3 - AppStream - Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=AppStream-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/AppStream/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[crb] +name=Rocky Linux 9.3 - CRB +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-$releasever$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/CRB/$basearch/os/ +gpgcheck=1 +enabled=0 +countme=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[crb-debug] +name=Rocky Linux 9.3 - CRB - Debug +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-$releasever-debug$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/CRB/$basearch/debug/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9 + +[crb-source] +name=Rocky Linux 9.3 - CRB - Source +#mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=CRB-$releasever-source$rltype +baseurl=http://dl.rockylinux.org/pub/rocky/9.3/CRB/source/tree/ +gpgcheck=1 +enabled=0 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9