feat: enable incus support in actionsdind container
Build / build (pull_request) Successful in 18m12s
Build / build (pull_request) Successful in 18m12s
- add incus-images backend - set incus-images as default backend - manage deploying client.key/client.crt from vault to specific containers
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
# almalinux/8.10/actionsdind
|
||||
deploy_files_from_common = true
|
||||
include_incus_client_certs = true
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
"docker-ce-cli",
|
||||
"incus-client",
|
||||
"incus-tools",
|
||||
"nodejs",
|
||||
"packer",
|
||||
"terraform",
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
# almalinux/9.5/actionsdind
|
||||
deploy_files_from_common = true
|
||||
include_incus_client_certs = true
|
||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
"docker-ce-cli",
|
||||
"incus-client",
|
||||
"incus-tools",
|
||||
"nodejs",
|
||||
"packer",
|
||||
"terraform",
|
||||
|
||||
Reference in New Issue
Block a user