Re: Flink docker 1.11.3 actually runs 1.11.2

2021-04-14 Thread Chesnay Schepler
Works properly for me. I think your suspicion about the .env is correct; it is probably not considered when checking whether something has changed, so docker juse re-uses the previous image. On 4/13/2021 9:51 PM, Flavio Pompermaier wrote: Hi Chesnay, my tests were done using docker-compose (wi

Re: Flink docker 1.11.3 actually runs 1.11.2

2021-04-13 Thread Flavio Pompermaier
Hi Chesnay, my tests were done using docker-compose (with the command 'docker-compose up --build -d flink-jobmanager flink-taskmanager'). These are the necessary files (./flink/db-libs/* contains the jdbc libraries I use while /opt/flink/data is used as a volume to share files with other dockers):

Re: Flink docker 1.11.3 actually runs 1.11.2

2021-04-13 Thread Chesnay Schepler
Please provide steps to reproduce the issue. I can't see anything wrong in the dockerfiles (they reference the correct release url), and the referenced release correctly identifies itself as 1.11.3 . I also started a container with the image, started a jobmanager, and the logs show 1.11.3 like

Flink docker 1.11.3 actually runs 1.11.2

2021-04-13 Thread Flavio Pompermaier
Hi to all, I've just build a docker that use the image flink:1.11.3-scala_2.12-java11 but the web UI (and logs too) display Flink 1.11.2 (Commit: fe36135). Was there an error with the release? Best, Flavio