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:** The plugins listed in the url is of the format `geoserver-2.28.1-wps-plugin.zip`, but the env
205
+
**Note:** The plugins listed in the url is of the format `geoserver-2.28.2-wps-plugin.zip`, but the env
206
206
variable expects the env to be of the format `wps-plugin`. Always consult the url to see which plugins
207
207
are available. The text file [stable_plugins.txt](https://github.com/kartoza/docker-geoserver/blob/master/build_data/stable_plugins.txt)
208
208
contains a curated list of plugins but might be out of date in some cases.
209
209
210
210
Example
211
211
212
212
```
213
-
ie VERSION=2.28.1
213
+
ie VERSION=2.28.2
214
214
docker run -d -p 8600:8080 --name geoserver -e STABLE_EXTENSIONS=charts-plugin,db2-plugin kartoza/geoserver:${VERSION}
215
215
216
216
```
217
217
218
-
You can pass any comma-separated extensions as defined in [stable_plugins](https://sourceforge.net/projects/geoserver/files/GeoServer/2.28.1/extensions/)
218
+
You can pass any comma-separated extensions as defined in [stable_plugins](https://sourceforge.net/projects/geoserver/files/GeoServer/2.28.2/extensions/)
219
219
220
220
#### Activate community extensions during contain startup
221
221
@@ -230,7 +230,7 @@ contains a curated list of community plugins but might be out of date in some ca
230
230
Example
231
231
232
232
```
233
-
ie VERSION=2.28.1
233
+
ie VERSION=2.28.2
234
234
docker run -d -p 8600:8080 --name geoserver -e COMMUNITY_EXTENSIONS=gwc-sqlite-plugin,ogr-datastore-plugin kartoza/geoserver:${VERSION}
235
235
```
236
236
@@ -246,7 +246,7 @@ following the guidelines from [GeoServer develop guidelines](https://docs.geoser
246
246
The image ships with sample data. This can be used to familiarize yourself with GeoServer. This is not activated by default. You can activate it using the environment variable `boolean SAMPLE_DATA`.
247
247
248
248
```
249
-
ie VERSION=2.28.1
249
+
ie VERSION=2.28.2
250
250
docker run -d -p 8600:8080 --name geoserver -e SAMPLE_DATA=true kartoza/geoserver:${VERSION}
251
251
```
252
252
@@ -317,14 +317,14 @@ If you set the environment variable `SSL=true` but do not provide the pem files
317
317
the container will generate self-signed SSL certificates.
0 commit comments