docker-openvpn-client
docker-openvpn-client copied to clipboard
2.4.9 r0
Why the open and close? This looks potentially great? Care to open it again and discuss?
:smile: I wanted to create a pull request for my own fork. But I certainly can reopen if you are interested.
It builds successfully on docker hub. You can check it out: https://hub.docker.com/r/frauhottelmann/openvpn-client It is still a bit weird, because two of the three build "fail" because the manifest only works when all images are done and then the hook for manifest creation only works when the third image is being build.
I also have it set up on docker hub that it automatically builds when I create a release (with a openvpn version number from Alpine's repo).
@ekristen I think I'll try to fix the post_push hook for manifest creation. I don't care for maintaining my own image very much. If you merge this afterwards I would just delete my branch and Docker Hub image.
@ekristen if you are still interested, I am done with the multi arch auto build. It is in my master branch. On docker hub you only have to set up one auto build and then all arches are being build and pushed. Most of it comes from https://github.com/jnovack/docker-multi-arch-hooks
I'm still interested, just a little backed up on getting to some of my OSS stuff. I'll take a look as soon as I can.