Multi-Arch docker image for boringtun
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
A github action runs every night and pushes a new manifest if the main branch of Cloudflare's boringtun was updated.
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
.
Based on Debian:stable-slim
Based on Alpine
Images can be found on Docker Hub leonnicolas/boringtun
and GitHub Container Registry ghcr.io/leonnicolas/boringtun
.