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

[BUG] Only amd64 images available #415

Closed
makkes opened this issue Dec 16, 2024 · 2 comments
Closed

[BUG] Only amd64 images available #415

makkes opened this issue Dec 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@makkes
Copy link

makkes commented Dec 16, 2024

Short issue description

The Krane images at quay.io/appvia/krane are only available for x86 platforms, not ARM. That way, it's not possible to run Krane on e.g. Raspberry Pi or Apple computers (MBP, MBA etc.).

Krane version: v0.1.1

How can we reproduce the issue?

$ docker run -it --rm quay.io/appvia/krane:v0.1.1
Unable to find image 'quay.io/appvia/krane:v0.1.1' locally
v0.1.1: Pulling from appvia/krane
2408cc74d12b: Pull complete 
fdbd9a0f0a99: Pull complete 
4af624e0dc7d: Pull complete 
af6940324a58: Pull complete 
562581b82303: Pull complete 
d7eb2a8f695b: Pull complete 
2f04a4d8833a: Pull complete 
08b78d8538f5: Pull complete 
8e5df94c3318: Pull complete 
46342e1e6694: Pull complete 
Digest: sha256:70ad58bc9410c70d22a710e8666c586794eac5ca8f033fd945887097afa4bee3
Status: Downloaded newer image for quay.io/appvia/krane:v0.1.1
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec bin/krane: exec format error

Suggestions on how to fix the issue (OPTIONAL)

Build multi-platform images.

@makkes makkes added the bug Something isn't working label Dec 16, 2024
@marcinc marcinc added enhancement New feature or request and removed bug Something isn't working labels Dec 16, 2024
@marcinc
Copy link
Contributor

marcinc commented Dec 18, 2024

Hi @makkes. This has been resolved now. All releases starting from v0.1.3 will be published for both architectures.

@marcinc marcinc closed this as completed Dec 18, 2024
@makkes
Copy link
Author

makkes commented Dec 18, 2024

Thanks, that was real quick! Now I noticed that there's no arm64 images available for redisgraph. 😬 But that's not on you. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants