From 0e87cd473199e07cbfb4e67db4cb3df50e7744e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 19 Dec 2018 11:55:56 +0200 Subject: [PATCH] readme: 4.8 tag is also present for ones that prefer not to have unexpected version update (but patches are ok), prefer `X.Y` docker tag over `latest`. improve wording as technically there is no 4.8 branch yet --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70fcf9fa..b56b08f5 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ The official MySQL and MariaDB use following environment variables to define the You can use following tags on Docker hub: * `latest` - latest stable release -* `4.6` - latest stable release from the 4.6 branch -* `4.7` - latest stable release from the 4.7 branch +* `4.6` - latest stable release for the 4.6 version +* `4.7` - latest stable release for the 4.7 version +* `4.8` - latest stable release for the 4.8 version * `edge` - bleeding edge docker image (contains stable phpMyAdmin, but the Docker image changes might not yet be fully tested) * `edge-4.7` - bleeding edge docker image + latest snapshots from 4.7 branch * `edge-4.8` - bleeding edge docker image + latest snapshots from 4.8 branch (currently master)