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
|
||||
|
||||
1
vendor/github.com/docker/distribution
generated
vendored
Submodule
1
vendor/github.com/docker/distribution
generated
vendored
Submodule
Submodule vendor/github.com/docker/distribution added at 05e9759077
1
vendor/github.com/docker/docker
generated
vendored
Submodule
1
vendor/github.com/docker/docker
generated
vendored
Submodule
Submodule vendor/github.com/docker/docker added at 445197336e
1
vendor/github.com/docker/go-connections
generated
vendored
Submodule
1
vendor/github.com/docker/go-connections
generated
vendored
Submodule
Submodule vendor/github.com/docker/go-connections added at 97c2040d34
Reference in New Issue
Block a user