Skip to content
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

Frontend v1.0.1 is not available as an image #1

Open
StanfordLin opened this issue Mar 12, 2024 · 1 comment
Open

Frontend v1.0.1 is not available as an image #1

StanfordLin opened this issue Mar 12, 2024 · 1 comment

Comments

@StanfordLin
Copy link

StanfordLin commented Mar 12, 2024

Was able to pull backend 1.0.1 but not the frontend 1.0.1 version, failing when trying to start on M1 macbook

kubectl logs frontend gives me the following error
exec /bin/frontend: exec format error

temp fix:
download source code
cd frontend
docker build

docker image inspect, ensure it is arm64

docker push to my own registry

specify it in my manifests folder frontend deployment yaml

success :)

@lkysow
Copy link
Contributor

lkysow commented Apr 5, 2024

Hi @StanfordLin sorry about that. I need to rebuild that image for multi-arch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants