Compare commits

..

1 Commits

Author SHA1 Message Date
4deae00ca4 feat: update incus build process
Some checks failed
Build / build (pull_request) Has been cancelled
- ensure unkin-ca-certificates are installed
- find the default incus remote and use that for images
- dont set publish_remote_name
- build incus images for the base image
- build puppet-base image for incus only
- ensure builds are made with the `build` profile
- only build 9.5+ for incus
2025-04-24 00:47:50 +10:00
5 changed files with 0 additions and 23 deletions

View File

@ -1,2 +1 @@
docker
incus

View File

@ -1,7 +1,6 @@
# almalinux/8.10/base
deploy_files_from_image = true
deploy_files_from_common = true
use_incus = true
packages = [
"git",
"jq",

View File

@ -1 +0,0 @@
incus

View File

@ -1,4 +0,0 @@
[puppet]
name=puppet repository
baseurl=https://packagerepo.service.consul/puppet7/el/8-daily/x86_64/os/
gpgkey=https://packagerepo.service.consul/puppet7/el/8-daily/x86_64/os/RPM-GPG-KEY-puppet-20250406

View File

@ -1,16 +0,0 @@
# almalinux/8.10/puppet-base
incus_source = "almalinux8/base/latest"
deploy_files_from_image = true
use_incus = true
packages = [
"puppet-agent",
"puppet-initial"
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]