Compare commits

..

1 Commits

Author SHA1 Message Date
b6f6e10df4 feat: update repos for el9
All checks were successful
Build / build (pull_request) Successful in 39s
- changed from edgecache to packagerepo for el9.4/9.5
- changed to vault.service.consul
- disable running incus builds currently
2025-05-25 11:01:44 +10:00
2 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ packages = [
"incus-client",
"incus-tools",
"nodejs",
"nomad",
"packer",
"terraform",
"terragrunt",
@ -17,8 +16,6 @@ packages = [
"vault"
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
"dnf install -y yum-utils",
"dnf module enable -y nodejs:20",
"yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo"

View File

@ -40,10 +40,6 @@ packages = [
"valgrind",
"valgrind-devel",
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"