You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,6 @@ The architectures supported by this image are:
56
56
| arm64 | ✅ | arm64v8-\<version tag\>|
57
57
| armhf | ❌ ||
58
58
59
-
## Version Tags
60
-
61
-
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
62
-
63
-
| Tag | Available | Description |
64
-
| :----: | :----: |--- |
65
-
| latest | ✅ | Stable releases based on Alpine *without* support for compiling Wireguard module. |
66
-
| legacy | ✅ | Stable releases with support for compiling Wireguard modules for older kernels. |
67
-
68
59
## Application Setup
69
60
70
61
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.
@@ -139,7 +130,6 @@ This image can be run with a read-only container filesystem. For details please
139
130
### Caveats
140
131
141
132
* Not supported in client mode.
142
-
* Not supported for the `legacy` tag.
143
133
144
134
## Usage
145
135
@@ -398,6 +388,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
398
388
399
389
## Versions
400
390
391
+
***01.01.25:** - Deprecate legacy branch.
401
392
***20.12.24:** - Rebase to Alpine 3.21.
402
393
***13.08.24:** - Add `errors` plugin to default Corefile.
403
394
***23.07.24:** - Install kmod from alpine repository.
0 commit comments