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
Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)
/kind bug
Description:
Following this guide to get arm-64 as a platform on my buildx. First time around everything worked perfectly, then restarted my computer and now I'm back to only the two platforms I started with. Repeating the original process doesn't bring the others back.
Steps to reproduce the issue:
Run docker buildx ls // default ... linux/amd64, linux/amd64/v2
Run sudo apt-get install -y qemu qemu-user-static
Run docker buildx ls // default ... linux/amd64, linux/386, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/arm/v7, linux/arm/v6
Restart computer
Run docker buildx ls
Describe the results you received: // default ... linux/amd64, linux/amd64/v2
Even after repeating step 2 still the same result.
If I run atp-get remove... and then install... again, desired functionality is observed Describe the results you expected: // default ... linux/amd64, linux/386, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/arm/v7, linux/arm/v6
Environment: Ubuntu 20.04 LTS (on WSL2)
QEMU version: (if you can know it): 1:4.2-3ubuntu6.30
Container application: Docker Output of docker version
Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)
/kind bug
Description:
Following this guide to get arm-64 as a platform on my buildx. First time around everything worked perfectly, then restarted my computer and now I'm back to only the two platforms I started with. Repeating the original process doesn't bring the others back.
Steps to reproduce the issue:
Run
docker buildx ls
// default ... linux/amd64, linux/amd64/v2
Run
sudo apt-get install -y qemu qemu-user-static
Run
docker buildx ls
// default ... linux/amd64, linux/386, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/arm/v7, linux/arm/v6
Restart computer
Run
docker buildx ls
Describe the results you received:
// default ... linux/amd64, linux/amd64/v2
Even after repeating step 2 still the same result.
If I run
atp-get remove...
and theninstall...
again, desired functionality is observedDescribe the results you expected:
// default ... linux/amd64, linux/386, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/arm/v7, linux/arm/v6
Environment:
Ubuntu 20.04 LTS (on WSL2)
Output of
docker version
The text was updated successfully, but these errors were encountered: