Updates
How to update Celantur Container to the latest or a specific version.
Updating Celantur Container
By using the celantur.sh script and a time-limited password (provided by Celantur via email), download the latest image from the Celantur Container Registry.
Steps to update Celantur Container:
Receive a password from Celantur. It expires after 12 hours.
Assign the password to a variable:
export PASSWD=eyJ...4fQ==
Use the celantur.sh script with
bash celantur.sh --update
to download the latest release.Optional: Set
export VERSION=...
for a specific version. Default islatest
. You can find version numbers in the Release Notes.
Last updated