- bump base images - add buildah to rpmbuilder images - add fedora 42, 43 and 44 rpmbuilder images - update git.query.consul to git.unkin.net - remove incus builds for base images (moving to k8s)
This commit is contained in:
@@ -1,2 +1 @@
|
||||
docker
|
||||
incus
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[unkin]
|
||||
name=unkin repository
|
||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el8
|
||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
||||
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el8
|
||||
gpgkey=https://git.unkin.net/api/packages/unkin/rpm/repository.key
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# only available on EL8
|
||||
[unkinben]
|
||||
name=unkinben repository
|
||||
baseurl=https://git.query.consul/api/packages/unkinben/rpm/el8
|
||||
gpgkey=https://git.query.consul/api/packages/unkinben/rpm/repository.key
|
||||
baseurl=https://git.unkin.net/api/packages/unkinben/rpm/el8
|
||||
gpgkey=https://git.unkin.net/api/packages/unkinben/rpm/repository.key
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
@@ -15,7 +15,7 @@ packages = [
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.query.consul/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
|
||||
@@ -1 +1 @@
|
||||
20260117
|
||||
20260516
|
||||
|
||||
@@ -6,6 +6,7 @@ packages = [
|
||||
"automake",
|
||||
"binutils",
|
||||
"bison",
|
||||
"buildah",
|
||||
"byacc",
|
||||
"cmake",
|
||||
"diffstat",
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
docker
|
||||
incus
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[unkin]
|
||||
name=unkin repository
|
||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el9
|
||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
||||
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el9
|
||||
gpgkey=https://git.unkin.net/api/packages/unkin/rpm/repository.key
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
@@ -16,7 +16,7 @@ packages = [
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.query.consul/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
|
||||
@@ -1 +1 @@
|
||||
20260325
|
||||
20260516
|
||||
|
||||
@@ -6,6 +6,7 @@ packages = [
|
||||
"automake",
|
||||
"binutils",
|
||||
"bison",
|
||||
"buildah",
|
||||
"byacc",
|
||||
"cmake",
|
||||
"diffstat",
|
||||
|
||||
@@ -1 +1 @@
|
||||
20260308
|
||||
20260516
|
||||
|
||||
Reference in New Issue
Block a user