diff --git a/README.md b/README.md index 8b0af05..60b21a8 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ For **publishing to DockerHub: apache/flink** , you need to perform the followin 1. Make sure that you are authenticated with your Docker ID, and that your Docker ID has access to `apache/flink`: `docker login -u ` 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) +2. Publish the new images: `./publish-to-dockerhub.sh`. For **publishing as an official image**, a new manifest should be generated and a pull request opened on the Docker Library [`official-images`](https://github.com/docker-library/official-images) repo.