All checks were successful
Build / build (pull_request) Successful in 36s
- I need a better way to test these changes - limit to version 1.2.0 of incus plugin - use correct path in CMD
13 lines
225 B
HCL
13 lines
225 B
HCL
# almalinux/9.6/makerun
|
|
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
|
packages = [
|
|
"sudo"
|
|
]
|
|
scripts_final = [
|
|
"dnf clean all",
|
|
"rm -rf /var/cache/dnf"
|
|
]
|
|
docker_changes = [
|
|
"CMD /usr/local/bin/run.sh"
|
|
]
|