-
Notifications
You must be signed in to change notification settings - Fork 460
exec /init: exec format error #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi there, what OS and processor architecture are you running Minikube on? |
Hi |
So the issue is, the docker image u are creating is for arm architecture but u r trying to run it on amd architecture. U can just user |
I made some tweak to compile the arm64 version on this branch because I need it for linux, I didn't try the mintopia/laravel-echo-server because I can live without websocket real time update: https://github.com/andrewtheguy/webhook.site/tree/1.3-arm64 the resulting docker image is here: https://github.com/orgs/andrewtheguy/packages/container/package/webhooksite |
@andrewchen5678 both our webhook.site and laravel-echo-server images are already arm64 https://hub.docker.com/r/webhooksite/webhook.site/tags |
When i start the webhook pod in my minikube instance the webhook pod is crashing and the only log that I can see is as follows:
Any ideas?
k8s Rev 1.28.3
The text was updated successfully, but these errors were encountered: