mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #164] ARM image? #152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Roming22 on GitHub (Oct 6, 2019).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/164
Hi
Is there any chance you could provide an image for ARM (e.g. RaspberryPi3 and 4)?
Your project works fine on that architecture, but it would just be more convenient to not have to check for updates on your repo and build new images for projects that uses this project as a base image.
Regards
@shaomeng commented on GitHub (Oct 7, 2019):
@Roming22 Just FYI, I built the docker image for my raspberry pi following steps described here, and it's quite easy and works well!
@Roming22 commented on GitHub (Oct 8, 2019):
@shaomeng Yes, as my post said the project works fine on ARM. It is just that I have another image based on that project, and it is a pain having to make sure that I don't miss updates.
If there was an ARM base image, I could just have a
FROM hwdsl2/docker-ipsec-vpn-serverand I'd be guaranteed to use an up to date version.@hwdsl2 commented on GitHub (Dec 22, 2019):
@Roming22 Thank you for your suggestion. Currently, Docker Hub automated builds do not support building multi-arch images [1, 2]. For this reason, please continue to use the workaround in [3] for now.
[1] https://github.com/docker/hub-feedback/issues/1779
[2] https://github.com/moby/moby/issues/36552
[3] https://github.com/hwdsl2/docker-ipsec-vpn-server#use-on-raspberry-pis
@hwdsl2 commented on GitHub (Jun 21, 2020):
Fixed in
de29744. Multi-arch images are now available:@Roming22 commented on GitHub (Jun 23, 2020):
Thanks!