You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/05/27 20:46:25 UTC

[beam] branch master updated: [BEAM-10108] Update Flink versions in publish_docker_images.sh.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ec7278b  [BEAM-10108] Update Flink versions in publish_docker_images.sh.
     new c27e033  Merge pull request #11829 from ibzib/BEAM-10108
ec7278b is described below

commit ec7278b935769b2ebed4b2ef27b55169cea28551
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Wed May 27 08:15:11 2020 -0700

    [BEAM-10108] Update Flink versions in publish_docker_images.sh.
---
 release/src/main/scripts/publish_docker_images.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/src/main/scripts/publish_docker_images.sh b/release/src/main/scripts/publish_docker_images.sh
index 1fb6463..7575107 100755
--- a/release/src/main/scripts/publish_docker_images.sh
+++ b/release/src/main/scripts/publish_docker_images.sh
@@ -28,7 +28,7 @@ DOCKER_IMAGE_DEFAULT_REPO_ROOT=apache
 DOCKER_IMAGE_DEFAULT_REPO_PREFIX=beam_
 
 PYTHON_VER=("python2.7" "python3.5" "python3.6" "python3.7")
-FLINK_VER=("1.7" "1.8" "1.9")
+FLINK_VER=("1.8" "1.9" "1.10")
 
 echo "Publish SDK docker images to Docker Hub."