Skip to content

Commit

Permalink
ogcapi-features CITE: build 1.8-teamengine-5.7 image out of the 1.8 t…
Browse files Browse the repository at this point in the history
…ag upstream

Update `build/cite/ogcapi-features10/build-ets.sh` to use the new `1.8`
tag and hence the `ogccite/ets-ogcapi-features10:1.8-teamengine-5.7`
docker image, which is still not published in dockerhub.

This could be left as-is from now on since at least we now have a stable
git tag to build from that includes the required fixes to the test
engine.
  • Loading branch information
groldan committed Nov 29, 2024
1 parent 3a8c52c commit 2d72b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/cite/ogcapi-features10/build-ets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ rm -rf ets-ogcapi-features10
git clone https://github.com/opengeospatial/ets-ogcapi-features10.git
cd ets-ogcapi-features10
#git checkout geoserver/integration
git checkout 1.8
mvn clean install -Pdocker -DskipTests -ntp
cd ..
4 changes: 2 additions & 2 deletions build/cite/ogcapi-features10/compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
# there's ogccite/teamengine-production and ogccite/teamengine-beta
# that we could use to migrate the other OWS tests to newer teamengine images
# image: ogccite/ets-ogcapi-features10:1.7.1-teamengine-5.4.1
# using :1.8-SNAPSHOT-teamengine-5.7 (as built by make build), waiting for the release of :1.8-teamengine-5.7
image: ogccite/ets-ogcapi-features10:1.8-SNAPSHOT-teamengine-5.7
# 1.8 is tagged (building 1.8-teamengine-5.7) but no docker image is yet published
image: ogccite/ets-ogcapi-features10:1.8-teamengine-5.7
healthcheck:
test: "curl -f http://localhost:8080/teamengine/ || exit 1"
interval: 15s
Expand Down

0 comments on commit 2d72b03

Please sign in to comment.