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.
 
 
Valentin Lab 995af651a4 fix: [gogocarto] allow to follow redirection when downloading release 3 years ago
..
hooks fix: dev: [rocketchat,mongo] do not use ``$PROJECT_NAME`` in mongo database url. 4 years ago
README.org chg: doc: [rocketchat] update doc to use =docker-tags-fetch= 3 years ago
metadata.yml chg: [rocketchat] update to 3.12.0 3 years ago

README.org

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.