mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
docs: Update tag information.
This commit is contained in:
parent
f63e2c405d
commit
29021e4048
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -58,11 +58,11 @@ This command truncates the known_hosts file and sets its permissions.
|
||||||
This command adds an entry to the known hosts file, and ensures its permissions are correct. It takes one argument, which is the new key to add.
|
This command adds an entry to the known hosts file, and ensures its permissions are correct. It takes one argument, which is the new key to add.
|
||||||
|
|
||||||
## Tags
|
## Tags
|
||||||
Most numeric tags are simple version numbers for the various scripts. However, there are some special tags.
|
Both the repository and Docker Hub images follow the [semantic versioning](https://semver.org/) standard.
|
||||||
staging: The latest build from the master branch.
|
Docker Hub image versions are prefixed with v, and contain the full version, version sub patch number and version sub minor and patch.
|
||||||
*-rc: release candidate builds, nearly ready but might contain small changes.
|
|
||||||
*-beta: beta builds, still need testing but shouldn't change too much.
|
For example, the repository tag 1.2.3, creates the Hub tags v1.2.3, v1.2 and v1, to allow for binding to a specific version, specific minor version or specific major version.
|
||||||
*-alpha: alpha builds, which are likely to change.
|
|
||||||
|
|
||||||
## Example gitlab-ci.yml
|
## Example gitlab-ci.yml
|
||||||
```yml
|
```yml
|
||||||
|
|
Loading…
Reference in a new issue