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.
11 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 