Versions
This page shows how the Docker images tags are versioned.
How the versions are structured
All of the images are tagged according to Semver except for the latest
and dev
images.
latest
: Always the latest releasedev
: Latest in progress version (Used only for testing)vX
: Latest Major versionvX.X
: Latest Minor versionvX.X.X
: Specific Version