fhueske opened a new pull request #2: Add config and code to build Docker image for operations playground URL: https://github.com/apache/flink-playgrounds/pull/2 This PR builds on #1 by @knaufk and adds the Java code and Docker configuration files to build a custom Docker image for the operations playground. Right now, we expect users to build the image themselves by running `docker-compose build` once. Later we plan to integrate with Apache's infrastructure to automatically build and publish Docker images to Docker Hub. The PR is based on Flink 1.8.1 because it assumes an existing Flink Docker base image (https://hub.docker.com/_/flink). The code of the example job was copied from the [Flink main repository](https://github.com/apache/flink/tree/master/flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount) and adapted to Flink 1.8.
---------------------------------------------------------------- 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] With regards, Apache Git Services
