You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/11/20 11:23:32 UTC

[GitHub] [jena] SmallhillCZ opened a new pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

SmallhillCZ opened a new pull request #868:
URL: https://github.com/apache/jena/pull/868


   For building Docker image of a snapshot version from https://repository.apache.org/content/groups/snapshots/org/apache/jena/apache-jena-fuseki/ use `Dockerfile.snapshot`.
   
   Both JENA_VERSION and JENA_SNAPSHOT_VERSION must be provided.
   
       docker build -f Dockerfile.snapshot -t fuseki-snapshot --build-arg JENA_VERSION=3.17.0-SNAPSHOT --build-arg JENA_SNAPSHOT_VERSION=3.17.0-20201119.075025-46 .


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] SmallhillCZ edited a comment on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
SmallhillCZ edited a comment on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-734824834


   It could be implemented into the main Dockerfile, but would have to introduce conditionals for the default REPO arg and tarball extraction, which seemed messy, so I split it into separate one.
   
   I will try with the JAR, didn;t know about the jar directory


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] asfgit closed pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #868:
URL: https://github.com/apache/jena/pull/868


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] SmallhillCZ edited a comment on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
SmallhillCZ edited a comment on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-734824834


   It could be implemented into the main Dockerfile, but would have to introduce conditionals for the default REPO arg and tarball extraction, which seemed messy, so I split it into separate one.
   
   Is there a jar file generated for the snapshots? I know only of https://repository.apache.org/content/groups/snapshots/org/apache/jena/apache-jena-fuseki/, where only tarballs and zipfiles are present.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs commented on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
afs commented on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-733099983


   This facility would be good to have.   Would it be possible to incorporate into the main Dockerfile? That way, as the fine tuning of the docker container operation are in one place and, given this module is new, there may well be suggestions for improvements.
   
   Doe sit need to pull the tarball and not the jar file? The Dockerfile works with Fuseki Main (jena-fuseki-server).
   
   There is combined jar for Fuseki/webapp (with UI) in jena-fuseki-fulljar but I don't think anyone has tested the file system layout with this form.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] SmallhillCZ edited a comment on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
SmallhillCZ edited a comment on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-734824834


   It could be implemented into the main Dockerfile, but would have to introduce conditionals for the default REPO arg and tarball extraction, which seemed messy, so I split it into separate one.
   
   I will try with the JAR, didn't know about the jar directory


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] SmallhillCZ edited a comment on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
SmallhillCZ edited a comment on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-734824834


   It could be implemented into the main Dockerfile, but would have to introduce conditionals for the default REPO arg and tarball extraction, which seemed messy, so I split it into separate one.
   
   Is there a jar file generated for the snapshots? I know only of https://repository.apache.org/content/groups/snapshots/org/apache/jena/apache-jena-fuseki/, where only tarballs are present.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] SmallhillCZ commented on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
SmallhillCZ commented on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-734824834


   It could be implemented into the main Dockerfile, but would have to introduce conditionals for the default REPO arg and tarball extraction, which seemed messy, so I split it into separate one.
   
   Is there a jar file alone generated for the snapshots? I know only of https://repository.apache.org/content/groups/snapshots/org/apache/jena/apache-jena-fuseki/, where only tarballs are present.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs commented on pull request #868: Add Dockerfile.snapshot for creating image from snapshot builds

Posted by GitBox <gi...@apache.org>.
afs commented on pull request #868:
URL: https://github.com/apache/jena/pull/868#issuecomment-808372775


   That was an automated close by github because the target branch has gone away.
   
   I hope we can incorporate this - there seem to be two parts : building a docker image with SNAPSHOTS and building for the Fuseki/UI version of Fuseki.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org