1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-10-13 03:18:57 +00:00

Update README info after #40

This commit is contained in:
João Marques 2021-07-05 07:56:12 +01:00 committed by Jairo Llopis
parent fae59cf3e8
commit b30e0097a4

View File

@ -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.