You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by da...@apache.org on 2022/08/31 05:31:30 UTC

[flink-docker] branch master updated: Clarifying instructions for gaining access to flink-docker via INFRA

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17ee051  Clarifying instructions for gaining access to flink-docker via INFRA
17ee051 is described below

commit 17ee0514e82f9d4ed4e9f69dc10f46c1f6632786
Author: Danny Cranmer <cr...@amazon.com>
AuthorDate: Tue Aug 30 20:56:05 2022 +0100

    Clarifying instructions for gaining access to flink-docker via INFRA
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e56d8d9..1d3cb46 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,9 @@ Once the pull request has been merged, we can release the new docker images:
 
 For **publishing to DockerHub: apache/flink** , you need to perform the following steps:
 
-1. Make sure that you are authenticated with your Docker ID, and that your Docker ID has access to `apache/flink`. If not, request access by INFRA (see [also](https://issues.apache.org/jira/browse/INFRA-21276): `docker login -u <username>`.
+1. Make sure that you are authenticated with your Docker ID, and that your Docker ID has access to `apache/flink`: `docker login -u <username>`
+   1. If you do not have access, you should seek help via the mailing list. 
+      We have a limited number of seats which are full, see [INFRA-23623](https://issues.apache.org/jira/browse/INFRA-23623) for more information. See also [INFRA-21276](https://issues.apache.org/jira/browse/INFRA-21276).
 2. Generate and upload the new images: `./publish-to-dockerhub.sh`. (Do not execute on the arm platform machine, such as Apple Silicon)
 
 For **publishing as an official image**, a new manifest should be generated and a pull request opened