Initial scaffold: infrastructure toolchain agent container
This commit is contained in:
+16
@@ -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
|
||||
Reference in New Issue
Block a user