GithubHelp home page GithubHelp logo

carlonluca / docker-openvpn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lisenet/docker-openvpn

0.0 0.0 0.0 54 KB

OpenVPN server in a Docker container.

License: MIT License

Shell 96.57% Dockerfile 3.43%

docker-openvpn's Introduction

OpenVPN for Docker

version Docker Stars Docker Pulls last commit commit activity issues pull_requests_closed

OpenVPN server in a Docker container complete with an EasyRSA PKI CA.

Dockerfile and config forked from a no longer maintained kylemanna/docker-openvpn GitHub repo.

Upstream Links

Release Process

There are three Docker tags used for every new container image build using GitHub workflows:

  1. ${OPENVPN_VERSION}
  2. ${OPENVPN_VERSION}-build${BUILD_ID}
  3. latest

Each build includes the OpenVPN version tag that the image was built with, e.g. 2.6.6. This image, however, gets updated with every pull request, meaning that it's still a moving target for a given version of OpenVPN.

In order to preserve builds across pulls requests, each release also includes a build ID, e.g. 2.6.6-build12, which does not get overwritten. If you want to use a specific version of the OpenVPN image that does not change, use this tag.

Finally, each new build updates the latest tag, meaning that if you want to use the latest version of the OpenVPN image including all latest code changes, then you should use this tag.

How to Build Locally

docker build --pull --no-cache -t lisenet/openvpn:latest .

How to Deploy

Deployment to Kubernetes is currently the only supported (and tested) method. If you would like to contribute and provide instructions for other deployment methods (e.g. Podman, Docker engine, Compose, Swarm etc), please consider raising a pull request.

See docs/kubernetes-deployment.md.

Tested On

  • OpenVPN server deployment:
    • Kubernetes 1.28 on Rocky 9 (QEMU/KVM).
    • Kubernetes 1.26 on Rocky 8 (QEMU/KVM).
  • Clients:
    • Android App OpenVPN Connect 3.3.4 (9290).
    • OpenVPN 2.5.9 on Rocky 9.
    • OpenVPN 2.4.12 on Rocky 8.
    • OpenVPN 2.4.7 on Debian 10.
    • OpenVPN 2.5.5 on Ubuntu 22.04 LTS.
    • OpenVPN 2.4.7 on Ubuntu 20.04 LTS.

Contributing

CONTRIBUTING

License

LICENSE

docker-openvpn's People

Contributors

lisenet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.