Created by: jmini
This PR improve the way Docker-Tags are made. See the discussion in #364 (closed).
In addition to what we have now (latest
and tags for version), new tags for SNAPSHOT
version are introduced:
-
3.0.x
Tag: contains first3.0.2-SNAPSHOT
and after the3.0.2
release it contains3.0.3-SNAPSHOT
and so on. -
3.1.x
Tag: contains first3.1.0-SNAPSHOT
and after the3.1.0
release it contains3.1.1-SNAPSHOT
and so on. -
4.0.x
Tag: contains first4.0.0-SNAPSHOT
and after the4.0.0
release it contains4.0.1-SNAPSHOT
and so on.