From 0925bbcd38581cec5d02c4c62236cf8291ffd9aa Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Sat, 3 Feb 2024 10:59:15 -0800 Subject: [PATCH] Add gantry for automatically updating Docker services (#1115) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb4a75d..f39337f 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ Services to securely store your Docker images. - [dockcheck](https://github.com/mag37/dockcheck) - A script checking updates for docker images without pulling then auto-update selected/all containers. With notifications, pruning and more. - [Docker plugin for Jenkins](https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave. - [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. +- [Gantry](https://github.com/shizunge/gantry) - Automatically update selected Docker swarm services. - [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. - [GOCD-Docker](https://github.com/gocd/gocd-docker) :skull: - Go Server and Agent in docker containers to provision. - [Jaypore CI](https://github.com/theSage21/jaypore_ci) - Simple, very flexible, powerful CI / CD / automation system configured in Python. Offline and local first.