curlimages/curl no longer supports arm64?

rpc error: code = NotFound desc = failed to pull and unpack image \"": no match for platform in manifest: not found""

Looks like curlimages no longer supports arm64? My poor pis.

No mention here -

enter image description here

enter image description here

1

1 Answer

I have also encountered this issue. We fixed the issue by building our own image with the below Dockerfile:

FROM alpine RUN apk --no-cache add curl 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like