##// END OF EJS Templates
chore(version): bumped version to 5.12.0
chore(version): bumped version to 5.12.0

File last commit:

r280:bae06fe2
r485:2678d964
Show More
set-specific-install-version.rst
28 lines | 844 B | text/x-rst | RstLexer
/ docs / source / configuration / set-specific-install-version.rst

Set Specific Install Version

By default rcstack uses a defined version stored under :file:`.custom/.runtime.env`

Check current version by running this command:

./rcstack cli image-info --verbose
Image stored version: 4.28.0
Image from runtime: beta
runtime-file=/home/rhodecode-docker/.custom/.runtime.env
RC_VERSION=beta

When self-update is executed the downloaded stored version gets updated. In case a downgrade, or specific version installation is required you can manually set a update version.

./rcstack cli set-runtime-image 5.1.0

This will set the runtime version to 5.1.0. Other options can be used that corresponds to the docker release tags. e.g beta or edge to always run on the latest images