docker

oyakushev 2024-10-03T20:35:46.033159Z

@cap10morgan It looks like this PR has been merged in a broken state after the force push: https://github.com/docker-library/official-images/pull/17670. Only the manifest got updated but the new dockerfiles are missing. On Dockerhub, this looks like empty tags with no layers, e.g. https://hub.docker.com/layers/library/clojure/temurin-23-lein-2.11.2-alpine/images/sha256-eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb?context=explore

oyakushev 2024-10-03T20:37:03.554359Z

I'm not really sure how to properly fix it at this point, otherwise I'd do it myself πŸ™‚

seancorfield 2024-10-04T00:29:01.759519Z

We're using temurin-23-tools-deps and it is working -- is it just some of tags that are broken?

oyakushev 2024-10-04T05:18:24.023209Z

You are right; I'm confused. Maybe there was a delay before the images became available; but there are still a few (alpine-based) that are missing layers

cap10morgan 2024-10-15T22:21:47.667239Z

Sorry I got logged out of this and missed notifications.

cap10morgan 2024-10-15T22:22:18.736069Z

There are usually checks on our end and theirs that make this kind of thing hard to land on main

cap10morgan 2024-10-15T22:22:38.217959Z

Are you sure it isn’t just stale local state?

oyakushev 2024-10-16T06:31:26.632729Z

Maybe just transient issues, it seems alright now.

πŸ‘ 1