Add kubernetes.dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 2m13s

This commit is contained in:
2026-06-26 12:25:23 +00:00
parent 184506328b
commit 12b4443e24

7
kubernetes.dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM git.harryesses.com/harryesses/base:latest
USER coder
RUN brew install kubernetes-cli
RUN brew install helm
RUN brew install siderolabs/tap/sidero-tools
RUN brew install kubelogin
RUN brew install fluxcd/tap/flux