rust-lang / docker-rust

The official Docker images for Rust
428 stars 89 forks source link

Alpine images has no layers built #190

Closed toast-ts closed 3 months ago

toast-ts commented 3 months ago

Hi, I'm not sure if this is right place but I'll just leave it here and be corrected later on. But, on Docker Hub registry, it seems that the Alpine images aren't published properly and there's no layers if I go to view the page. Keep in mind that Bookworm and others do have layers as seen below;

image

No layers if I were to explore the image here: https://hub.docker.com/layers/library/rust/1.77-alpine3.19/images/sha256-eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb?context=explore

And to top it off, I came here to report the issue because my Gitea workflow did not pick up Rust 1.77 from Docker registry as seen here:

image

sfackler commented 3 months ago

The images are built in the Docker hub official image infrastructure - you'll probably just have to wait until they work through whatever backlog they have currently.

toast-ts commented 3 months ago

Okay got it, seems that the Alpine images now has layers, I'll close this now.