New docker image versioning, new repository ghcr.io #260
lukaszbudnik
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of
v2021.0.3
version, there are 3 important changes made to docker image management.{major}.{minor}.{patch}
tag, the following additional tags are automatically created{major}.{minor}
and{major}
.latest
tag. Instead, there is a newedge
tag pushed.As an example, publishing the
v2021.0.3
release on GitHub resulted in creating the following 4 docker images:2021.0.3
,2021.0
,2021
, andlatest
. Version2021.0
will contain all versions matching2021.0.X
, version2021
will contain all versions matching2021.X.X
.latest
will always point to the latest version.Beta Was this translation helpful? Give feedback.
All reactions