feat: update actions container
- cleanup TAGS/PUSH make targets - update actionsdind to include consul, packer, terraform, terragrunt and vault - add script to build only images that changed, or all if build/ scripts are changed
This commit is contained in:
@@ -2,10 +2,16 @@
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
"docker-ce-cli",
|
||||
"jq",
|
||||
"make",
|
||||
"nodejs",
|
||||
"unzip"
|
||||
"packer",
|
||||
"terraform",
|
||||
"terragrunt",
|
||||
"unzip",
|
||||
"vault"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf install -y yum-utils",
|
||||
|
||||
@@ -2,10 +2,16 @@
|
||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
"docker-ce-cli",
|
||||
"jq",
|
||||
"make",
|
||||
"nodejs",
|
||||
"unzip"
|
||||
"packer",
|
||||
"terraform",
|
||||
"terragrunt",
|
||||
"unzip",
|
||||
"vault"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf install -y yum-utils",
|
||||
|
||||
Reference in New Issue
Block a user