-
Notifications
You must be signed in to change notification settings - Fork 128
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
Support for linux/arm(64/v8) docker images #149
Comments
Thanks for the report. Hard to say anything right now because my Supposedly there's a way to run Docker with Rosetta on Mac, but I don't see that option under "Features in development" :/ |
After running Terminal in Rosetta, I get the same error. No idea what the cause is :) I'll write to the Varnish list. |
Varnish list thread: https://www.mail-archive.com/varnish-misc@varnish-cache.org/msg08744.html |
I also encountered this. But after a couple of trials it did execute all the As for Varnish: my current workaround is that I copied the contents of https://github.com/AtomGraph/varnish to LinkedDataHub and used varnish-admin:
build: ./varnish instead of varnish-admin:
image: atomgraph/varnish:6.0.11 in docker-compose.yaml. With all these and with a little luck with Anyways, thanks for taking care of M1 issues! |
I am running Docker Desktop 4.16.2 (95914), Docker Engine Engine: 20.10.22 and just tried the "Use Rosetta for x86/amd64 emulation on Apple Silicon" option. Now it seems to start all right with the stock
Even |
@beepsoft can we consider this solved? |
With Rosetta enabled it is ok now as a workaround until you are able to build arm images. |
Hi,
I just tried to install LinkedDataHub on my development M1 MacBook Pro and
docker-compose
fails with:As I see all atomgraph images on dockerhub support only
linux/amd64
. Most of them seem to work fine (although quite slow) via qemu on M1, but theatomgraph/varnish:6.0.11
images used by thevarnish-admin
andvarnish-end-user
services fail with the above error.Would it be possible to build and publish images to dockerhub supporting
linux/arm64/v8
as well? Or provide a workaround to build these images when runningdocker-compose up --build
in LinkedDataHub?The text was updated successfully, but these errors were encountered: