Skip to content

Commit

Permalink
Merge pull request #3 from PDOK/upgrade-to-latest-release
Browse files Browse the repository at this point in the history
Upgrade Features Conformance Test Suite to latest release (v1.7)
  • Loading branch information
rkettelerij authored Mar 13, 2024
2 parents e51c92b + f972062 commit e8eb15a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
ARG REGISTRY="docker.io"
FROM ${REGISTRY}/maven:3.6.3-openjdk-8
FROM docker.io/maven:3-eclipse-temurin-8

ARG REPO=https://github.com/opengeospatial/ets-ogcapi-features10.git
ARG REPO_REF="tags/1.4"
ARG REPO_REF="tags/1.7"

WORKDIR /src
RUN git clone ${REPO} . && git checkout ${REPO_REF}

RUN mvn clean install
RUN mv /src/target/ets-ogcapi-features10-*-aio.jar /src/target/ets-ogcapi-features10-aio.jar

FROM ${REGISTRY}/azul/zulu-openjdk:8u265-8.48.0.53
FROM docker.io/eclipse-temurin:21-jre
RUN apt update && apt install -y python3 \
python3-pip

Expand Down

0 comments on commit e8eb15a

Please sign in to comment.