Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2af5d0d998 |
@@ -1,2 +1 @@
|
|||||||
docker
|
docker
|
||||||
incus
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[unkin]
|
[unkin]
|
||||||
name=unkin repository
|
name=unkin repository
|
||||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el8
|
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el8
|
||||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
gpgkey=https://git.unkin.net/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.query.consul/api/packages/unkinben/rpm/el8
|
baseurl=https://git.unkin.net/api/packages/unkinben/rpm/el8
|
||||||
gpgkey=https://git.query.consul/api/packages/unkinben/rpm/repository.key
|
gpgkey=https://git.unkin.net/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.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 = [
|
scripts_pre_packages = [
|
||||||
"dnf makecache",
|
"dnf makecache",
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
docker
|
docker
|
||||||
incus
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[unkin]
|
[unkin]
|
||||||
name=unkin repository
|
name=unkin repository
|
||||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el9
|
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el9
|
||||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
gpgkey=https://git.unkin.net/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.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 = [
|
scripts_pre_packages = [
|
||||||
"dnf makecache",
|
"dnf makecache",
|
||||||
|
|||||||
Reference in New Issue
Block a user