Set Specific Install Version#

By default rcstack uses a defined version stored under .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