This is an automated email from the ASF dual-hosted git repository.
lihaosky 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 5faea49 [hotfix][docs] Remove stale Apple Silicon warning (#272)
5faea49 is described below
commit 5faea4930e3163afe0049e7d79ea00e818fdc99d
Author: Hao Li <[email protected]>
AuthorDate: Thu Jun 25 12:07:33 2026 +0800
[hotfix][docs] Remove stale Apple Silicon warning (#272)
* [hotfix][docs] Remove stale Apple Silicon warning
* comment
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8b0af05..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 <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)
+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.