mirror of
https://github.com/docker/docs.git
synced 2026-04-03 17:59:01 +07:00
Update version-format for nightly builds
The version-format slightly changed, but the change got merged just after this document was published. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -56,10 +56,15 @@ channel also receives patch releases when they become available.
|
||||
### Nightly builds
|
||||
|
||||
Nightly builds are created once per day from the master branch. The version
|
||||
number for nightly builds take the format `0.YYYYmmdd.HHMMSS`,
|
||||
for example `0.20181231.093045`. These builds allow for testing from the
|
||||
latest code on the master branch. No qualifications or guarantees are made
|
||||
for the nightly builds.
|
||||
number for nightly builds take the format:
|
||||
|
||||
0.0.0-YYYYmmddHHMMSS-abcdefabcdef
|
||||
|
||||
where the time is the commit time in UTC and the final suffix is the prefix
|
||||
of the commit hash, for example `0.0.0-20180720214833-f61e0f7`.
|
||||
|
||||
These builds allow for testing from the latest code on the master branch. No
|
||||
qualifications or guarantees are made for the nightly builds.
|
||||
|
||||
The release channel for these builds is called `nightly`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user