Skip to content
Snippets Groups Projects
Commit cc575b92 authored by Frank Lange's avatar Frank Lange
Browse files

bump Fuseki version to 5.3.0

add workaround for https://github.com/apache/jena/issues/3014 in the dataset configurations
parent 0d861e36
No related branches found
No related tags found
No related merge requests found
Pipeline #1618566 passed
# Base image: https://github.com/adoptium/containers/blob/main/21/jre/ubuntu/noble/Dockerfile # Base image: https://github.com/adoptium/containers/blob/main/21/jre/ubuntu/noble/Dockerfile
FROM eclipse-temurin:21-jre FROM eclipse-temurin:21-jre
ARG FUSEKI_VERSION=5.0.0 ARG FUSEKI_VERSION=5.3.0
ARG FUSEKI_SHA256=1daf3f94883eacc597eb702e65ff0dad7fbdea341ee54a29f34fc37f85af40b9 ARG FUSEKI_SHA256=0d5647be9bd478930478dde180bcc14f568019a21f8f62ddb1e05c4ba5cf9fb9
ENV FUSEKI_HOME /fuseki ENV FUSEKI_HOME /fuseki
ENV FUSEKI_BASE /database ENV FUSEKI_BASE /database
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
text:dataset :tdb2_dataset ; text:dataset :tdb2_dataset ;
text:index :indexLucene . text:index :indexLucene .
:tdb2_dataset a tdb2:DatasetTDB2 ; :tdb2_dataset a tdb2:DatasetTDB ;
tdb2:location "/database/databases/dalia/tdb2" . tdb2:location "/database/databases/dalia/tdb2" .
:indexLucene a text:TextIndexLucene ; :indexLucene a text:TextIndexLucene ;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
text:dataset :tdb2_dataset ; text:dataset :tdb2_dataset ;
text:index :indexLucene . text:index :indexLucene .
:tdb2_dataset a tdb2:DatasetTDB2 ; :tdb2_dataset a tdb2:DatasetTDB ;
tdb2:location "/database/databases/ontologies/tdb2" . tdb2:location "/database/databases/ontologies/tdb2" .
:indexLucene a text:TextIndexLucene ; :indexLucene a text:TextIndexLucene ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment