Page MenuHomePhabricator

Flink page_view: Create docker build
Closed, ResolvedPublic

Description

The new Flink application for webrequest.page_view is the first Java pipeline we create in mediawiki-event-enrichment and it needs a process to build the jar file and the docker image. This process has to run automatically in the CI/CD, and it will require to run on a Trusted runner to push the image to the registry.

We can consider using the same image as the PyFlink or a new image, but in any case, the .jar file needs to be generated properly and added into the image.

Task is done if:

  • A docker image is published in our docker-registry that can run the PageView pipeline.