-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor: Add #12
vendor: Add #12
Conversation
Gopkg.toml
Outdated
|
||
[[constraint]] | ||
name = "github.com/docker/docker" | ||
version = "1.13.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this version is no longer maintained. I'd suggest syncing with the master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AkihiroSuda Thanks for your advice, I will update it.
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Addressed. PTAL |
Gopkg.toml
Outdated
|
||
[[constraint]] | ||
name = "github.com/docker/docker" | ||
branch = "master" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I guess you don't need to retain this constraint entry for the master branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (non-binding)
@gaocegege Thank you for great work! Each docker image is still using |
@YujiOshima Yeah, I think we could use multiple stage build to reuse the vendor to build binaries. |
@gaocegege Absolutely, It can reduce image size so much and accelerate images build. |
Signed-off-by: Ce Gao <[email protected]>
I opened an issue to keep track of the process #14 |
Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: YujiOshima The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: whalecold <[email protected]>
Close #5
Using dep to install all vendor dependencies.
/assign @YujiOshima