Replies: 2 comments
-
|
Have you seen the option "Service webhook" on a Service? With a cron job or the new tasks that could already help with the first requirement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
hi @Duvel
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of us us Ouroboros to specifically deploy and update Swarm services. It is a boon to integrate with CI/CD frameworks.
Here's relevant discussion from ouroboros github issues - https://github.com/pyouroboros/ouroboros/issues/178
https://www.reddit.com/r/devops/comments/aizz0a/ouroboros_a_pythonbased_successor_to_watchtower/
I propose two ways of deployment - one is a continuous update every few minutes to the latest image available in the registry.
It would also be great if Portainer exposes a secure url for callbacks so that we can trigger specific updates. This url will receive very less information - for example 1) service/stack/task to update and image tag to pull for the update. The registry url, etc are hardcoded, so there's not a lot of security issues here.
Beta Was this translation helpful? Give feedback.
All reactions