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
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ The architectures supported by this image are:
38
38
| :----: | --- |
39
39
| x86-64 | latest |
40
40
41
+
## Version Tags
42
+
43
+
This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them.
44
+
45
+
| Tag | Description |
46
+
| :----: | --- |
47
+
| latest | Stable releases based on ubuntu bionic |
48
+
| xenial | Stable releases based on ubuntu xenial |
41
49
42
50
## Usage
43
51
@@ -197,6 +205,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
197
205
198
206
## Versions
199
207
208
+
***25.07.19:** - Create a xenial branch and rebase master to bionic.
200
209
***07.04.19:** - Fix first time config.
201
210
***03.04.19:** - Big rewrite of the install and update logic of openvpn-as to fix breaking changes (should fix updating from 2.6.1 to 2.7.3), added mysql-client for cluster support.
Copy file name to clipboardExpand all lines: readme-vars.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ available_architectures:
13
13
- { arch: "{{ arch_x86_64 }}", tag: "latest"}
14
14
15
15
# development version
16
-
development_versions: false
16
+
development_versions: true
17
+
development_versions_items:
18
+
- { tag: "latest", desc: "Stable releases based on ubuntu bionic" }
19
+
- { tag: "xenial", desc: "Stable releases based on ubuntu xenial" }
17
20
18
21
# container parameters
19
22
common_param_env_vars_enabled: true
@@ -60,6 +63,7 @@ app_setup_block: |
60
63
61
64
# changelog
62
65
changelogs:
66
+
- { date: "25.07.19:", desc: "Create a xenial branch and rebase master to bionic." }
63
67
- { date: "07.04.19:", desc: "Fix first time config." }
64
68
- { date: "03.04.19:", desc: "Big rewrite of the install and update logic of openvpn-as to fix breaking changes (should fix updating from 2.6.1 to 2.7.3), added mysql-client for cluster support." }
65
69
- { date: "14.03.19:", desc: "Update deb package URL." }
0 commit comments