Bootstrap Commit.
All checks were successful
Home Cluster Builds/Image-Deploy-Amd64/pipeline/head This commit looks good

This commit is contained in:
2023-01-12 00:05:18 +02:00
parent e7f83ab039
commit 22cd7719d8
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/amd64/kubectl"
RUN chmod u+x ./kubectl