kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Move to a newer JDK level in Dockerfile #225

Closed plainchanter closed 4 years ago

plainchanter commented 4 years ago

Feature description

The kabanero-landing Dockerfile currently calls out the following JDK:

https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09_openj9-0.17.0/OpenJDK8U-jdk_x64_linux_openj9_8u232b09_openj9-0.17.0.tar.gz

Moving up to jdk8u242-b08_openj9-0.18.1 or later would allow kabanero-landing to be build for Power (ppc64le) and z (s390x) as well as Intel (x64).

Feature design or visual mockup

No externals. This is primarily a request for validation at the new level, followed by a Dockerfile change.

Additional context

Later multiarchitecture work will provide for substituting the architecture into the JDK file name.