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

Docker build fails to load images for v1.2 on ARM #842

Open
robd003 opened this issue Jan 11, 2023 · 0 comments
Open

Docker build fails to load images for v1.2 on ARM #842

robd003 opened this issue Jan 11, 2023 · 0 comments

Comments

@robd003
Copy link

robd003 commented Jan 11, 2023

$ docker build -t test/redisgears:1.2 -f Dockerfile.arm .
[+] Building 0.1s (4/4) FINISHED                                                                                                                                                                                                                                                              
 => [internal] load build definition from Dockerfile.arm                                                                                                                                                                                                                                 0.0s
 => => transferring dockerfile: 2.80kB                                                                                                                                                                                                                                                   0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                                                                        0.0s
 => => transferring context: 133B                                                                                                                                                                                                                                                        0.0s
 => CANCELED [internal] load metadata for docker.io/redisfab/redis-xbuild:6.2.5-arm64v8-bullseye                                                                                                                                                                                         0.0s
 => CANCELED [internal] load metadata for docker.io/redisfab/redis:6.2.5-arm64v8-bullseye                                                                                                                                                                                                0.0s
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to parse stage name "redisfab/xbuild:arm64v8-debian:bullseye-slim": invalid reference format

It looks like only linux/amd64 images exist on the docker repo.

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

No branches or pull requests

1 participant