Initial Commit.
Some checks failed
Home Cluster Builds/Image-Deploy-Arm64/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-11 23:40:09 +02:00
parent 3c72161a18
commit 3d5b4a7008
4 changed files with 8 additions and 31 deletions

View File

@@ -1 +1,5 @@
FROM nginx:latest
FROM nginx:latest
WORKDIR /utils
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.24.3/bin/linux/arm64/kubectl"
RUN chmod u+x ./kubectl