When uname reports aarch64 instead of arm64v8. Willl docker-ce still pull arm64v8 images
1
vote
2
answers
4006
views
docker-ce now supports multiple architecture base images but looks for the tag arm64v8 instead of aarch64 (which is labelled as deprecated).
Unfortunately my new ubuntu 18.04 host os uname reports aarch64.
` Linux nas 4.4.154-1122-rockchip-ayufan-g7859b9b904a9 #1 SMP Mon Oct 1 07:32:42 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
`
So
1. Can one manually add/change the architecture tag in a already operational host?
or
2. Will docker-ce pull the arm64v8 image even if the host os reports aarch64?
Asked by DKebler
(302 rep)
Oct 22, 2018, 05:51 PM
Last activity: Jul 18, 2025, 10:08 PM
Last activity: Jul 18, 2025, 10:08 PM