-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 0.33, EFS fix, remove vendor
- Loading branch information
Showing
14 changed files
with
11 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ docker-volume-netshare.iml | |
tests/ | ||
build/ | ||
.goxc.local.json | ||
Dockerfile.release |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
FROM golang:1.5 | ||
FROM golang:1.6 | ||
|
||
## dkv-netshare is BASE image used by CIFS, NFS tafs | ||
## | ||
|
||
COPY . /go/src/app | ||
WORKDIR /go/src/app | ||
RUN go-wrapper download && go-wrapper install && go build -o docker-volume-netshare && cp docker-volume-netshare /bin | ||
RUN mkdir -p /go/src/github.com/ContainX/docker-volume-netshare | ||
COPY . /go/src/github.com/ContainX/docker-volume-netshare | ||
WORKDIR /go/src/github.com/ContainX/docker-volume-netshare | ||
#RUN go-wrapper download && go-wrapper install && go build -o docker-volume-netshare && cp docker-volume-netshare /bin |
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
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
Submodule go-connections
deleted from
988efe
Submodule go-plugins-helpers
deleted from
8a0198
Submodule net
deleted from
c33d37