8db570e797daad12a8f2c6691fef884ac3d9d324
We already vendor distribution under ./vendor, but because the GOPATH is /go:/go/src/github.com/.../vendor Go will always compile the source code at /go not in ./vendor. Apart from the fact that it is very inconvenient during development, it was also a time-bomb: someone vendors a fix from upstream distribution, but forgets to update REGISTRY_COMMIT in the Dockerfile, and the binary doesn't get the fix. Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 2b0b0c4b97596314b4b1d3960158cc4bcad4067b Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%