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/03/04 16:32:53 UTC

[beam] branch master updated (80d63c0 -> 3b5c9bf)

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 80d63c0  Merge pull request #16987: [BEAM-14011] fix s3 filesystem multipart copy
     add 3b5c9bf  Merge pull request #16842 from [BEAM-13932][Playground] Container's user privileges

No new revisions were added by this update.

Summary of changes:
 playground/backend/containers/go/Dockerfile        | 12 +++++------
 playground/backend/containers/go/build.gradle      |  4 ----
 playground/backend/containers/go/entrypoint.sh     |  9 ++++++++
 playground/backend/containers/go/proxy.sh          | 24 ---------------------
 playground/backend/containers/java/Dockerfile      | 13 +++++------
 playground/backend/containers/java/build.gradle    |  4 ----
 playground/backend/containers/java/entrypoint.sh   |  9 ++++++++
 playground/backend/containers/java/proxy.sh        | 24 ---------------------
 playground/backend/containers/python/Dockerfile    | 12 ++++++-----
 playground/backend/containers/python/build.gradle  |  4 ----
 playground/backend/containers/python/entrypoint.sh | 10 +++++++++
 playground/backend/containers/python/proxy.sh      | 25 ----------------------
 playground/backend/containers/scio/Dockerfile      | 12 ++++++-----
 playground/backend/containers/scio/build.gradle    |  4 ----
 playground/backend/containers/scio/entrypoint.sh   |  9 ++++++++
 playground/backend/containers/scio/proxy.sh        | 24 ---------------------
 .../infrastructure/proxy/allow_list_proxy.py       |  6 ++++--
 17 files changed, 68 insertions(+), 137 deletions(-)
 delete mode 100644 playground/backend/containers/go/proxy.sh
 delete mode 100644 playground/backend/containers/java/proxy.sh
 delete mode 100644 playground/backend/containers/python/proxy.sh
 delete mode 100644 playground/backend/containers/scio/proxy.sh