Skip to content

Commit

Permalink
Bump OnEarth to 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Nov 8, 2024
1 parent 019295d commit 6baff7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile must be run from source root
FROM nasagibs/onearth-deps:2.8.5
FROM nasagibs/onearth-deps:2.8.6

ARG MRF_VERSION=3.0.1
ARG GDAL_VERSION=3.6.4
Expand Down Expand Up @@ -231,7 +231,7 @@ RUN perl -pi -e "s/LogLevel warn/LogLevel debug/g" /etc/httpd/conf/httpd.conf &&
RUN cp /home/oe2/onearth/docker/00-mpm.conf /etc/httpd/conf.modules.d/ && \
cp /home/oe2/onearth/docker/10-worker.conf /etc/httpd/conf.modules.d/

ENV ONEARTH_VERSION=2.8.5
ENV ONEARTH_VERSION=2.8.6

# Generate SSL certs
RUN /usr/libexec/httpd-ssl-gencerts
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_mrfgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ def test_generate_mrf(self):

# This part of the test previously looked for a triplet of files in dataset.GetFileList().
if DEBUG:
print('Files: {0}, {1}'.format(self.output_ppg, self.output_idx))
print('Files: {0}, {1}'.format(self.output_pjg, self.output_idx))
self.assertTrue(os.path.isfile(self.output_pjg), "MRF PJG generation failed")
self.assertTrue(os.path.isfile(self.output_idx), "MRF IDX generation failed")

Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# The onearth version to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}).
export ONEARTH_VERSION=2.8.5 # This must be manually incremented with each OnEarth version
export ONEARTH_VERSION=2.8.6 # This must be manually incremented with each OnEarth version

# The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}).
export ONEARTH_RELEASE=1 # This must be manually incremented with each OnEarth build

0 comments on commit 6baff7e

Please sign in to comment.