feat: enable incus support in actionsdind container (#10)
Deploy / build (push) Successful in 26m54s
Deploy / build (push) Successful in 26m54s
- add incus-images backend - set incus-images as default backend Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/10
This commit was merged in pull request #10.
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