Skip to content

Commit

Permalink
switch to Kurrawong packaged spatial indexer
Browse files Browse the repository at this point in the history
Forked from Zazuko
  • Loading branch information
lalewis1 committed Oct 22, 2024
1 parent f2e9788 commit 3b5d340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl "https://dlcdn.apache.org/jena/binaries/apache-jena-$JENA_VERSION.tar.g
rm -r apache-jena-fuseki-$JENA_VERSION

# Copy the spatialindexer.jar file
COPY --from=ghcr.io/zazuko/spatial-indexer:latest /app/spatialindexer.jar /spatialindexer.jar
COPY --from=ghcr.io/kurrawong/spatial-indexer:v0.0.1 /app/spatialindexer.jar /spatialindexer.jar

# Copy scripts, ensure they're owned by fuseki
COPY ./entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 3b5d340

Please sign in to comment.