Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opensilex-docker-compose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSILEX
opensilex-docker-compose
Commits
7bbc2d75
Commit
7bbc2d75
authored
10 months ago
by
Arnaud Charleroy
Browse files
Options
Downloads
Patches
Plain Diff
Update docker
parent
753113db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose.yml
+5
-1
5 additions, 1 deletion
docker-compose.yml
opensilex-build-step.docker
+1
-1
1 addition, 1 deletion
opensilex-build-step.docker
rdf4j-build-step.docker
+6
-0
6 additions, 0 deletions
rdf4j-build-step.docker
with
12 additions
and
2 deletions
docker-compose.yml
+
5
−
1
View file @
7bbc2d75
...
@@ -37,7 +37,11 @@ services:
...
@@ -37,7 +37,11 @@ services:
rdf4j
:
rdf4j
:
container_name
:
$RDF4J_DOCKER_NAME
container_name
:
$RDF4J_DOCKER_NAME
env_file
:
opensilex.env
env_file
:
opensilex.env
image
:
eclipse/rdf4j-workbench:$RDF4J_IMAGE_VERSION
build
:
context
:
.
args
:
RDF4J_IMAGE_VERSION
:
$RDF4J_IMAGE_VERSION
dockerfile
:
rdf4j-build-step.docker
volumes
:
volumes
:
-
persist_rdf4j_data:/var/rdf4j
-
persist_rdf4j_data:/var/rdf4j
-
persist_rdf4j_logs:/usr/local/tomcat/logs
-
persist_rdf4j_logs:/usr/local/tomcat/logs
...
...
This diff is collapsed.
Click to expand it.
opensilex-build-step.docker
+
1
−
1
View file @
7bbc2d75
FROM
tomcat:9.0.
65
-jre11-
openjdk-bullseye
FROM
tomcat:9.0.
89
-jre11-
temurin-jammy
ARG
OPENSILEX_RELEASE_TAG=$OPENSILEX_RELEASE_TAG
ARG
OPENSILEX_RELEASE_TAG=$OPENSILEX_RELEASE_TAG
ARG
INTERNAL_DATA_DIRECTORY=$INTERNAL_DATA_DIRECTORY
ARG
INTERNAL_DATA_DIRECTORY=$INTERNAL_DATA_DIRECTORY
...
...
This diff is collapsed.
Click to expand it.
rdf4j-build-step.docker
0 → 100644
+
6
−
0
View file @
7bbc2d75
ARG
RDF4J_IMAGE_VERSION=$RDF4J_IMAGE_VERSION
FROM
eclipse/rdf4j-workbench:$RDF4J_IMAGE_VERSION
USER
root
RUN
apt-get update
&&
apt-get
install
libnghttp2-14
USER
tomcat
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment