Pre-production and development releases
To test any pre-production or development release:
One-line install
The simplest way to test the latest development or pre-release version is to use one line installation method with the appropriate argument. More on that in the one-line install documentation.
Binaries and packages
Each GitHub repository (core, gateway, proxy, and client) has its pre-prelease versions available on the GitHub release page. This is where you can download binaries or packages with the pre-release, e.g.:

Docker images
Each Docker image for core, gateway and proxy has the following tags:
pre-release
– this tag is for the latest pre-production release - which also contains a version in form ofvX.Y.Z-alpha/beta/rcX
from themain
branchdev
– this tag is for the latest development release from thedev
branch.
Docker compose
Please change the Docker compose file to match the version or tags as stated above.
Last updated
Was this helpful?