Skip to content

Commit

Permalink
Version versioning section
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Aug 6, 2021
1 parent d93670b commit fc227a7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,13 @@ GitHub tags of this repository.

The table below describes the image tags available.

| Tag name | Moving | Description |
|---|---|---|
| `latest` | Yes | Latest stable release |
| `edge` | Yes | Lastest commit made to the default branch |
| `<major>` | Yes | Latest stable release for the getdns major version `<major>` |
| `<major>.<minor>` | Yes | Latest stable release for the getdns version `<major>.<minor>` |
| `<major>.<minor>.<patch>` | Yes | Latest stable release for the getdns version `<major>.<minor>.<patch>` |
| `<major>.<minor>.<patch>-<sha>` | No | Same as above but with the reference to the git commit |
| Tag name | Moving | Description
|---------------------------------|--------|------------
| `latest` | Yes | Latest stable release.
| `edge` | Yes | Latest commit made to the default branch.
| `edge-<sha>` | No | Same as above with the reference to the git commit.
| `<major>.<minor>.<patch>` | Yes | Stable release.
| `<major>.<minor>.<patch>-<sha>` | No | Same as above with the reference to the git commit.

> Note: You should avoid using a moving tag like `latest` when deploying
containers in production, because this makes it hard to track which version of
Expand Down

0 comments on commit fc227a7

Please sign in to comment.