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

Distribute arm64 polkadot docker image #2892

Open
pepyakin opened this issue Jan 9, 2024 · 2 comments
Open

Distribute arm64 polkadot docker image #2892

pepyakin opened this issue Jan 9, 2024 · 2 comments

Comments

@pepyakin
Copy link
Contributor

pepyakin commented Jan 9, 2024

As of now, parity/polkadot image on docker hub is distributed as a linux/amd64 image. https://hub.docker.com/r/parity/polkadot/

It would be great if that was a multi-arch image providing an linux/arm64 image. The reason is two-fold:

  1. Lately, arm64 is gaining adoption. Running cloud instances in AWS on ARM is cheaper than Intel/AMD.
  2. There are many people using macOS for development. While it does support running linux/amd64 using rosetta 2 translation layer, linux/arm64 is running full-speed (as much as it's possible with virtualization anyway).
@ggwpez
Copy link
Member

ggwpez commented Jan 9, 2024

I think there were some investigations by @chevdor (#802 and paritytech/polkadot#6108 for example) for binaries, but docker would also be nice.

@ntn-x2
Copy link

ntn-x2 commented Jan 9, 2024

+10000 for this! Running Zombienet-based tests using a k8s provider would be much much easier if arm64 images would be available.

bkchr pushed a commit that referenced this issue Apr 10, 2024
…der (#2892)

* [Bridges] Move chain definitions to separate folder (#3822)

Related to
paritytech/parity-bridges-common#2538

This PR doesn't contain any functional changes.

The PR moves specific bridged chain definitions from
`bridges/primitives` to `bridges/chains` folder in order to facilitate
the migration of the `parity-bridges-repo` into `polkadot-sdk` as
discussed in https://hackmd.io/LprWjZ0bQXKpFeveYHIRXw?view

Apart from this it also includes some cosmetic changes to some
`Cargo.toml` files as a result of running `diener workspacify`.

(cherry picked from commit 0711729)

* diener workspacify
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

3 participants