-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from kvaps/curl
Update linstor images
- Loading branch information
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,11 @@ RUN apt-get update \ | |
|
||
RUN git clone https://github.com/libopenstorage/stork /go/src/github.com/libopenstorage/stork \ | ||
&& cd /go/src/github.com/libopenstorage/stork \ | ||
&& git reset --hard v2.6.1 | ||
# && rm -f Gopkg.lock Gopkg.toml \ | ||
# && go mod init | ||
&& git reset --hard v2.6.2 | ||
|
||
RUN GO111MODULE=on go get -u -d github.com/libopenstorage/[email protected].1 | ||
RUN GO111MODULE=on go get -u -d github.com/libopenstorage/[email protected].2 | ||
WORKDIR /go/src/github.com/libopenstorage/stork | ||
|
||
#RUN cd cmd/stork \ | ||
# && go get -d -u | ||
#RUN cd cmd/storkctl \ | ||
# && go get -d -u | ||
|
||
RUN make vendor | ||
|
||
RUN make stork storkctl \ | ||
|