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

Multi platform images on Docker Hub #77

Open
felixse opened this issue Mar 14, 2021 · 3 comments
Open

Multi platform images on Docker Hub #77

felixse opened this issue Mar 14, 2021 · 3 comments

Comments

@felixse
Copy link

felixse commented Mar 14, 2021

Would be great to have arm/arm64 images on Docker Hub to easily run this on NAS devices or Raspberry Pis

@gridhead
Copy link
Contributor

The current Dockerfile works on armhf/arm64 devices and one can run docker build . -f Dockerfile -t dispatch to get one for themselves, though a multiplatform distribution on DockerHub would be appreciated.

@gridhead
Copy link
Contributor

I took some time out to build an image for arm64 on my home build server built on Raspberry Pi 4B.

See if this works for you https://hub.docker.com/r/t0xic0der/dispatch.

docker run \
  -p {{ HTTP_PORT }}:80 \
  -p {{ HTTPS_PORT }}:443 \
  -v {{ DATA_DIRECTORY }}:/data \
  --restart unless-stopped \
  -d t0xic0der/dispatch:arm64

@daftaupe
Copy link
Contributor

Thanks @t0xic0der
How could we achieve this for the official repository ? Should an arm64 machine be deployed somewhere in order to have such a build available ?

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