Proper way to handle upgrades with Docker
nicolasiscoding
PROOP

a year ago

Hi everyone, if i have an image I deployed from a template, but want to peg it to a specific version tag, do I just edit the source and peg it to a tag? What happens when I go to upgrade versions? Do I just edit the tag?

5 Replies

nicolasiscoding
PROOP

a year ago

d4b2fb61-eaf5-48ed-ab66-89709a9094a8


nicolasiscoding
PROOP

a year ago

we're considering migrating from our IdP to a self-hosted one and want to use railway's best practices for this stuff. I don't want to nuke our front door and get tickets from clients saying they can't log in 🙂


a year ago

Yep! you are exactly right, edit the image and append your tag - :

Then when you publish a new image you edit the tag again and we will deploy the new tag.

Or if you want to automate the above step, you can use this code -


nicolasiscoding
PROOP

a year ago

Ty Brody!


a year ago

No problem, let me know if you have anymore questions!


Welcome!

Sign in to your Railway account to join the conversation.

Loading...