Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben b29f13cd6c feat: add fedora rpmbuilder images
Build / build (pull_request) Successful in 11m46s
- bump base images
- add buildah to rpmbuilder images
- add fedora 42, 43 and 44 rpmbuilder images
2026-05-16 11:48:59 +10:00
7 changed files with 10 additions and 8 deletions
+1
View File
@@ -1 +1,2 @@
docker docker
incus
@@ -1,6 +1,6 @@
[unkin] [unkin]
name=unkin repository name=unkin repository
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el8 baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el8
gpgkey=https://git.unkin.net/api/packages/unkin/rpm/repository.key gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
enabled=1 enabled=1
gpgcheck=0 gpgcheck=0
@@ -1,7 +1,7 @@
# only available on EL8 # only available on EL8
[unkinben] [unkinben]
name=unkinben repository name=unkinben repository
baseurl=https://git.unkin.net/api/packages/unkinben/rpm/el8 baseurl=https://git.query.consul/api/packages/unkinben/rpm/el8
gpgkey=https://git.unkin.net/api/packages/unkinben/rpm/repository.key gpgkey=https://git.query.consul/api/packages/unkinben/rpm/repository.key
enabled=1 enabled=1
gpgcheck=0 gpgcheck=0
@@ -15,7 +15,7 @@ packages = [
] ]
scripts_pre_file_copy = [ scripts_pre_file_copy = [
"rm -f /etc/yum.repos.d/*.repo", "rm -f /etc/yum.repos.d/*.repo",
"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" "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"
] ]
scripts_pre_packages = [ scripts_pre_packages = [
"dnf makecache", "dnf makecache",
+1
View File
@@ -1 +1,2 @@
docker docker
incus
@@ -1,6 +1,6 @@
[unkin] [unkin]
name=unkin repository name=unkin repository
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el9 baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el9
gpgkey=https://git.unkin.net/api/packages/unkin/rpm/repository.key gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
enabled=1 enabled=1
gpgcheck=0 gpgcheck=0
@@ -16,7 +16,7 @@ packages = [
] ]
scripts_pre_file_copy = [ scripts_pre_file_copy = [
"rm -f /etc/yum.repos.d/*.repo", "rm -f /etc/yum.repos.d/*.repo",
"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" "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"
] ]
scripts_pre_packages = [ scripts_pre_packages = [
"dnf makecache", "dnf makecache",