You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by li...@apache.org on 2020/02/12 09:20:58 UTC

[flink-docker] branch master updated (b936f02 -> 1cea57c)

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

liyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git.


    from b936f02  [FLINK-15831] Improve documentation in README.md
     add 4c4d418  [FLINK-15978] Add GPG key for 1.10.0 release
     add 346809e  [FLINK-15978] Update Dockerfiles for 1.10.0 release
     add dfe8ffe  [FLINK-15978] Update the latest version to 1.10
     new 1cea57c  [FLINK-15978] Add GPG key and Dockerfiles for 1.10.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {1.9 => 1.10}/scala_2.11-debian/Dockerfile                          | 4 ++--
 docker-entrypoint.sh => 1.10/scala_2.11-debian/docker-entrypoint.sh | 0
 {1.8 => 1.10}/scala_2.12-debian/Dockerfile                          | 4 ++--
 docker-entrypoint.sh => 1.10/scala_2.12-debian/docker-entrypoint.sh | 0
 add-version.sh                                                      | 2 ++
 generate-stackbrew-library.sh                                       | 2 +-
 6 files changed, 7 insertions(+), 5 deletions(-)
 copy {1.9 => 1.10}/scala_2.11-debian/Dockerfile (97%)
 copy docker-entrypoint.sh => 1.10/scala_2.11-debian/docker-entrypoint.sh (100%)
 copy {1.8 => 1.10}/scala_2.12-debian/Dockerfile (97%)
 copy docker-entrypoint.sh => 1.10/scala_2.12-debian/docker-entrypoint.sh (100%)


[flink-docker] 01/01: [FLINK-15978] Add GPG key and Dockerfiles for 1.10.0 release

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1cea57c8f406b498453f8c734a5c7ee16f30ca17
Merge: b936f02 dfe8ffe
Author: Yu Li <li...@apache.org>
AuthorDate: Wed Feb 12 17:20:53 2020 +0800

    [FLINK-15978] Add GPG key and Dockerfiles for 1.10.0 release
    
    This closes #6.

 1.10/scala_2.11-debian/Dockerfile           |  89 +++++++++++++++++++
 1.10/scala_2.11-debian/docker-entrypoint.sh | 132 ++++++++++++++++++++++++++++
 1.10/scala_2.12-debian/Dockerfile           |  89 +++++++++++++++++++
 1.10/scala_2.12-debian/docker-entrypoint.sh | 132 ++++++++++++++++++++++++++++
 add-version.sh                              |   2 +
 generate-stackbrew-library.sh               |   2 +-
 6 files changed, 445 insertions(+), 1 deletion(-)