Hi guys,
I set up the pipeline to do a deployment at personalized image with architecture arm64.
I follow these instructions for doing a pull in private docker hub repo
But the pipeline gives me this error:
rpc error: code = NotFound desc = failed to pull and unpack image
"username/ci-cd:latest": no match for platform in manifest: not found
If the error was because bitbucket don't support this architecture... one possible solution is to set up a job runner arm64, and do all the steps that we're doing at image at pipeline... install deps and more... ? Thanks,
BR,
Welcome to Atlassian Community.
Please check whether the image name is correct or not.
This issue happens intermediatorily, after few hours it works fine.
or
Sometimes works when we change maven version/python version.
Vikram P
Hi Vikram,
Thanks for reply, not is a problem related with name or private - public docker hub image, I try with both with the same result.
I saw the similar issue in other thread, and colleagues say something like that "try after ten minutes" but I'm not sure if that is a correct answer.
I think in my case is because the image is arm64, but I'm not sure that I need test it.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @vikram
I try with the same docker image with architecture amd64 and works great, so my suppose was right...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.