Sign inSign up

cooolin/pyflink

By cooolin

Updated over 4 years ago

Image
0

67

cooolin/pyflink repository overview

Image of PyFlink 1.14.4.

Based on flink:1.14.4-scala_2.12-java11, also include Python 3.6 and pypi apache-flink 1.14.4.

Usages

Use bash enter the environment:

docker run --rm -it \
    --entrypoint bash \
    pyflink:1.14.4-scala_2.12-java11-python3.6

For ARM architecture (eg. Mac M1/M1X), use --platform linux/amd64:

docker run --rm -it \
    --platform linux/amd64 \
    --entrypoint bash \
    pyflink:1.14.4-scala_2.12-java11-python3.6

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

over 4 years ago

docker pull cooolin/pyflink:1.14.4-scala_2.12-java11-python3.6