zentol opened a new pull request #12172:
URL: https://github.com/apache/flink/pull/12172


   Migrates e2e tests relying on flink-container/docker to 
[flink-docker|https://github.com/apache/flink-docker].
   
   The changes mostly cover how the Docker image is built.
   We now first create a custom Dockerfile, by checking out 
`flink-docker/dev-master` and using the `add-custom.sh` script. This requires 
the distribution to be accessible from some URL, so we tar the locally built 
distribution and server it with a local python webserver.
   
   For job clusters, instead of backing in the job artifacts into the image we 
now use instead mount them into the `usrlib` directory, which is the new 
default approach.
   
   Some arguments had to be modified, since `flink-docker` closely follows the 
existing CLI scripts, which flink-container/docker did not.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to