Skip to content

Commit 17ee051

Browse files
committed
Clarifying instructions for gaining access to flink-docker via INFRA
1 parent cb711ef commit 17ee051

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ Once the pull request has been merged, we can release the new docker images:
8888

8989
For **publishing to DockerHub: apache/flink** , you need to perform the following steps:
9090

91-
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>`.
91+
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>`
92+
1. If you do not have access, you should seek help via the mailing list.
93+
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).
9294
2. Generate and upload the new images: `./publish-to-dockerhub.sh`. (Do not execute on the arm platform machine, such as Apple Silicon)
9395

9496
For **publishing as an official image**, a new manifest should be generated and a pull request opened

0 commit comments

Comments
 (0)