Skip to content

Commit

Permalink
Update README info after #40
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-p-marques authored and yajo committed Jul 7, 2021
1 parent fae59cf commit b30e009
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,13 @@ info, notice, warning, err, crit, alert and emerg.

## Image tags

Right now, the only supported tag in our container images is `:latest`.
Right now, the only supported tags in our container images are the ones following this
rules:

1. Each individual git released version will result in an image being tagged with the
correspondent `:{{version}}`
1. `:latest` will refer to the latest _released_ version in git.
1. `:edge` will be the version that is in the repo's master branch

Any other tag you find in our [Docker Hub image][dh-img] is deprecated.

Expand Down

0 comments on commit b30e009

Please sign in to comment.