We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to pull the image I get the next error:
Failed to pull images of the stack: emqx Pulling no matching manifest for linux/arm/v8 in the manifest list entries.
I am using a raspberry pi 4 with the 64 bit kernel
uname -a Linux serverpi4 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
getconf LONG_BIT 64
The text was updated successfully, but these errors were encountered:
@msalexms I can't reproduce this. Both docker.io/emqx/emqx:5.8.4 and docker.io/library/emqx:5.8.4 are working fine for me
docker.io/emqx/emqx:5.8.4
docker.io/library/emqx:5.8.4
docker pull --platform linux/arm64/v8 emqx:5.8.4 5.8.4: Pulling from library/emqx 4d2547c08499: Pull complete 3eb7e4711f2a: Pull complete 4f4fb700ef54: Pull complete a798cb2f3c01: Pull complete Digest: sha256:e38feed6583ccd3a1b97f8f189f125614823fa4306e45b3b2cc13bc86a635a8b Status: Downloaded newer image for emqx:5.8.4 docker.io/library/emqx:5.8.4
docker pull --platform linux/arm64/v8 emqx/emqx:5.8.4 5.8.4: Pulling from emqx/emqx f5c6876bb3d7: Already exists 229530f5ad96: Pull complete 741e27409c07: Pull complete 16ef38ac443e: Pull complete b055d9665ec4: Pull complete 4f4fb700ef54: Pull complete Digest: sha256:c7da53f8de64f9d932b09b581c9b43e758d734d0c5a867511ce4452ef6b9b15a Status: Downloaded newer image for emqx/emqx:5.8.4 docker.io/emqx/emqx:5.8.4
Sorry, something went wrong.
No branches or pull requests
When I try to pull the image I get the next error:
Failed to pull images of the stack: emqx Pulling no matching manifest for linux/arm/v8 in the manifest list entries.
I am using a raspberry pi 4 with the 64 bit kernel
uname -a Linux serverpi4 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
getconf LONG_BIT 64
The text was updated successfully, but these errors were encountered: