kongpose icon indicating copy to clipboard operation
kongpose copied to clipboard

Not working on Apple Silicon Docker M1 Macbook

Open joshuaquek opened this issue 1 year ago • 0 comments

Attaching the errors observed:

[+] Building 2.8s (10/10) FINISHED
 => [kongpose-konga internal] load build definition from Dockerfile                                                                                                            0.0s
 => => transferring dockerfile: 31B                                                                                                                                            0.0s
 => [kongpose-kong internal] load build definition from Dockerfile                                                                                                             0.0s
 => => transferring dockerfile: 31B                                                                                                                                            0.0s
 => [kongpose-kong-migration internal] load build definition from Dockerfile                                                                                                   0.0s
 => => transferring dockerfile: 31B                                                                                                                                            0.0s
 => [kongpose-konga internal] load .dockerignore                                                                                                                               0.0s
 => => transferring context: 2B                                                                                                                                                0.0s
 => [kongpose-kong internal] load .dockerignore                                                                                                                                0.0s
 => => transferring context: 2B                                                                                                                                                0.0s
 => [kongpose-kong-migration internal] load .dockerignore                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                0.0s
 => CANCELED [kongpose-konga internal] load metadata for docker.io/pantsel/konga:latest                                                                                        2.6s
 => ERROR [kongpose-kong internal] load metadata for docker.io/library/kong:1.0.0rc3-alpine                                                                                    2.5s
 => [auth] pantsel/konga:pull token for registry-1.docker.io                                                                                                                   0.0s
 => [auth] library/kong:pull token for registry-1.docker.io                                                                                                                    0.0s
------
 > [kongpose-kong internal] load metadata for docker.io/library/kong:1.0.0rc3-alpine:
------
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:6f12fc702db1c34b7e1cf2baafa4476a83b3d20c4f2bf7c6d8586ae27cdd133d: not found

I cloned the repo and ran docker-compose up and this was the error thrown.

Could this be related to an Apple Silicon M1 chip compatability issue?

joshuaquek avatar Dec 19 '22 10:12 joshuaquek