dart-lang / dart-docker

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

No linux/arm/v7 image for 2.17.6 #105

Closed cpswan closed 2 years ago

cpswan commented 2 years ago

There's a linux/arm/v7 image carrying Dart version 2.17.5 with a digest of d6828fadccac that's found its way into the latest, stable-sdk, stable, sdk, 2.17-sdk, 2.17, 2-sdk and 2 tags:

image

But there doesn't (yet) seem to be a linux/arm/v7 image with Dart version 2.17.6, and so the 2.17.6 or 2.17.6-sdk tags only have linux/amd64 and linux/arm64/v8:

image

This happened before with #93 so there seems to be an intermittent issue with the automated build process.

cpswan commented 2 years ago

Fixed by the addition of image 60245b92e349 though it would be better if there wasn't a delay in armv7 images versus the others.