[
https://issues.apache.org/jira/browse/JENA-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936017#comment-16936017
]
Martynas Jusevičius commented on JENA-909:
------------------------------------------
What folder should the Dockerfile be in? Something like {{jena-fuseki-docker}}
under [https://github.com/apache/jena/tree/master/jena-fuseki2]?
The registry in this case is Docker Hub. For example:
[https://hub.docker.com/r/atomgraph/fuseki]
Could you create a public {{jena-fuseki}} (or whatever the naming should be)
repository under the [https://hub.docker.com/u/apache] account? I assume
someone from Apache is managing that account.
Then it's as easy as specifying the GitHub repository with the Dockerfile, and
how the build should be triggered (e.g. on each commit to a specific branch).
Then the Hub publishes images automatically:
[https://docs.docker.com/docker-hub/builds/]
Maven is not involved if we just copy a JAR file from the central into the
image. The build could also be executed by a multi-stage Dockerfile, but I'm
not sure what's the point in doing that in this case.
> Create Docker launcher for Fuseki
> ---------------------------------
>
> Key: JENA-909
> URL: https://issues.apache.org/jira/browse/JENA-909
> Project: Apache Jena
> Issue Type: Improvement
> Components: Fuseki
> Reporter: Andy Seaborne
> Priority: Major
>
> Provide a Docker launcher and setup documentation for Fuseki2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)