add fedora/42, fedora/43, fedora/44 Reviewed-on: #47
This commit was merged in pull request #47.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
docker
|
||||
@@ -0,0 +1,6 @@
|
||||
[updates]
|
||||
name=Fedora 42 - x86_64 - Updates
|
||||
baseurl=https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/fedora/updates/42/Everything/x86_64
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-42-primary
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,6 @@
|
||||
[fedora]
|
||||
name=Fedora 42 - x86_64
|
||||
baseurl=https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/fedora/releases/42/Everything/x86_64/os
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-42-primary
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,24 @@
|
||||
# fedora/42/base
|
||||
docker_source = "artifactapi.k8s.syd1.au.unkin.net/dockerhub/library/fedora:42"
|
||||
deploy_files_from_image = true
|
||||
deploy_files_from_common = false
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o unkin-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/unkin-ca-certificates/2025.7.13-1/files/12294 && rpm -i unkin-ca-certificates.rpm",
|
||||
]
|
||||
packages = [
|
||||
"git",
|
||||
"jq",
|
||||
"make",
|
||||
"python3",
|
||||
"python3-pip",
|
||||
"wget",
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
"dnf update -y",
|
||||
]
|
||||
scripts_final = [
|
||||
"dnf clean all",
|
||||
"rm -rf /var/cache/dnf"
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
20260514
|
||||
@@ -0,0 +1 @@
|
||||
docker
|
||||
@@ -0,0 +1,6 @@
|
||||
[updates]
|
||||
name=Fedora 43 - x86_64 - Updates
|
||||
baseurl=https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/fedora/updates/43/Everything/x86_64
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-43-primary
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,6 @@
|
||||
[fedora]
|
||||
name=Fedora 43 - x86_64
|
||||
baseurl=https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/fedora/releases/43/Everything/x86_64/os
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-43-primary
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,24 @@
|
||||
# fedora/43/base
|
||||
docker_source = "artifactapi.k8s.syd1.au.unkin.net/dockerhub/library/fedora:43"
|
||||
deploy_files_from_image = true
|
||||
deploy_files_from_common = false
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o unkin-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/unkin-ca-certificates/2025.7.13-1/files/12294 && rpm -i unkin-ca-certificates.rpm",
|
||||
]
|
||||
packages = [
|
||||
"git",
|
||||
"jq",
|
||||
"make",
|
||||
"python3",
|
||||
"python3-pip",
|
||||
"wget",
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
"dnf update -y",
|
||||
]
|
||||
scripts_final = [
|
||||
"dnf clean all",
|
||||
"rm -rf /var/cache/dnf"
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
20260514
|
||||
@@ -0,0 +1 @@
|
||||
docker
|
||||
@@ -0,0 +1,6 @@
|
||||
[updates]
|
||||
name=Fedora 44 - x86_64 - Updates
|
||||
baseurl=https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/fedora/updates/44/Everything/x86_64
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-44-primary
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,6 @@
|
||||
[fedora]
|
||||
name=Fedora 44 - x86_64
|
||||
baseurl=https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/fedora/releases/44/Everything/x86_64/os
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-44-primary
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,24 @@
|
||||
# fedora/44/base
|
||||
docker_source = "artifactapi.k8s.syd1.au.unkin.net/dockerhub/library/fedora:44"
|
||||
deploy_files_from_image = true
|
||||
deploy_files_from_common = false
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o unkin-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/unkin-ca-certificates/2025.7.13-1/files/12294 && rpm -i unkin-ca-certificates.rpm",
|
||||
]
|
||||
packages = [
|
||||
"git",
|
||||
"jq",
|
||||
"make",
|
||||
"python3",
|
||||
"python3-pip",
|
||||
"wget",
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
"dnf update -y",
|
||||
]
|
||||
scripts_final = [
|
||||
"dnf clean all",
|
||||
"rm -rf /var/cache/dnf"
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
20260514
|
||||
Reference in New Issue
Block a user