Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Docker versions

Manu Garg edited this page Jan 8, 2021 · 1 revision

To provide stability, but to given an option to test the newest changes at the same time, we build and push the following docker images:

Tag Built from
master HEAD of the master branch, re-pushed after every commit to the master branch.
latest Latest tagged release, re-pushed only after a new release.
v<version>, e.g. v0.11.1 Points to a specific release.

We recommend that production systems use the latest tag. It's ideal if non-production systems use the master tag so that you can verify that the latest docker image works for you before it is marked as latest and production systems start using it.

Clone this wiki locally