You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/02/09 22:36:45 UTC

[beam] branch master updated (107eb3d -> 663e924)

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

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 107eb3d  [BEAM-12920] Assume that bare generator types define simple generators (#16791)
     add 663e924  Merge pull request #16659 from [BEAM-13774][Playground] Add user to container

No new revisions were added by this update.

Summary of changes:
 playground/backend/containers/go/Dockerfile              | 16 +++++++++++++++-
 playground/backend/containers/go/build.gradle            |  4 ++++
 playground/backend/containers/go/entrypoint.sh           |  8 --------
 .../backend/containers/go/{entrypoint.sh => proxy.sh}    |  1 -
 playground/backend/containers/java/Dockerfile            | 16 +++++++++++++++-
 playground/backend/containers/java/build.gradle          |  4 ++++
 playground/backend/containers/java/entrypoint.sh         |  8 --------
 .../containers/{go/entrypoint.sh => java/proxy.sh}       |  1 -
 playground/backend/containers/python/Dockerfile          | 15 ++++++++++++++-
 playground/backend/containers/python/build.gradle        |  4 ++++
 playground/backend/containers/python/entrypoint.sh       |  9 ---------
 .../containers/python/{entrypoint.sh => proxy.sh}        |  1 -
 playground/backend/containers/scio/Dockerfile            | 15 ++++++++++++++-
 playground/backend/containers/scio/build.gradle          |  4 ++++
 playground/backend/containers/scio/entrypoint.sh         |  8 --------
 .../containers/{go/entrypoint.sh => scio/proxy.sh}       |  1 -
 16 files changed, 74 insertions(+), 41 deletions(-)
 copy playground/backend/containers/go/{entrypoint.sh => proxy.sh} (96%)
 mode change 100755 => 100644
 copy playground/backend/containers/{go/entrypoint.sh => java/proxy.sh} (96%)
 mode change 100755 => 100644
 copy playground/backend/containers/python/{entrypoint.sh => proxy.sh} (96%)
 mode change 100755 => 100644
 copy playground/backend/containers/{go/entrypoint.sh => scio/proxy.sh} (96%)
 mode change 100755 => 100644