Skip to content

Commit d4aa0f5

Browse files
committed
Upgrade to Geoserver 2.28.x
1 parent b91f30e commit d4aa0f5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker/geoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG JAVA_HOME=/usr/local/openjdk-11
33
FROM tomcat:$IMAGE_VERSION
44
LABEL GeoNode Development Team
55

6-
ARG GEOSERVER_VERSION=2.27.x
6+
ARG GEOSERVER_VERSION=2.28.x
77
ARG GEOSERVER_CORS_ENABLED=False
88
ARG GEOSERVER_CORS_ALLOWED_ORIGINS=*
99
ARG GEOSERVER_CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,HEAD,OPTIONS

docker/geoserver/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
restart: on-failure
1616

1717
geoserver:
18-
image: geonode/geoserver:2.24.4-latest
18+
image: geonode/geoserver:2.28.x-latest
1919
build:
2020
context: .
2121
links:
@@ -39,7 +39,7 @@ services:
3939
restart: on-failure
4040

4141
data-dir-conf:
42-
image: geonode/geoserver_data:2.24.4-latest
42+
image: geonode/geoserver_data:2.28.x-latest
4343
container_name: geoserver_data_dir # named data container
4444
entrypoint: sleep infinity
4545
volumes:

docker/geoserver_data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
ARG GEOSERVER_VERSION=2.27.2
2+
ARG GEOSERVER_VERSION=2.28.x
33
LABEL GeoNode development team
44

55
# Install curl in alpine 3.3+

docker/geoserver_data/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44
data_dir_conf:
55
build: .
6-
image: geonode/geoserver_data:2.27.2-latest
6+
image: geonode/geoserver_data:2.28.x-latest
77
container_name: geoserver_data_dir
88
command: /bin/true
99
volumes:

0 commit comments

Comments
 (0)