forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
905 B
905 B
Rocket.Chat
Updating the charm to a new version
We are using official image. Latest tags usually. You can double-check available candidate for official images like this:
docker search rocket.chat
So we usually pull and test images like this :
docker pull rocket.chat:X.Y.Z
This worked on 3.6.3, but changed before 3.8.0 to:
docker pull rocketchat/rocket.chat:X.Y.Z
from: https://hub.docker.com/r/rocketchat/rocket.chat
Get the available tags:
docker-tags-fetch rocket.chat -l 15 -f "^[0-9]+\.[0-9]+\.[0-9]+" | sort -V
Rocket.chat has a powerfull and working update database that will take care of migrating database on startup.