dart-lang / dart-docker

Docker images for the Dart programming language (https://dart.dev)
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

No Armv7 image in 2.17.0 tag on Docker Hub #93

Closed cpswan closed 2 years ago

cpswan commented 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:

image

Yet I can see armv7 alongside those image SHAs in the latest tag:

image

So it looks like the manifest for 2.0.17 is incomplete and needs to be updated.

cpswan commented 2 years ago

Closing, as I see a linux/arm/v7 image has been added to the 2.17.0 tag manifest:

image