Docker image to be used as a Watchtower HTTP API client in GitLabCI #608
Unanswered
victorcmoura
asked this question in
Show and tell
Replies: 1 comment
-
This is actually really really usable. Good job! 🎉 |
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
-
Greetings, everyone!
Lately, I've been using the HTTP API mode in one of my running instances and I thought a single CI job with a
curl
call wasn't elegant enough. That's why, inspired by cdrx/rancher-gitlab-deploy, I created victorcmoura/watchtower-gitlab-deploy to enable cleaner pipelines in GitLabCI.Currently, the only feature is the single
v1/update
endpoint, and can be easily configured in a.gitlab-ci.yml
job:By setting a few env variables, the job is able to connect to the instance, authenticate and trigger an update.
It's still an initial idea and any suggestions will be appreciated =)
Beta Was this translation helpful? Give feedback.
All reactions