File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ services:
105
105
restart : on-failure
106
106
107
107
data-dir-conf :
108
- image : geonode/geoserver_data:2.18.2
108
+ image : geonode/geoserver_data:2.19.x
109
109
container_name : gsconf4${COMPOSE_PROJECT_NAME}
110
110
command : /bin/true
111
111
volumes :
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ LABEL GeoNode Development Team
4
4
#
5
5
# Set GeoServer version and data directory
6
6
#
7
- ENV GEOSERVER_VERSION=2.18.2
7
+ ENV GEOSERVER_VERSION=2.19.x
8
8
ENV GEOSERVER_DATA_DIR="/geoserver_data/data"
9
9
10
10
#
11
11
# Download and install GeoServer
12
12
#
13
13
RUN cd /usr/local/tomcat/webapps \
14
- && wget --no-check-certificate --progress=bar:force:noscroll https://www.dropbox.com/s/xlich7pmneaupqp/ geoserver- ${GEOSERVER_VERSION}.war?dl=1 -O geoserver-${GEOSERVER_VERSION} .war \
15
- && unzip -q geoserver-${GEOSERVER_VERSION} .war -d geoserver \
16
- && rm geoserver-${GEOSERVER_VERSION} .war \
14
+ && wget --no-check-certificate --progress=bar:force:noscroll https://artifacts.geonode.org/ geoserver/ ${GEOSERVER_VERSION}/geoserver .war -O geoserver.war \
15
+ && unzip -q geoserver.war -d geoserver \
16
+ && rm geoserver.war \
17
17
&& mkdir -p $GEOSERVER_DATA_DIR
18
18
19
19
VOLUME $GEOSERVER_DATA_DIR
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '2.2'
3
3
services :
4
4
5
5
geoserver :
6
- image : geonode/geoserver:2.18.2
6
+ image : geonode/geoserver:2.19.x
7
7
build :
8
8
context : .
9
9
args :
@@ -24,7 +24,7 @@ services:
24
24
- DJANGO_URL=http://localhost/
25
25
26
26
data_dir_conf :
27
- image : geonode/geoserver_data:2.18.2
27
+ image : geonode/geoserver_data:2.19.x
28
28
container_name : geoserver_data_dir # named data container
29
29
command : /bin/true
30
30
volumes :
You can’t perform that action at this time.
0 commit comments