vendor: Add vendored docker modules with out of tree fix
The docker project absurdly *copies* all of the dependencies into the vendor/ directory instead of using git submodules or avoiding unnecessary vendoring entirely. We manually remove these changes until they learn to use tools how they're intended. As an aside, we recommend using a more intelligent, modern tool like systemd-nspawn instead.
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -22,3 +22,12 @@
|
||||
[submodule "vendor/github.com/ugorji/go"]
|
||||
path = vendor/github.com/ugorji/go
|
||||
url = https://github.com/ugorji/go
|
||||
[submodule "vendor/github.com/purpleidea/docker"]
|
||||
path = vendor/github.com/docker/docker
|
||||
url = https://github.com/purpleidea/docker
|
||||
[submodule "vendor/github.com/purpleidea/distribution"]
|
||||
path = vendor/github.com/docker/distribution
|
||||
url = https://github.com/purpleidea/distribution
|
||||
[submodule "vendor/github.com/purpleidea/go-connections"]
|
||||
path = vendor/github.com/docker/go-connections
|
||||
url = https://github.com/docker/go-connections
|
||||
|
||||
Reference in New Issue
Block a user