Open doddatpivotal opened 2 months ago
Hi @doddatpivotal
What happens if you try to use Paketo builders? form your command you are using google builder, but could you try with paketo?
I am not sure if gcr.io/buildpacks/builder:google-22
is available for ARM architecture, that's one thing. That's why I suggest you use Paketo builders, because, Paketo team is working on publishing builders and buildpacks for ARM architecture.
Another thing you can do is try to build on a x86 machine, which will help you to see if the problem is just the lack of buildpacks binaries or if there is something else
@doddatpivotal any further thoughts on this?
Summary
I'm attempting to build a python container using the pack cli. I'm running on a macbook with M1 chip. I've installed pack cli via homebrew and running 0.35.1+git-3a22a7f.build-6099. When run
pack build ...
I get an error after the builder is pulled. The potentially unusual characteristic of my environment is that I'm using finch for my local docker development. I've added an alias:alias docker=finch
.I am able to pull and list the builder image with finch. But fail with pack.
I totally expect the issue is due to finch instead of running docker desktop for mac. I guess, I'm looking for advice on what information I could get from pack cli that would point me to a workaround or debug logs on how to properly shim these technologies together. finch is a hard requirement for me on my workstation.
Full Error Command:
Environment
pack info
docker info