Table of Contents |
---|
...
What do we Need stanardardized Docker format
As Docker Snapshot is a cumulative repository, given a version, a keyword and the name of an image, the need is a systematic method to sort chronologically images based on Nexus version field.
This will help to community in providing an automated deployment using tag sets on a standard format.
Proposal
The proposed docker tag format to align across all the teams is the following:
x.y.z-KEYWORD-yyymmddThhmmssZ |
---|
X.Y.Z follows the Semantic Versionning
KEYWORD: SNAPSHOT or STAGING
Example
1.1.2-20181231T234559Z |
---|
See similar examples of the current tag structure by browsing the links below. Unfortunaltly there is no consistency among projects. Note these examples have additional keyword (such as SNAPSHOT) that are currently not deemed necessary.
...