From e4e01840bad42b6491e76245de5145132e6bb96b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 12 Oct 2022 15:06:50 +0200 Subject: [PATCH] Bot Updating Templated Files --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8567370..f4ca233 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,15 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf| ✅ | arm32v7-\ | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Stable releases with support for compiling Wireguard modules | +| alpine | ✅ | Stable releases based on Alpine *without* support for compiling Wireguard modules | + ## Application Setup During container start, it will first check if the wireguard module is already installed and loaded. Kernels newer than 5.6 generally have the wireguard module built-in (along with some older custom kernels). However, the module may not be enabled. Make sure it is enabled prior to starting the container. @@ -317,6 +326,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **12.10.22:** - Add Alpine branch. * **09.10.22:** - Switch back to iptables-legacy due to issues on some hosts. * **04.10.22:** - Rebase to Jammy. Upgrade to s6v3. * **16.05.22:** - Improve NAT handling in server mode when multiple ethernet devices are present.