Skip to content

Commit

Permalink
Merge pull request #36 from kinow/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
stain authored Feb 11, 2021
2 parents f5ca755 + 05cb60f commit 0455936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker build -t jena-fuseki jena-fuseki

## Dockerfile overview

The `Dockerfile`s for both images use the official [openjdk:11-jre-slim-buster](https://hub.docker.com/r/_/openjdk/) base image, which is [based on](https://github.com/docker-library/openjdk/blob/master/11/jre/slim/Dockerfile) the `[debian](https://hub.docker.com/_/debian/):buster-slim` image; this clocks in at about [69 MB](https://microbadger.com/images/openjdk:11-jre-slim-buster)
The `Dockerfile`s for both images use the official [openjdk:11-jre-slim-buster](https://hub.docker.com/r/_/openjdk/) base image, which is [based on](https://github.com/docker-library/openjdk/blob/master/11/jre/slim/Dockerfile) the [`debian`](https://hub.docker.com/_/debian/):buster-slim image; this clocks in at about [69 MB](https://microbadger.com/images/openjdk:11-jre-slim-buster)

The `ENV` variables like `JENA_VERSION` and `FUSEKI_VERSION` determines which version of Jena and Fuseki are downloaded. Updating the version also requires updating the `JENA_SHA512` and `FUSEKI_SHA512` variables, which values should match the official Jena download `.tar.gz.sha512` hashes, as approved in their release `[VOTE]` emails.

Expand All @@ -37,5 +37,5 @@ To minimize layer size, there's a single `RUN` with `curl`, `sha512sum`, `tar zx
Some files from the Apache Jena distributions are stripped, e.g. javadocs and the `fuseki.war` file.

The Fuseki image includes some [helper scripts](jena-fuseki/load.sh) to do [tdb loading](https://jena.apache.org/documentation/tdb/commands.html) using `fuseki-server.jar`.
In addition Fuseki has a `[docker-entrypoint.sh](https://github.com/stain/jena-docker/blob/master/jena-fuseki/docker-entrypoint.sh)` that populates `shiro.ini` with the password provided as `-e ADMIN_PASSWORD` to Docker, or with a new randomly generated password that is printed the first time.
In addition Fuseki has a [`docker-entrypoint.sh`](https://github.com/stain/jena-docker/blob/master/jena-fuseki/docker-entrypoint.sh) that populates `shiro.ini` with the password provided as `-e ADMIN_PASSWORD` to Docker, or with a new randomly generated password that is printed the first time.

0 comments on commit 0455936

Please sign in to comment.