feat: multi-purpose images #41

Merged
unkinben merged 1 commits from benvin/g10k into master 2026-03-08 23:06:25 +11:00
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