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

Add ARM version #4

Open
DomiStyle opened this issue Nov 13, 2018 · 11 comments · May be fixed by #64
Open

Add ARM version #4

DomiStyle opened this issue Nov 13, 2018 · 11 comments · May be fixed by #64
Labels
enhancement New feature or request

Comments

@DomiStyle
Copy link
Owner

Make it work on a Raspberry Pi.

@DomiStyle DomiStyle added the enhancement New feature or request label Nov 13, 2018
@IanWardell
Copy link

Quick question related to this.
Has it been added as of yet or is there a pre-built fork that you know of?

@DomiStyle
Copy link
Owner Author

@good4y0u This is still dependent on the ARM version of the baseimage I use:
jlesage/docker-baseimage#1

@kg6zvp
Copy link

kg6zvp commented Mar 27, 2021

Any movement on this?

@DomiStyle
Copy link
Owner Author

@kg6zvp Unfortunately no. This still depends on the baseimage supporting ARM.

@rvoosterhout
Copy link

is it possible to create a fork using the baseimage which supports ARM?

https://hub.docker.com/r/didierc/baseimage-gui

@DomiStyle
Copy link
Owner Author

Possible yes, but it would have to be a baseimage which uses an ARM emulator to build the image.

You can build this image on any ARM device on your own already.

The one you linked is just the same repo but compiled on an ARM device. Not something I can use for builds on Docker Hub.

@Mr-Technician
Copy link

Has any progress been made on this? I am hoping to use this to manage both of my Proxmox servers from a Raspberry Pi.

@Dark98
Copy link

Dark98 commented Jan 4, 2023

Possible yes, but it would have to be a baseimage which uses an ARM emulator to build the image.

You can build this image on any ARM device on your own already.

The one you linked is just the same repo but compiled on an ARM device. Not something I can use for builds on Docker Hub.

Are you able to explain a bit more what you mean? I'm new to docker but would like to work/contribute towards this if possible

@mihai-satmarean
Copy link

Very useful tool! I would like to build it on a mac M1, can you please update with some simple hints? Thanks!

@Bloodpack
Copy link

Any movement on this? It would be nice to have it run on raspi.......

@dawidkulas dawidkulas linked a pull request Oct 12, 2023 that will close this issue
@swarren
Copy link

swarren commented Mar 21, 2024

You can probably get it working by emulating x86-64 on ARM by:

  • apt install qemu-user-static on the (ARM) host
  • copy the (ARM) host's qemu-x86_64-static to /usr/bin/qemu-x86_64-static in the Docker image, or just maybe also apt install qemu-user-static in Dockerfile. You will still build the Docker image on x86, even though you run it on ARM.
    This may be slow, since it's emulating (JITing to ARM) the x86 code...

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

Successfully merging a pull request may close this issue.

9 participants