Closed cpswan closed 2 years ago
If I try to pull dart:2.17.0 from a Linux armv7 system:
$ sudo docker pull dart:2.17.0 2.17.0: Pulling from library/dart no matching manifest for linux/arm/v7 in the manifest list entries
Taking a look at the tag on Docker hub only x64 and armv8 are there:
Yet I can see armv7 alongside those image SHAs in the latest tag:
latest
So it looks like the manifest for 2.0.17 is incomplete and needs to be updated.
Closing, as I see a linux/arm/v7 image has been added to the 2.17.0 tag manifest:
If I try to pull dart:2.17.0 from a Linux armv7 system:
Taking a look at the tag on Docker hub only x64 and armv8 are there:
Yet I can see armv7 alongside those image SHAs in the
latest
tag:So it looks like the manifest for 2.0.17 is incomplete and needs to be updated.