CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Respin x.0.y latest for 11-16 for sbt and alias fix [release] #105

Closed FelicianoTech closed 3 years ago

FelicianoTech commented 3 years ago

This PR serves two purposes.

  1. We need to fix the alias tags so that they point to the latest OpenJDK patch releases again.
  2. Brings in SBT to the latest release for each major version, starting at v11, as a migration path fix for users coming from legacy images. v8 isn't being updated here because a) it doesn't have the alias issue and b) there will be a new release right after this PR is merged.

Fixes #104.