GitLab CI templates have old/hardcoded Docker images

Noticed initially in Packer.gitlab-ci.yml that the Docker image to be used was 1.0.4. As this version was released in August 2017, it is antiquated as a default version.

I have created a merge request for Packer to use "latest" by default but others there are other templates hardcoded including:

  • Android.gitlab-ci.yml:image: openjdk:8-jdk
  • Clojure.gitlab-ci.yml:image: clojure:lein-2.7.0
  • Grails.gitlab-ci.yml:image: java:8
  • PHP.gitlab-ci.yml:image: php:7.1.1
  • Ruby.gitlab-ci.yml:image: “ruby:2.5”
  • Scala.gitlab-ci.yml:image: java:8
Edited Jan 04, 2019 by Kelly Hair
Assignee Loading
Time tracking Loading