Skip to content

Commit

Permalink
Merge pull request #2 from PDOK/build-from-official-repo
Browse files Browse the repository at this point in the history
Build from official repo instead of fork
  • Loading branch information
kad-korpem authored Jan 7, 2025
2 parents 32599e3 + c0b807e commit 9f742b7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
FROM docker.io/maven:3-eclipse-temurin-8
FROM docker.io/maven:3-eclipse-temurin-21

# ARG REPO=https://github.com/opengeospatial/ets-ogcapi-tiles10.git
# ARG REPO_REF="tags/1.1"
# temporary, until PRs are approved/merged
ARG REPO=https://github.com/kad-korpem/ets-ogcapi-tiles10.git
ARG REPO_REF="allow-204-within-limits"
ARG REPO=https://github.com/opengeospatial/ets-ogcapi-tiles10.git
ARG REPO_REF="tags/1.2"

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

# temporary, until PRs are approved/merged
RUN mvn spring-javaformat:apply

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

Expand Down

0 comments on commit 9f742b7

Please sign in to comment.