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

Lag between SDK releases and Dart library image updates #97

Closed cpswan closed 2 years ago

cpswan commented 2 years ago

It's been 5 days now since 2.17.1 was released, but the :latest build is still at 2.17.0

versions.json here was updated with the 2.17.1 hashes in #94 but somehow that hasn't triggered the (hopefully automated) process to get new images built.

cpswan commented 2 years ago

Another week goes by...

I can even see that the images were updated a couple of days ago. But not to use the 2.17.1 SDK.

cpswan commented 2 years ago

It seems that https://github.com/docker-library/official-images/blob/master/library/dart hasn't been updated for 2.17.1, and that file is the trigger point for getting new SDKs into the official image.

@athomas and @subfuzion are listed as the maintainers, but it seems that @whesse is regularly the person doing the update (and did the last PR #12408 to get 2.17.0 done).

athomas commented 2 years ago

Thanks for the report, the last step of updating the library is still somewhat manual and it appears it didn't happen for the last stable and beta, https://github.com/docker-library/official-images/pull/12541 should catch us up. We'll try to avoid that going forward.