Skip to content

Commit 7531504

Browse files
committed
chore(deps): switch to go modules
1 parent 7790503 commit 7531504

13 files changed

+327
-1113
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ ENV GOPATH /go
66
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
77

88
WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
9-
COPY . .
9+
COPY Makefile Makefile
10+
COPY .git .git
11+
COPY OLM_VERSION OLM_VERSION
12+
COPY pkg pkg
13+
COPY vendor vendor
14+
COPY cmd cmd
15+
COPY test test
1016
RUN make build
1117

1218

0 commit comments

Comments
 (0)