Welcome to the Linux Foundation Forum!

Build - Lab 3.4 - Goproxy container failing

Hello,

I am struggling with the goproxy image (registry.k8s.io/goproxy:0.1) sidecar.

It is not starting, and when I read the logs I get the following error

exec /goproxy: exec format error

I have tried using another image (goproxy/goproxy) and I got a similar error

exec /usr/bin/tini: exec format error

Any idea why this error is happening?

Answers

  • Note:
    When I pulled the image in docker I got the below error:

    WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
    

    I am on Apple silicon (ARM Arch.), so this might be a reason

  • It seems like this proxy image is only made for amd

    I have been manually changing things in the labs to be compatible with arm. this seems like a road blocker.

    I wish someone could suggest an alternative that supports arm (and I wish that the rest of the course is more inclusive for arm people :smile:)

Categories

Upcoming Training