gocd/gocd-docker

Java 8 (runtime) compatibility

Closed this issue · 1 comments

Issue

Plugins that have been compiled using Java 8 byte code (52) as a target won't work with the official GoCD docker image.

Cause

  • The official GoCD Docker Image is based upon an image that still uses OpenJDK 7.
  • It is based upon Ubuntu 14.04 LTS release (which might also be a bit old).

Possible solution

  • Upgrade base Docker image to Ubuntu 16.04 LTS
  • Install OpenJDK 8
zabil commented

Refer
#69

Retaining Ubuntu 14.04 LTS