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

Cross platform, cross architecture install of Docker #4

Closed
santosh opened this issue Feb 25, 2022 · 2 comments
Closed

Cross platform, cross architecture install of Docker #4

santosh opened this issue Feb 25, 2022 · 2 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@santosh
Copy link
Owner

santosh commented Feb 25, 2022

This issue is a good place to do hands-on with Ansible. You can learn to use conditionals, and how to deal with multi-architecture installation on a large scale.

The current installation is for Ubuntu on ARM64.

@santosh santosh added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 25, 2022
@santosh santosh self-assigned this Nov 28, 2022
@santosh
Copy link
Owner Author

santosh commented Nov 28, 2022

As a way to do multi-arch building of docker image:

  • Install emulation related package: sudo apt install qemu-user-static
  • Create a build profile: docker buildx create --use --name multiarch
  • Bootstrap the profile: docker buildx inspect --bootstrap

@santosh santosh changed the title Cross platform, corss architecture install of Docker Cross platform, cross architecture install of Docker Nov 28, 2022
@santosh
Copy link
Owner Author

santosh commented Jul 13, 2024

It's been long since this issue was registered.

We need to reasses how the building process is and whether is requires above mentioned process.

I'm closing this issue now as it seems irrelevant to me at the moment.

@santosh santosh closed this as completed Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant