swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.35k stars 182 forks source link

Missing "5.9.1-slim" docker image for architecture "linux/arm64/v8" #363

Closed mflint closed 9 months ago

mflint commented 9 months ago

Hello.... I'm not sure if I'm holding it wrong, but I can't download the "5.9.1-slim" image for architecture "arm64v8":

docker pull --platform linux/arm64/v8 swift:5.9.1-slim

I get this error:

Error response from daemon: Head "https://registry-1.docker.io/v2/library/swift/manifests/5.9.1-slim": Get "https://auth.docker.io/token?account=lucretiabiryani&scope=repository%3Alibrary%2Fswift%3Apull&service=registry.docker.io": EOF

That swift:5.9.1-slim image is listed on DockerHub, so I would expect it to be downloadable.

If I try swift:5.9.1 or swift:5.9.0-amazonlinux2-slim then the download succeeds.

mflint commented 9 months ago

Duh, I was clearly doing something wrong, because that same command is working now.