Update docs for 1.8.7

This commit is contained in:
Gabriel Roldan 2024-07-04 14:32:44 -03:00
parent 6bea7d82e0
commit 170bbdbbc4
7 changed files with 47 additions and 47 deletions

View File

@ -81,7 +81,7 @@ Follow the [developer's guide](docs/develop/index.md) to know more about the pro
## Status
`v1.8.6` released against GeoServer `2.25.2`.
`v1.8.7` released against GeoServer `2.25.2`.
Read the [changelog](https://github.com/geoserver/geoserver-cloud/releases/) for more information.

View File

@ -45,7 +45,7 @@ services:
# Browse to http://localhost:8761 to check all services are registered.
# Run docker-compose -f docker-compose.yml -f docker-compose-discovery-ha.yml to run extra discovery service instances for HA
discovery:
image: geoservercloud/geoserver-cloud-discovery:1.8.6
image: geoservercloud/geoserver-cloud-discovery:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
ports:
- 8761:8761
@ -62,7 +62,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled
config:
image: geoservercloud/geoserver-cloud-config:1.8.6
image: geoservercloud/geoserver-cloud-config:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- discovery
@ -75,8 +75,8 @@ services:
SPRING_PROFILES_ACTIVE: git
# 'git' profile config
CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git
# get the config for this release from the v1.8.6 tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.8.6
# get the config for this release from the v1.8.7 tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.8.7
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
CONFIG_GIT_BASEDIR: /tmp/git_config
# 'native' profile config
@ -97,7 +97,7 @@ services:
# Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc)
gateway:
image: geoservercloud/geoserver-cloud-gateway:1.8.6
image: geoservercloud/geoserver-cloud-gateway:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -116,7 +116,7 @@ services:
# WFS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wfs=5)
wfs:
image: geoservercloud/geoserver-cloud-wfs:1.8.6
image: geoservercloud/geoserver-cloud-wfs:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -132,7 +132,7 @@ services:
# WMS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wms=5)
wms:
image: geoservercloud/geoserver-cloud-wms:1.8.6
image: geoservercloud/geoserver-cloud-wms:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -151,7 +151,7 @@ services:
# WCS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wcs=5)
wcs:
image: geoservercloud/geoserver-cloud-wcs:1.8.6
image: geoservercloud/geoserver-cloud-wcs:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -167,7 +167,7 @@ services:
# REST config microservice, port dynamically allocated to allow scaling (e.g docker-compose scale rest=5)
rest:
image: geoservercloud/geoserver-cloud-rest:1.8.6
image: geoservercloud/geoserver-cloud-rest:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -185,7 +185,7 @@ services:
# WEB UI microservice
webui:
image: geoservercloud/geoserver-cloud-webui:1.8.6
image: geoservercloud/geoserver-cloud-webui:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- rabbitmq
@ -202,7 +202,7 @@ services:
cpus: '2.0'
memory: 1G
gwc:
image: geoservercloud/geoserver-cloud-gwc:1.8.6
image: geoservercloud/geoserver-cloud-gwc:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config

View File

@ -81,7 +81,7 @@ services:
# Browse to http://localhost:8761 to check all services are registered.
# Run docker-compose -f docker-compose.yml -f docker-compose-discovery-ha.yml to run extra discovery service instances for HA
discovery:
image: geoservercloud/geoserver-cloud-discovery:1.8.6
image: geoservercloud/geoserver-cloud-discovery:1.8.7
user: 1000:1000
depends_on:
- config
@ -97,7 +97,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled
config:
image: geoservercloud/geoserver-cloud-config:1.8.6
image: geoservercloud/geoserver-cloud-config:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
environment:
# Either 'git' or 'native'. Use the default sample git repository to download the services configuration from
@ -106,7 +106,7 @@ services:
SPRING_PROFILES_ACTIVE: git
# 'git' profile config
CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git
# get the config for this release from the v1.8.6 tag
# get the config for this release from the v1.8.7 tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: master
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
CONFIG_GIT_BASEDIR: /tmp/git_config
@ -126,7 +126,7 @@ services:
# Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc)
gateway:
image: geoservercloud/geoserver-cloud-gateway:1.8.6
image: geoservercloud/geoserver-cloud-gateway:1.8.7
user: 1000:1000
depends_on:
- discovery
@ -143,7 +143,7 @@ services:
# WFS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wfs=5)
wfs:
image: geoservercloud/geoserver-cloud-wfs:1.8.6
image: geoservercloud/geoserver-cloud-wfs:1.8.7
extends:
service: geoserver
depends_on:
@ -162,7 +162,7 @@ services:
# WMS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wms=5)
wms:
image: geoservercloud/geoserver-cloud-wms:1.8.6
image: geoservercloud/geoserver-cloud-wms:1.8.7
extends:
service: geoserver
depends_on:
@ -181,7 +181,7 @@ services:
# WCS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wcs=5)
wcs:
image: geoservercloud/geoserver-cloud-wcs:1.8.6
image: geoservercloud/geoserver-cloud-wcs:1.8.7
extends:
service: geoserver
depends_on:
@ -200,7 +200,7 @@ services:
# WPS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wps=5)
wps:
image: geoservercloud/geoserver-cloud-wps:1.8.6
image: geoservercloud/geoserver-cloud-wps:1.8.7
extends:
service: geoserver
depends_on:
@ -219,7 +219,7 @@ services:
# REST config microservice, port dynamically allocated to allow scaling (e.g docker-compose scale rest=5)
rest:
image: geoservercloud/geoserver-cloud-rest:1.8.6
image: geoservercloud/geoserver-cloud-rest:1.8.7
extends:
service: geoserver
depends_on:
@ -238,7 +238,7 @@ services:
# WEB UI microservice
webui:
image: geoservercloud/geoserver-cloud-webui:1.8.6
image: geoservercloud/geoserver-cloud-webui:1.8.7
extends:
service: geoserver
depends_on:
@ -256,7 +256,7 @@ services:
replicas: 1
gwc:
image: geoservercloud/geoserver-cloud-gwc:1.8.6
image: geoservercloud/geoserver-cloud-gwc:1.8.7
extends:
service: geoserver
depends_on:
@ -274,7 +274,7 @@ services:
replicas: 1
geoserver:
image: geoservercloud/geoserver-cloud-webui:1.8.6
image: geoservercloud/geoserver-cloud-webui:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
environment:
JAVA_OPTS: -XX:MaxRAMPercentage=80 -XshowSettings:system

View File

@ -36,7 +36,7 @@ services:
# Browse to http://localhost:8761 to check all services are registered.
# Run docker-compose -f docker-compose.yml -f docker-compose-discovery-ha.yml to run extra discovery service instances for HA
discovery:
image: geoservercloud/geoserver-cloud-discovery:1.8.6
image: geoservercloud/geoserver-cloud-discovery:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
ports:
- 8761:8761
@ -53,7 +53,7 @@ services:
# microservices. Being a Discovery First Bootstrap configuration, it'll
# register itself with the Eureka discovery service and can be scaled
config:
image: geoservercloud/geoserver-cloud-config:1.8.6
image: geoservercloud/geoserver-cloud-config:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- discovery
@ -65,8 +65,8 @@ services:
SPRING_PROFILES_ACTIVE: git
# 'git' profile config
CONFIG_GIT_URI: https://github.com/geoserver/geoserver-cloud-config.git
# get the config for this release from the v1.8.6 tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.8.6
# get the config for this release from the v1.8.7 tag
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.8.7
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
CONFIG_GIT_BASEDIR: /tmp/git_config
# 'native' profile config
@ -87,7 +87,7 @@ services:
# Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc)
gateway:
image: geoservercloud/geoserver-cloud-gateway:1.8.6
image: geoservercloud/geoserver-cloud-gateway:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -106,7 +106,7 @@ services:
# WFS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wfs=5)
wfs:
image: geoservercloud/geoserver-cloud-wfs:1.8.6
image: geoservercloud/geoserver-cloud-wfs:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -125,7 +125,7 @@ services:
# WMS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wms=5)
wms:
image: geoservercloud/geoserver-cloud-wms:1.8.6
image: geoservercloud/geoserver-cloud-wms:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -146,7 +146,7 @@ services:
# WCS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wcs=5)
wcs:
image: geoservercloud/geoserver-cloud-wcs:1.8.6
image: geoservercloud/geoserver-cloud-wcs:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -165,7 +165,7 @@ services:
# REST config microservice, port dynamically allocated to allow scaling (e.g docker-compose scale rest=5)
rest:
image: geoservercloud/geoserver-cloud-rest:1.8.6
image: geoservercloud/geoserver-cloud-rest:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -186,7 +186,7 @@ services:
# WEB UI microservice
webui:
image: geoservercloud/geoserver-cloud-webui:1.8.6
image: geoservercloud/geoserver-cloud-webui:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config
@ -205,7 +205,7 @@ services:
cpus: '2.0'
memory: 1G
gwc:
image: geoservercloud/geoserver-cloud-gwc:1.8.6
image: geoservercloud/geoserver-cloud-gwc:1.8.7
user: 1000:1000 # set the userid:groupid the container runs as
depends_on:
- config

View File

@ -28,7 +28,7 @@ In order to speed up the "starting" part of the documentation we are going to do
```bash
podman pull docker.io/library/rabbitmq:3.9-management
export GSCLOUD_VERSION=1.8.6
export GSCLOUD_VERSION=1.8.7
for service in discovery config gateway admin-server rest webui wms wfs wcs
do
@ -71,7 +71,7 @@ podman run -d --name=config --hostname=config \
--network gs-cloud-network \
-e SPRING_PROFILES_ACTIVE=git \
-e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.8.6 \
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.8.7 \
-e CONFIG_GIT_BASEDIR=/opt/app/git_config \
geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION
```

View File

@ -152,15 +152,15 @@ The simple build command above creates the following docker images:
```bash
$ docker images|grep geoserver-cloud|sort
geoservercloud/geoserver-cloud-config 1.8.6 be987ff2a85e 42 minutes ago 319MB
geoservercloud/geoserver-cloud-discovery 1.8.6 abc5a17cf14c 42 minutes ago 320MB
geoservercloud/geoserver-cloud-gateway 1.8.6 10f267950c15 42 minutes ago 317MB
geoservercloud/geoserver-cloud-rest 1.8.6 29406a1e1fdb 36 minutes ago 429MB
geoservercloud/geoserver-cloud-wcs 1.8.6 c77ac22aa522 37 minutes ago 391MB
geoservercloud/geoserver-cloud-webui 1.8.6 876d6fc3fac0 36 minutes ago 449MB
geoservercloud/geoserver-cloud-wfs 1.8.6 62960137eb5a 38 minutes ago 410MB
geoservercloud/geoserver-cloud-wms 1.8.6 6686ca90b552 38 minutes ago 437MB
geoservercloud/geoserver-cloud-wps 1.8.6 73bae600226c 37 minutes ago 416MB
geoservercloud/geoserver-cloud-config 1.8.7 be987ff2a85e 42 minutes ago 319MB
geoservercloud/geoserver-cloud-discovery 1.8.7 abc5a17cf14c 42 minutes ago 320MB
geoservercloud/geoserver-cloud-gateway 1.8.7 10f267950c15 42 minutes ago 317MB
geoservercloud/geoserver-cloud-rest 1.8.7 29406a1e1fdb 36 minutes ago 429MB
geoservercloud/geoserver-cloud-wcs 1.8.7 c77ac22aa522 37 minutes ago 391MB
geoservercloud/geoserver-cloud-webui 1.8.7 876d6fc3fac0 36 minutes ago 449MB
geoservercloud/geoserver-cloud-wfs 1.8.7 62960137eb5a 38 minutes ago 410MB
geoservercloud/geoserver-cloud-wms 1.8.7 6686ca90b552 38 minutes ago 437MB
geoservercloud/geoserver-cloud-wps 1.8.7 73bae600226c 37 minutes ago 416MB
```
To run the build without building the docker images, disable the `docker` maven profile:

View File

@ -176,7 +176,7 @@ The following diagram depicts the System's general architecture:
# Project Status
Version `1.8.6` has been released against a slightly customized GeoServer `2.25.2`
Version `1.8.7` has been released against a slightly customized GeoServer `2.25.2`
with some important fixes to allow starting up several GeoServer instances from an empty
directory or database. We will make sure to contribute those fixes upstream before the final
release.