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
@@ -80,7 +82,7 @@ If you don't know much about Docker or want to just get started as easily as pos
80
82
* If this script indicates that your CPU is not supported, check out the [KNOWN ISSUES section on this for clean installs](#clean-installs) for how you can proceed with the v6 controller image.
81
83
1.**Picking an image tag**
82
84
*`major` version tagged - For people who want to set it and forget it (i.e. - if you are used to just using `latest`), there is also the major tag version (i.e. - `5`, `6`, etc) which should be mostly safe from non-breaking changes.
83
-
*`major.minor` version tagged - Most people will want to use a major.minor tag version (i.e. - `6.1`) as this is the safest option and can almost certainly be considered to be non-breaking when a new version of the image is available.
85
+
*`major.minor` version tagged - Most people will want to use a major.minor tag version (i.e. - `6.2`) as this is the safest option and can almost certainly be considered to be non-breaking when a new version of the image is available.
84
86
***USING THE `latest` TAG IS A BAD IDEA - DO NOT DO IT!** Using `latest` with software like this is not a good idea because you may upgrade to a version that your devices do not support and TP-Link can put in breaking changes at any time! Instead, use one of the two tag types above.
85
87
*~~If you need to create PDF reports from the controller, there are [tags with Chromium](#tags-with-chromium) as that is required to generate them. Those images are much larger and only available for `amd64` so only use them if you really need that functionality.~~ Reports are now CSV and XLSX so they do not require Chromium.
86
88
1.**Picking your networking mode**
@@ -95,11 +97,11 @@ If you don't know much about Docker or want to just get started as easily as pos
95
97
* There are several ways to run your controller container:
96
98
*[docker run...](#example-usage)
97
99
* Examples for both host (_preferred_) and bridge network modes
98
-
* Uses the latest major.minor (i.e. - `6.1`) tag
100
+
* Uses the latest major.minor (i.e. - `6.2`) tag
99
101
* Only requires Docker to be set up
100
102
*[docker compose](#using-docker-compose)
101
103
* Examples for both host (_preferred_) and bridge network modes
102
-
* Uses the latest major.minor (i.e. - `6.1`) tag
104
+
* Uses the latest major.minor (i.e. - `6.2`) tag
103
105
* Requires Docker and [Docker Compose](https://docs.docker.com/compose/) to be set up
104
106
*[k8s](#using-k8s)
105
107
* Deployment is k8s is an advanced topic; only use this if you know what you are doing and can support yourself.
@@ -146,21 +148,40 @@ For every version at any given point in time, there are many different tags: `ma
146
148
147
149
### Multi-arch Tags
148
150
149
-
For a full tag list, search the [Docker Hub tags list](https://hub.docker.com/r/mbentley/omada-controller/tags). The following tags have multi-arch support for `amd64` and `arm64` and will automatically pull the correct tag based on your system's architecture:
151
+
For a full tag list, search the [Docker Hub tags list](https://hub.docker.com/r/mbentley/omada-controller/tags). The following tags have multi-arch support for `amd64` and `arm64` and will automatically pull the correct tag based on your system's architecture.
152
+
153
+
#### OpenJDK
154
+
155
+
These are builds with the standard OpenJDK JVM.
150
156
151
157
| Tag(s) | Major.Minor Release | Current Version |
These are builds with [OpenJ9](https://eclipse.dev/openj9/); an alternative to the standard OpenJDK JVM implementation. OpenJ9 is optimized for low memory footprint and fast startup time.
167
+
168
+
> [!NOTE]
169
+
> Work on optimizing the OpenJ9 builds is still ongoing but you will likely see a reduced memory footprint so these builds are ideal for situations where memory usage is more of a concern.
170
+
171
+
| Tag(s) | Major.Minor Release | Current Version |
If for some reason you can't use the multi-arch tags, there are explicitly tagged images with the architecture (`-amd64` and `-arm64`) appended to them. Check [Docker Hub](https://hub.docker.com/r/mbentley/omada-controller/tags) for the full list of tags.
160
181
161
182
### Explicit Version Tags
162
183
163
-
If you need a specific version of the controller, starting with 5.13 and 5.14, there are explicitly tagged images with the exact version (i.e. - `6.1.0.19`) in the tag name. Check [Docker Hub](https://hub.docker.com/r/mbentley/omada-controller/tags) for the full list of tags.
184
+
If you need a specific version of the controller, starting with 5.13 and 5.14, there are explicitly tagged images with the exact version (i.e. - `6.2.0.17`) in the tag name. Check [Docker Hub](https://hub.docker.com/r/mbentley/omada-controller/tags) for the full list of tags.
164
185
165
186
### Tags for Beta/Testing
166
187
@@ -170,10 +191,6 @@ These are multi-arch tags. For the full tag listings, see the Docker Hub tags ab
0 commit comments