Re: [NOTICE] Switch docker image base to Eclipse Temurin

2022-09-08 Thread Chesnay Schepler
At first glance this might happen when an older docker version is used: https://github.com/adoptium/temurin-build/issues/2974 You may need to upgrade to Docker 20.10.5+. On 08/09/2022 12:33, Sigalit Eliazov wrote: Hi all, We pulled the new image and we are facing an issue to start the job ma

Re: [NOTICE] Switch docker image base to Eclipse Temurin

2022-09-08 Thread Sigalit Eliazov
Hi all, We pulled the new image and we are facing an issue to start the job manager pod. we are using version 1.14.5-java11 and the cluster is started using flink operator the error is [ERROR] Could not get JVM parameters and dynamic configurations properly. [ERROR] Raw output from BashJavaUtil

Re: [NOTICE] Switch docker image base to Eclipse Temurin

2022-09-05 Thread Chesnay Schepler
* September 7th On 05/09/2022 11:27, Chesnay Schepler wrote: On Wednesday, September 9th, the Flink 1.14.5/1.15.2 Docker images will switch bases FROM openjdk:8/11-jar (Debian-based) TO eclipse-temurin:8/11-jre-jammy (Ubuntu-based) due to the deprecation of the OpenJDK images. Users that cus

[NOTICE] Switch docker image base to Eclipse Temurin

2022-09-05 Thread Chesnay Schepler
On Wednesday, September 9th, the Flink 1.14.5/1.15.2 Docker images will switch bases FROM openjdk:8/11-jar (Debian-based) TO eclipse-temurin:8/11-jre-jammy (Ubuntu-based) due to the deprecation of the OpenJDK images. Users that customized the images are advised to check for breaking changes.