-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
ARM docker Image #357
Comments
multi arch images would be great! its possible to setup easily with github actions |
Allow building amd64+arm64 multiarch images locally for those brave enough to experiment with them. Refs zulip#357.
Allow building amd64+arm64 multiarch images locally for those brave enough to experiment with them. Refs zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves #357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves zulip#357.
In light of recent changes to Docker Hub, move our Docker images into GHCR which integrates more tightly with GitHub flows we already use throughout the Zulip org. Since it's near-trivial to do so at the same time, add officiallly-supported ARM64 builds. Resolves #357.
it's been more than a year since this, just to know are there any update or hope for those with ARM? Thank you before hand! |
You'll want to ping the team about #397, the re-opened flavor of the PR linked to this issue above. I no longer work for Zulip and highly doubt I'll have the appropriate time to do much with that PR as an external contributor any time soon, but it appears there's not a whole lot of feedback on it to address before it'll be in a merge-ready state (to my eye, and with the understanding that my knowledge of the Zulip codebase context ends at the end of March when I changed dayjobs). |
Are there any updates on this? Would be great to be able to run on |
Any updates? :) Would be great to get this installed on an ARM VPS! 😄 |
For anyone who cannot wait (like me), simply build the image yourself on the target machine. For this, navigate to the folder to which you cloned docker-zulip: $ pwd
/home/dummy-user/docker-zulip
$ # this can take several minutes - in my case it was ~50 min on a relatively new server
$ # you can choose (almost) any tag you like after -t
$ docker buildx build -t zulip-arm:latest . Now edit the $ vim docker-compose.yml Change the image of zulip from You can probably also do this in one step changing image to build in the docker compose file. You will find more information about this in the official docker documentation. |
You can also cross-build from either architecture to the other. This is what the The branch is a year and a half old and at this point I don't know what kind of rebase pain someone would be in for to stack it onto current trunk, but I suspect at least that script could be cherry-picked and used by anyone interested, still. |
Dear: all contributors
we know that your software already support ARM however i see its docker image is not updated. is there any guide to help me do it or can you update the docker hub image?
Ref: https://blog.zulip.com/2022/03/29/zulip-5-0-released/
The text was updated successfully, but these errors were encountered: