Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile-jetty
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /tmp
RUN unzip -q /tmp/rdf4j.zip

# Final workbench
FROM jetty:9-jre17-eclipse-temurin
FROM jetty:9-jdk21-eclipse-temurin
LABEL org.opencontainers.image.authors="Bart Hanssens ([email protected])"

USER root
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-tomcat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /tmp
RUN unzip -q /tmp/rdf4j.zip

# Final workbench
FROM tomcat:9-jre17-temurin-jammy
FROM tomcat:9-jre25-temurin-jammy
MAINTAINER Bart Hanssens ([email protected])

RUN apt-get clean && apt-get update && apt-get upgrade -y && apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Eclipse RDF4J server and workbench

Docker image for RDF4J server and workbench, based on a Tomcat 9.0 or Jetty 9.4 (JRE 17) image.
Docker image for RDF4J server and workbench, based on a Tomcat 10 (JDK 25) or Jetty 9.4 (JDK 21) image.

A slightly modified web.mxl is used for Tomcat to fix a known UTF-8 issue
(see also http://docs.rdf4j.org/server-workbench-console)
Expand Down
Loading