Skip to content

leonnicolas/boringtun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boringtun

Multi Arch Build Multi Arch Build for Alpine Docker Pulls

Multi-Arch docker image for boringtun

Usage

docker run -it --rm --cap-add=NET_ADMIN --device=/dev/net/tun -v /var/run/wireguard:/var/run/wireguard -p 51820:51820 -e WG_LOG_LEVEL=debug  leonnicolas/boringtun --foreground --disable-drop-privileges true wg0

Build

A github action runs every night and pushes a new manifest if the main branch of Cloudflare's boringtun was updated.

Available Tags

For every day with a new commit to Cloudflare's boringtun, a manifest with a new tag is created.

Manifests annotated with only a sha sum are based on Debian:stable-slim.

Manifests with the tag alpine-<sha> or alpine are based on alpine.

latest

Based on Debian:stable-slim

alpine

Based on Alpine

Container Registry

Images can be found on Docker Hub leonnicolas/boringtun and GitHub Container Registry ghcr.io/leonnicolas/boringtun.