aquariumbio / aquarium-local

Docker configuration for running Aquarium with a local (non-deployment) configuration
http://aquariumbio.github.io/aquarium-local
MIT License
2 stars 2 forks source link

no matching manifest for linux/arm64/v8 #4

Closed Chenjlin28 closed 2 years ago

Chenjlin28 commented 2 years ago

Describe the bug Aquarium-local no matching manifest for linux/arm64/v8 in the manifest list entries

To Reproduce I followed the instruction to install the aquarium from https://aquariumbio.github.io/aquarium-local/, and ./aquarium.sh up gives me the error.

Expected behavior I would expect to install it without any error.

Screenshots image

Computer/Device (please complete the following information): OS: [ macOS Big Sur]

bjkeller commented 2 years ago

The aquarium Docker build doesn't include manifests for different processors. This would have to be handled in aquariumbio/aquarium.


From: Chenjlin28 @.> Sent: Wednesday, February 16, 2022 6:25 AM To: aquariumbio/aquarium-local @.> Cc: Subscribed @.***> Subject: [aquariumbio/aquarium-local] no matching manifest for linux/arm64/v8 (Issue #4)

Describe the bug Aquarium-local no matching manifest for linux/arm64/v8 in the manifest list entries

To Reproduce I followed the instruction to install the aquarium from https://aquariumbio.github.io/aquarium-local/, and ./aquarium.sh up gives me the error.

Expected behavior I would expect to install it without any error.

Screenshots [image]https://user-images.githubusercontent.com/65782211/154284262-659632ba-07c3-4a73-af4b-671ea49dada5.png

Computer/Device (please complete the following information): OS: [ macOS Big Sur]

— Reply to this email directly, view it on GitHubhttps://github.com/aquariumbio/aquarium-local/issues/4, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABJZ3PMMHWH2KUVORIDWBULU3OXULANCNFSM5ORYLKUA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Chenjlin28 commented 2 years ago

水族馆Docker构建不包括不同处理器的清单。这必须在水族馆/水族馆处理。 ...

Thanks for your answer! I wonder whether it means I could use Aquarium-local on Window or linux right now, or I can run a Aquarium on my own server.

bjkeller commented 2 years ago

It may be that the image needs to be updated. I switched projects at the end of last summer. But it had been running successfully in different environments: intel Mac, VMs on servers, and Windows being ones I know of.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Chenjlin28 @.> Sent: Wednesday, February 16, 2022 7:44:47 AM To: aquariumbio/aquarium-local @.> Cc: Ben Keller @.>; Comment @.> Subject: Re: [aquariumbio/aquarium-local] no matching manifest for linux/arm64/v8 (Issue #4)

水族馆Docker构建不包括不同处理器的清单。这必须在水族馆/水族馆处理。 ...

Thanks for your answer! I wonder whether it means I could use Aquarium-local on Window or linux right now, or I can run a Aquarium on my own server.

― Reply to this email directly, view it on GitHubhttps://github.com/aquariumbio/aquarium-local/issues/4#issuecomment-1041773015, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABJZ3PKZ3FYBIFNKJQPJZKDU3PA67ANCNFSM5ORYLKUA. You are receiving this because you commented.Message ID: @.***>

Chenjlin28 commented 2 years ago

It may be that the image needs to be updated. I switched projects at the end of last summer. But it had been running successfully in different environments: intel Mac, VMs on servers, and Windows being ones I know of. Get Outlook for iOShttps://aka.ms/o0ukef

Oh, So this bug maybe due to my Mac mini which using an apple M1 chip, I will try again on another computer running Windows system.