File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# TODO! Find a real ubi8 image for golang 1.16
3
3
FROM quay.io/app-sre/boilerplate:image-v2.1.0 as builder
4
4
5
- RUN go get -u github.com/onsi/ginkgo/ginkgo && \
6
- go get -u github.com/onsi/ginkgo/v2/ginkgo
7
- RUN go get github.com/onsi/gomega/...
8
-
9
5
WORKDIR /go/src/github.com/openshift/oadp-operator
10
6
11
7
COPY ./ .
12
8
9
+ RUN go get -d -u github.com/onsi/ginkgo/ginkgo && \
10
+ go get -d -u github.com/onsi/ginkgo/v2/ginkgo && \
11
+ go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@latest
12
+ RUN go get github.com/onsi/gomega/...
13
13
RUN chmod -R 777 ./
14
- RUN go mod download
14
+ RUN go mod download
You can’t perform that action at this time.
0 commit comments