kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.68k stars 2.38k forks source link

Aarch64 OpenVPN Container build on docker hub #287

Open KurtStam opened 7 years ago

KurtStam commented 7 years ago

In my fork

https://github.com/KurtStam/docker-openvpn/tree/aarch64

I have created a build that creates an aarch64 OpenVPN container on docker hub:

https://hub.docker.com/r/project31/aarch64-docker-openvpn/

I can keep maintaining it, but I think having it as an aarch64 branch on this project might make more sense. If you're interested that is.. Please let me know.

WDYT?

--Kurt

kylemanna commented 7 years ago

Unless it has full support for testing on Travis CI I can't merge it.

KurtStam commented 7 years ago

@kylemanna, Travis CI should still work right? I'm simply adding a new Dockerfile.aarch64 which is used for the Dockerhub build only.

kylemanna commented 7 years ago

Travis-CI has never worked. Someone need to wrap it in a qemu script or something. I'm very hesitant to merge Aarch64 stuff as I can't test it.

KurtStam commented 7 years ago

@kylemanna the docker build is wrapped in qemu, but running it is not. So Travis-CI will fail there. It should be possible though: https://github.com/travis-ci/travis-ci/issues/3376. I will try to see if that is usable here.

buchdag commented 7 years ago

It starts by building the container locally. Travis CI don't provide ARM based CPUs so that won't be possible without some hack with qemu.

pho3nixf1re commented 4 years ago

Looks like this is possible now.

https://blog.travis-ci.com/2019-10-07-multi-cpu-architecture-support

nerdyness commented 3 years ago

Would be great to have the image on Dockerhub updated more regularly as well.

I'm planning to run this on my Raspberry Pi and it would be great to be able to just pull the image from Docker Hub.