Ensure docker/gitlab/Dockerfile uses the same versions as main gitlab repo
Currently, docker/gitlab/Dockerfile is out of date with the main gitlab image. We should find a way to make sure the image version stays up to date with the main gitlab one.
Implementation idea:
- Get image tag from upstream build and attach to variables sent to pipeline
- Modify gitlab-com-database-testing to use this image, pulling from env var, update Dockerfile to reflect changes
Deliverables
-
docker/gitlab/Dockerfile is updated to lastest -
We have a solution to ensure we update it again
Edited by Jon Jenkins