diff --git a/docs/images/docker-wireguard.md b/docs/images/docker-wireguard.md index adffc54564..be4055d53d 100644 --- a/docs/images/docker-wireguard.md +++ b/docs/images/docker-wireguard.md @@ -33,15 +33,6 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf | ❌ | | -## 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 based on Alpine *without* support for compiling Wireguard modules. | -| legacy | ✅ | Stable releases with support for compiling Wireguard modules for older kernels. | - ## 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. @@ -116,7 +107,6 @@ This image can be run with a read-only container filesystem. For details please ### Caveats * Not supported in client mode. -* Not supported for the `legacy` tag. ## Usage @@ -447,6 +437,7 @@ To help with development, we generate this dependency graph. ## Versions +* **01.01.25:** - Deprecate legacy branch. * **13.08.24:** - Add `errors` plugin to default Corefile. * **23.07.24:** - Install kmod from alpine repository. * **24.05.24:** - Rebase to Alpine 3.20, install wireguard-tools from Alpine repo.