From ab708c7c77aec1acedf211c3adae996aadf9e7ad Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 24 Jun 2026 13:34:31 -0700 Subject: [PATCH] Update README.md to reflect new docker build workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.