Compare commits

..

1 Commits

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

View File

@ -9,6 +9,7 @@ packages = [
"incus-client",
"incus-tools",
"nodejs",
"nomad",
"packer",
"terraform",
"terragrunt",
@ -16,6 +17,8 @@ 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,6 +40,10 @@ packages = [
"valgrind",
"valgrind-devel",
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"