problem with latest docker image
Created by: denouche
Hi!
I just wanted to update my docker image today, based on https://hub.docker.com/r/gitlab/gitlab-ce/tags/
And as the docker tags page show, the latest tag should be the same that the 8.3.7-ce.0. But after the docker pull, I realized that the lastest tag does not refer to the latest stable version, but to the latest RC version.
Take a look:
$ docker images | grep gitlab
gitlab/gitlab-ce 8.7.0-rc3.ce.0 799d23f44dc3 23 hours ago 1.077 GB
gitlab/gitlab-ce latest 799d23f44dc3 23 hours ago 1.077 GB
gitlab/gitlab-ce rc 799d23f44dc3 23 hours ago 1.077 GB
gitlab/gitlab-ce 8.3.7-ce.0 2b5e468453e4 34 hours ago 1.336 GB
Is it normal ? Thanks