From ce4e2f9d010156534ee6cf6db3c98045c514a930 Mon Sep 17 00:00:00 2001 From: Hao Li <1127478+lihaosky@users.noreply.github.com> Date: Thu, 25 Jun 2026 09:46:50 +0800 Subject: [PATCH 1/2] [hotfix][docs] Remove stale Apple Silicon warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0af05..3792148 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. Generate and upload 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. From 24d2388ee68e87f7d64eedfce10251b9e9836285 Mon Sep 17 00:00:00 2001 From: Hao Li <1127478+lihaosky@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:11:31 +0800 Subject: [PATCH 2/2] comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3792148..69036a0 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`. +2. Upload the new images: `./publish-to-dockerhub.sh` (Before this [commit](https://github.com/apache/flink-docker/commit/cfeea17390958606ec56ffd7caaf24dd44263743), do not execute this script 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 on the Docker Library [`official-images`](https://github.com/docker-library/official-images) repo.