We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent244cf30 commita20154eCopy full SHA for a20154e
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.6 AS builder
2
3
RUN apk update && apk add curl
4
5
-RUN export ARCH=$([["$(uname -m)" =="aarch64" ]] && echo"arm64" || echo"${ARCH}") &&\
+RUN export ARCH=$([["$(uname -m)" =="aarch64" ]] && echo"arm64" || echo"amd64") &&\
6
curl -o kubectl1.16 -L https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/${ARCH}/kubectl &&\
7
curl -o kubectl1.15 -L https://storage.googleapis.com/kubernetes-release/release/v1.15.0/bin/linux/${ARCH}/kubectl &&\
8
curl -o kubectl1.14 -L https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/${ARCH}/kubectl &&\
service.yaml
@@ -1,2 +1,2 @@
1
-version:16.1.3
+version:16.1.4