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

Automated tests to confirm availability of images on DockerHub #182

Closed cpswan closed 2 months ago

cpswan commented 6 months ago

There have been numerous instances in the past where publication of images on DockerHub has significantly lagged updates to versions.json or where images for an instruction set architecture are missing e.g. #178 #105 #97 #93

A GitHub Actions workflow could confirm that image SHAs exist for expected tags, and a badge could be places on the README.md to indicate that all is well.

athomas commented 2 months ago

Hmm, not sure why GH didn't close this issue. The linked PR has landed.