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
**Note:** Please check the [GeoServer documentation](https://docs.geoserver.org/stable/en/user/production/index.html)
@@ -171,7 +171,7 @@ The image ships with the following stable plugins:
171
171
* csw-plugin
172
172
173
173
**Note:** The plugins listed above are omitted from [Stable_plugins.txt](https://github.com/kartoza/docker-geoserver/blob/master/build_data/stable_plugins.txt)
174
-
even though they are considered [stable plugins](https://sourceforge.net/projects/geoserver/files/GeoServer/2.22.1/extensions/)
174
+
even though they are considered [stable plugins](https://sourceforge.net/projects/geoserver/files/GeoServer/2.22.2/extensions/)
175
175
The image activates them on startup.
176
176
177
177
The image provides the necessary plugin zip files which are used when activating the
@@ -189,7 +189,7 @@ The environment variable `STABLE_EXTENSIONS` can be used to activate plugins lis
189
189
Example
190
190
191
191
```
192
-
ie VERSION=2.22.1
192
+
ie VERSION=2.22.2
193
193
docker run -d -p 8600:8080 --name geoserver -e STABLE_EXTENSIONS=charts-plugin,db2-plugin kartoza/geoserver:${VERSION}
194
194
195
195
```
@@ -210,7 +210,7 @@ The environment variable `COMMUNITY_EXTENSIONS` can be used to activate plugins
210
210
Example
211
211
212
212
```
213
-
ie VERSION=2.22.1
213
+
ie VERSION=2.22.2
214
214
docker run -d -p 8600:8080 --name geoserver -e COMMUNITY_EXTENSIONS=gwc-sqlite-plugin,ogr-datastore-plugin kartoza/geoserver:${VERSION}
215
215
216
216
```
@@ -228,7 +228,7 @@ Geoserver ships with sample data which can be used by users to familiarize them
228
228
This is not activated by default. You can activate it using the environment variable `SAMPLE_DATA=true`
229
229
230
230
```
231
-
ie VERSION=2.22.1
231
+
ie VERSION=2.22.2
232
232
docker run -d -p 8600:8080 --name geoserver -e SAMPLE_DATA=true kartoza/geoserver:${VERSION}
233
233
234
234
```
@@ -319,14 +319,14 @@ If you set the environment variable `SSL=true` but do not provide the pem files
319
319
the container will generate a self-signed SSL certificates.
0 commit comments