Skip to content
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

Support global-job and replicated-job modes in Docker Swarm #3016

Merged
merged 3 commits into from Aug 11, 2022

Conversation

kinday
Copy link
Contributor

@kinday kinday commented Jul 28, 2022

Fixes: #2829

Docker Engine 20.10.0 introduced support for Swarm jobs via replicated-job and global-job service modes.

This PR adds support for these service modes.

Signed-off-by: Leonard Kinday <leonard@kinday.ru>
Fixes: docker#2829
Signed-off-by: Leonard Kinday <leonard@kinday.ru>
Signed-off-by: Leonard Kinday <leonard@kinday.ru>
@kinday kinday marked this pull request as ready for review August 11, 2022 10:19
Copy link
Member

@milas milas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! 🥳

@milas milas merged commit 6640243 into docker:main Aug 11, 2022
@milas milas self-assigned this Aug 11, 2022
@milas milas added this to the 6.0.0 milestone Aug 11, 2022
@kinday kinday deleted the 2829-swarm-jobs branch August 12, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for one-off jobs in Docker Swarm
2 participants