17 lines
254 B
Docker
17 lines
254 B
Docker
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
|