You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have vendor libnetwork to take advantages of libnetwork's ability on network management. While I am afraid that currently we met several serious issues ever which are not so easy to handle, so we did some tricky work to handle this:
In fact, I encountered some problems with pouch and govendor, for example:
Some packages are dependencies of pouch not in vendor.json.
Some packages are not direct dependencies of pouch currently in vendor.json.
Why does so many different packages using a same revision 2b8ed96d2a422bf205adcdfa05272dc12c81613b? This is a commit hash in containerd.
In the meantime, dep is good at resolving dependencies and migrating from other tools, but it seems pouch want to depend on two versions of cri runtime, this can not be done by dep itself, by design. so I asked about this in #1359.
Anyway, despite of these problems, I managed get libnetwork with govendor working now.
Ⅰ. Issue Description
We have vendor libnetwork to take advantages of libnetwork's ability on network management. While I am afraid that currently we met several serious issues ever which are not so easy to handle, so we did some tricky work to handle this:
extra
(https://github.com/alibaba/pouch/tree/master/extra/libnetwork);I think we should take more things into consideration whether to use latest or stable version of libnetwork to bring more convenience.
ping @rudyfly
The text was updated successfully, but these errors were encountered: