Skip to content

Images tags and versions #1589

Answered by lmakarov
nicoschi asked this question in Q&A
Nov 2, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The general tagging pattern for all Docksal images is the following:

<image-repo>:<software-version>[-<image-stability-tag>][-<flavor>]

See https://docs.docksal.io/stack/images-versions#understanding-versions

The following image tags (using docksal/cli as an example) would point to the same image:

docksal/cli:php8.0-3.0
docksal/cli:php8.0-3
docksal/cli:php8.0

We do not tag hotfix releases, so a minor version tag (e.g., docksal/cli:php8.0-3.0) will move if there was a hotfix release (e.g., v3.0.1).

Note: with docksal/cli v3 we aligned the image tagging pattern with other Docksal images.
docksal/cli v2 images used to follow a slightly different pattern (v2.13 is the latest version in the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nicoschi
Comment options

Answer selected by lmakarov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1588 on November 02, 2021 19:00.