Skip to content

Commit

Permalink
backplane-cli requires go 1.17+ due to kubernetes-sigs/controller-too…
Browse files Browse the repository at this point in the history
…ls#643

Signed-off-by: Michael Shen <mshen@redhat.com>
  • Loading branch information
mjlshen committed Jun 28, 2022
1 parent 4150fda commit 854c3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dist/

# IDE configuration directories
.vscode
.idea
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN yum install --assumeyes \
git

# install our own go version
ARG GO_VERSION=1.16.7
ARG GO_VERSION=1.17.11

ENV GOOS=linux GO111MODULE=on GOPROXY=https://proxy.golang.org GOPRIVATE=gitlab.cee.redhat.com
ENV GOBIN=/gobin GOPATH=/usr/src/go CGO_ENABLED=0
Expand Down Expand Up @@ -109,4 +109,4 @@ ENV HOME="/home"
RUN chmod a+w -R ${HOME}
WORKDIR ${HOME}

ENTRYPOINT ["/bin/bash"]
ENTRYPOINT ["/bin/bash"]
2 changes: 1 addition & 1 deletion make.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.4-209

# install our own go version
ARG GO_VERSION=1.17.9
ARG GO_VERSION=1.17.11

ENV GOOS=linux GO111MODULE=on GOPROXY=https://proxy.golang.org GOPRIVATE=gitlab.cee.redhat.com
ENV GOBIN=/gobin GOPATH=/usr/src/go CGO_ENABLED=0
Expand Down

0 comments on commit 854c3c9

Please sign in to comment.