File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /tmp
1111RUN unzip -q /tmp/rdf4j.zip
1212
1313# Final workbench
14- FROM jetty:9-jre17 -eclipse-temurin
14+ FROM jetty:9-jdk21 -eclipse-temurin
1515LABEL org.opencontainers.image.authors="Bart Hanssens (bart.hanssens@bosa.fgov.be)"
1616
1717USER root
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /tmp
1111RUN unzip -q /tmp/rdf4j.zip
1212
1313# Final workbench
14- FROM tomcat:9-jre17 -temurin-jammy
14+ FROM tomcat:9-jre25 -temurin-jammy
1515MAINTAINER Bart Hanssens (bart.hanssens@bosa.fgov.be)
1616
1717RUN apt-get clean && apt-get update && apt-get upgrade -y && apt-get clean
Original file line number Diff line number Diff line change 11# Eclipse RDF4J server and workbench
22
3- Docker image for RDF4J server and workbench, based on a Tomcat 9.0 or Jetty 9.4 (JRE 17 ) image.
3+ Docker image for RDF4J server and workbench, based on a Tomcat 10 (JDK 25) or Jetty 9.4 (JDK 21 ) image.
44
55A slightly modified web.mxl is used for Tomcat to fix a known UTF-8 issue
66(see also http://docs.rdf4j.org/server-workbench-console )
You can’t perform that action at this time.
0 commit comments