You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
Just writing down what I asked myself this morning: what is the best way to update running docker images?
watchtower - it uses polling, so either we ask it to poll docker-hub every minute and trigger docker-hub's DOS protection (like I did), or we wait for 1h for it to update. Well, byzcoin updates once a week, so that's probably OK. But for short update cycles it doesn't shine
ssh prod bash -c "docker-compose down; docker-compose pull; docker-compose up -d" in a github-workflow - well, it works, but still feels bad. You have to create an ssh-keypair (or take your personal one ;) and install the public one in github
Automatically updates theses on new docker image (watchtower?)
The participants are
The text was updated successfully, but these errors were encountered: