This repository was archived by the owner on Jun 26, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ WORKDIR /tmp
28
28
RUN mkdir -p $GOPATH/bin
29
29
RUN mkdir -p /tmp/goroot
30
30
31
- RUN curl -Lo go1.12.6 .linux-amd64.tar.gz https://dl.google.com/go/go1.12.6 .linux-amd64.tar.gz && tar -C /tmp/goroot -xzf go1.12.6 .linux-amd64.tar.gz
32
- RUN curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.14.3 /bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl $GOPATH/bin/
31
+ RUN curl -Lo go1.13.1 .linux-amd64.tar.gz https://dl.google.com/go/go1.13.1 .linux-amd64.tar.gz && tar -C /tmp/goroot -xzf go1.13.1 .linux-amd64.tar.gz
32
+ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt` /bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl $GOPATH/bin/
33
33
34
- RUN curl -Lo operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v0.8.1 /operator-sdk-v0.8.1 -x86_64-linux-gnu && chmod +x operator-sdk && mv operator-sdk $GOPATH/bin/
34
+ RUN curl -Lo operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v0.10.0 /operator-sdk-v0.10.0 -x86_64-linux-gnu && chmod +x operator-sdk && mv operator-sdk $GOPATH/bin/
35
35
36
36
RUN mkdir -p ${GOPATH}/src/${GO_PACKAGE_PATH}/
37
37
You can’t perform that action at this time.
0 commit comments