Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Jena Fuseki 5.3.0, including a new Dockerfile #1778

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: ./dockerfiles/jena-fuseki2-docker
dockerfile: Dockerfile
args:
JENA_VERSION: 4.8.0
JENA_VERSION: 5.3.0
command: --config=/fuseki/skosmos.ttl
environment:
- JAVA_OPTIONS=-Xmx2g -Xms1g
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/jena-fuseki2-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

## This Dockefile builds a reduced footprint container.

ARG JAVA_VERSION=17
ARG JAVA_VERSION=21

ARG ALPINE_VERSION=3.17.1
ARG ALPINE_VERSION=3.21.2
ARG JENA_VERSION=""

# Internal, passed between stages.
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jena-fuseki2-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ask about that again.

The files were copied from the following commit.

26153afe9a229bb7a609d5406d899eb240ab385e
70e761d88c9e475ccf991873276349b6f8716921
Loading