You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/07/31 12:10:15 UTC

[flink-docker] branch dev-1.11 updated: [hotfix] Replace forbidden latest-javaX with javaX (#36)

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

rmetzger pushed a commit to branch dev-1.11
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-1.11 by this push:
     new af9a4ba  [hotfix] Replace forbidden latest-javaX with javaX (#36)
af9a4ba is described below

commit af9a4baf80cbdbd78e7c22dc309e02f98876cc76
Author: Robert Metzger <89...@users.noreply.github.com>
AuthorDate: Fri Jul 31 13:50:08 2020 +0200

    [hotfix] Replace forbidden latest-javaX with javaX (#36)
    
    
    Co-authored-by: Chesnay Schepler <ch...@apache.org>
---
 generator.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generator.sh b/generator.sh
index 8e492f2..3eb7b2b 100644
--- a/generator.sh
+++ b/generator.sh
@@ -71,8 +71,8 @@ function generateReleaseMetadata {
         # we are generating the image for the latest scala version, add:
         # "1.2.0-java11"
         # "1.2-java11"
-        # "latest-java11"
-        tags="$tags, ${flink_version}${java_suffix}, ${flink_release}${java_suffix}, latest${java_suffix}"
+        # "java11"
+        tags="$tags, ${flink_version}${java_suffix}, ${flink_release}${java_suffix}, java${java_version}"
 
         if [[ "$java_version" == "$DEFAULT_JAVA" ]]; then
             # we are generating the image for the default java version, add tags w/o java tag: