ploigos / ploigos-containers

Container image definitions for the Ploigos project.
GNU General Public License v3.0
6 stars 14 forks source link

ploigos-tool-java-11 init add #83

Closed itewk closed 3 years ago

itewk commented 3 years ago

purpose

tl;dr - make java 11 the default for anything using java.

details

is it breaking?

in theory no. none of the ref pipelines reference the ploigos-tool-java-8 image directly, and the names for the images that are referenced arn't chaning. the only 'risk' is that now the default java version for the ploigos-tool-maven will be java8 rather then java11. but the java nerds tell me, "that should only break really bad apps"...sooo....hold my beer.

why java 8 and java 11?

cuz it doesn't really cost us any overhead to have it, we already had the automation in place in our build pipeline to be able to support this sort of matrix of things and I'd rather have the images and not need them then run into some app that needs them and not have them for such little cost over head. default will remain "whatever the latest GA/long term support UBI available java version is" which is currently 11, whenever 17 or whatever GAs, we will add that and make it the "default".

itewk commented 3 years ago

ping