rust-lang / docker-rust

The official Docker images for Rust
436 stars 88 forks source link

Missing linux/amd64 in 1.57 images #92

Closed hzuo closed 2 years ago

hzuo commented 2 years ago
❯ docker pull rust:1.57.0-buster
1.57.0-buster: Pulling from library/rust
no matching manifest for linux/amd64 in the manifest list entries

Most of the 1.57 images only have linux/386 and linux/arm64/v8 variants: https://hub.docker.com/_/rust?tab=tags

sfackler commented 2 years ago

https://github.com/docker-library/official-images/pull/11441#issuecomment-985814851

hzuo commented 2 years ago

Looks like they've worked through the queue