You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pull the docker image for Apache Flink on my Macbook Pro with Apple M1 chip. The image is available in two versions. From the Apache Flink maintainers under apache/flink and as official docker hub image under flink. Both images are built for amd64. The images are identical apart from some meta data.
For some reason, I can only pull apache/flink, but not flink. One striking difference is that flink contains the platform in its manifest and apache/flink does not:
Is one of these picked up by qemu-user-static to decide that it cannot use the image? I had the same problem with docker desktop. So maybe this problem is caused by the specification?
/kind bug
Description:
I am trying to pull the docker image for Apache Flink on my Macbook Pro with Apple M1 chip. The image is available in two versions. From the Apache Flink maintainers under
apache/flink
and as official docker hub image underflink
. Both images are built for amd64. The images are identical apart from some meta data.For some reason, I can only pull
apache/flink
, but notflink
. One striking difference is thatflink
contains the platform in its manifest andapache/flink
does not:Is one of these picked up by qemu-user-static to decide that it cannot use the image? I had the same problem with docker desktop. So maybe this problem is caused by the specification?
Steps to reproduce the issue:
Preparation
limactl start --tty=false ./docker.yaml
export DOCKER_HOST=unix://$HOME/.lima/docker/sock/docker.sock
Pull images
Describe the results you received:
Only
apache/flink
can be pulled.Describe the results you expected:
Both images can be pulled.
Environment:
Output of
docker version
The text was updated successfully, but these errors were encountered: