File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
steps :
16
- - name : " gcr.io/kubebuilder/thirdparty-${_GOOS}:1.13.1 "
16
+ - name : " gcr.io/kubebuilder/thirdparty-${_GOOS}:1.13.5 "
17
17
args : ["cp", "/kubebuilder_${_GOOS}_${_GOARCH}.tar.gz", "/workspace/kubebuilder-${TAG_NAME}-${_GOOS}-${_GOARCH}.tar.gz"]
18
18
env :
19
19
- ' GOOS=${_GOOS}'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN go get github.com/jteeuwen/go-bindata/go-bindata
26
26
ENV CGO 0
27
27
ENV DEST /usr/local/kubebuilder/bin/
28
28
RUN mkdir -p $DEST || echo ""
29
- RUN git clone https://github.com/kubernetes/kubernetes $GOPATH/src/k8s.io/kubernetes --depth=1 -b v1.13.1
29
+ RUN git clone https://github.com/kubernetes/kubernetes $GOPATH/src/k8s.io/kubernetes --depth=1 -b v1.13.5
30
30
WORKDIR /go/src/k8s.io/kubernetes
31
31
32
32
# Build for linux first otherwise it won't work for darwin - :(
@@ -36,7 +36,7 @@ ENV KUBE_BUILD_PLATFORMS darwin/amd64
36
36
RUN make WHAT=cmd/kube-apiserver
37
37
RUN cp _output/local/bin/$KUBE_BUILD_PLATFORMS/kube-apiserver $DEST
38
38
39
- RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.1 /bin/darwin/amd64/kubectl
39
+ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.5 /bin/darwin/amd64/kubectl
40
40
RUN chmod +x kubectl
41
41
RUN cp kubectl $DEST
42
42
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ ENV CGO 0
26
26
ENV DEST /usr/local/kubebuilder/bin/
27
27
RUN mkdir -p $DEST || echo ""
28
28
29
- RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.1 /bin/linux/amd64/kubectl
29
+ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.5 /bin/linux/amd64/kubectl
30
30
RUN chmod +x kubectl
31
31
RUN cp kubectl $DEST
32
32
33
- RUN curl -LO https://dl.k8s.io/v1.13.1 /kubernetes-server-linux-amd64.tar.gz
33
+ RUN curl -LO https://dl.k8s.io/v1.13.5 /kubernetes-server-linux-amd64.tar.gz
34
34
RUN tar xzf kubernetes-server-linux-amd64.tar.gz
35
35
RUN cp kubernetes/server/bin/kube-apiserver $DEST
36
36
You can’t perform that action at this time.
0 commit comments