-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
❯ docker pull ghcr.io/rust-lang/rust:1.90.0-alpine3.22
Error response from daemon: manifest unknown
❯ docker pull rust:1.90.0-alpine3.22
1.90.0-alpine3.22: Pulling from library/rust
9824c27679d3: Pull complete
c78df034cf5e: Pull complete
080c2047d36e: Pull complete
Digest: sha256:1de786239f8a4d44f9079ea99339e931f02f3009f80848b72cf52ab47b821008
Status: Downloaded newer image for rust:1.90.0-alpine3.22
docker.io/library/rust:1.90.0-alpine3.22
It would be good to publish the stable images to ghcr as well, and not just to docker hub. Currently only nightly seems to be published.
This is especially an issue with the rate limits introduced by docker hub earlier this year, which tends to break CI builds in particular.
Metadata
Metadata
Assignees
Labels
No labels