Files
Image-Deploy-Arm64/Dockerfile
Sciocatti 3d5b4a7008
Some checks failed
Home Cluster Builds/Image-Deploy-Arm64/pipeline/head There was a failure building this commit
Initial Commit.
2023-01-11 23:40:09 +02:00

6 lines
163 B
Docker

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