feat: multi-purpose images (#41)
Deploy / build (push) Successful in 5m31s

- bump base almalinux 9.7 image
- add opentofu image for testing terraform/terragrunt repos
- add g10k image for puppet on kubernetes
- add kubetest image for testing argocd ci

Reviewed-on: #41
This commit was merged in pull request #41.
This commit is contained in:
2026-03-08 23:06:24 +11:00
parent 4830421e43
commit c52952e2e9
11 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
20260112
20260308
+1
View File
@@ -0,0 +1 @@
docker
@@ -0,0 +1,12 @@
# almalinux/9.7/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"g10k"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/bin/g10k -config /etc/puppetlabs/r10k.yaml"
]
+1
View File
@@ -0,0 +1 @@
20260308
+1
View File
@@ -0,0 +1 @@
docker
@@ -0,0 +1,11 @@
# almalinux/9.7/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"kubeconform",
"kustomize",
"helm"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
+1
View File
@@ -0,0 +1 @@
20260308
+1
View File
@@ -0,0 +1 @@
docker
@@ -0,0 +1,11 @@
# almalinux/9.7/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"opentofu",
"tflint",
"terragrunt"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
+1
View File
@@ -0,0 +1 @@
20260308
+1 -1
View File
@@ -1 +1 @@
20260112
20260308