Initial scaffold: infrastructure toolchain agent container

This commit is contained in:
2026-06-08 22:51:24 +10:00
parent 0b2fb90db2
commit 75064718c5
4 changed files with 42 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
FROM git.unkin.net/unkin/agent-base:latest
USER root
RUN dnf install -y \
kubectl \
kustomize \
helm \
helmfile \
opentofu \
vault \
consul \
terragrunt \
&& dnf clean all
USER agent