-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
Add dependency to docker/swarmkit #23361
Conversation
| clone git github.com/docker/go-connections v0.2.0 | ||
| clone git github.com/docker/engine-api 772250a752e34cacaeef7c92b8e0ddf43450b629 | ||
| clone git github.com/docker/go-connections fa2850ff103453a9ad190da0df0af134f0314b3d | ||
| clone git github.com/docker/engine-api 6e7fae3cd9aa40e31cb5833d67a94ee8cff3054c git://github.com/vieux/engine-api.git |
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.
I assume this won't stay as vieux's repo?
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.
@ibuildthecloud it should be updated after docker/engine-api#265 is accepted and merged
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.
Thanks for asking though!
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.
@ibuildthecloud definitely, there is a PR in review for that in engine-api 👼
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.
damm @thaJeztah is quick 😹
|
This needs a rebase. |
|
If we get the engine-api change merged this one can be merged easily. Its just a bunch of vendored deps |
e86213b
to
ed7aeb3
Compare
|
In the making of this PR:
This branch is now updated with a squashed version of this work to avoid polluting master's history. |
|
LGTM 👍 |
|
LGTM |
1 similar comment
|
LGTM |
|
Ping @SvenDowideit: can you please help us with that? |
|
Nevermind we figured it out 😇 |
Add a dependency to `docker/swarmkit` in preparation for adding first-class Swarm-wide service management inside the Docker Engine as described in our ROADMAP.md. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> Signed-off-by: Victor Vieux <vieux@docker.com> Signed-off-by: Madhu Venugopal <madhu@docker.com>
As described in our ROADMAP.md, introduce new Swarm management API endpoints relying on swarmkit to deploy services. It currently vendors docker/engine-api changes. This PR is fully backward compatible (joining a Swarm is an optional feature of the Engine, and existing commands are not impacted). Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Victor Vieux <vieux@docker.com> Signed-off-by: Daniel Nephin <dnephin@docker.com> Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> Signed-off-by: Madhu Venugopal <madhu@docker.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Victor Vieux <vieux@docker.com>
Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com>
As described in our ROADMAP.md, introduce new Swarm management commands to call to the corresponding API endpoints. This PR is fully backward compatible (joining a Swarm is an optional feature of the Engine, and existing commands are not impacted). Signed-off-by: Daniel Nephin <dnephin@docker.com> Signed-off-by: Victor Vieux <vieux@docker.com> Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Charles Smith <charles.smith@docker.com>
|
LGTM |
1 similar comment
|
LGTM |
|
experimal timed out after all the tests 😇 |



Add a dependency to docker/swarmkit in preparation for adding first-class Swarm-wide service management inside the Docker Engine as described in our ROADMAP.md.