This is an automated email from the ASF dual-hosted git repository.

novatechflow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/wayang.git

commit 6b86d0df9bca81f2a3ed540ed2372e5474616c8d
Merge: 7650e79d4 4f052d674
Author: Alexander Alten <[email protected]>
AuthorDate: Mon Jul 20 11:54:34 2026 +0200

    Merge pull request #767 from novatechflow/docker-build
    
    [TBD] - Implement Docker support with image creation and configuration 
updates

 .dockerignore                                      |  36 +++++++
 .github/workflows/docker.yml                       |  76 +++++++++++++
 Dockerfile                                         |  45 ++++++++
 bin/wayang-submit                                  | 120 ++++++++++++---------
 python/Dockerfile                                  |  55 ++++++++++
 python/README.md                                   |  50 +++++++++
 python/docker/entrypoint.sh                        |  49 +++++++++
 python/examples/wordcount.py                       |  34 ++++++
 python/setup.cfg                                   |   6 +-
 python/src/pywy/core/core.py                       |  18 +++-
 .../api/python/executor/PythonProcessCaller.java   |  34 ++++--
 wayang-assembly/README.md                          |  49 +++++++++
 .../apache/wayang/core/util/fs/FileSystems.java    |  30 ++++--
 .../wayang/java/channels/ChannelConversions.java   |  95 ++++++++--------
 .../apache/wayang/java/plugin/JavaBasicPlugin.java |   2 +-
 .../java/plugin/JavaChannelConversionPlugin.java   |   2 +-
 16 files changed, 588 insertions(+), 113 deletions(-)

Reply via email to