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

Docker image for webservice #111

Open
GordianDziwis opened this issue Jun 8, 2021 · 3 comments
Open

Docker image for webservice #111

GordianDziwis opened this issue Jun 8, 2021 · 3 comments

Comments

@GordianDziwis
Copy link

We want to use RDFUnit in our project, for this I like to containerize the RDFUnit webservice.
I like to commit my work here, so I have following questions:

  1. On which branch/tag should I base my work?
  2. Should I create a separate Dockerfile or extend the existing one?
@TBoonX
Copy link
Contributor

TBoonX commented Jun 8, 2021

Ich benutze das vom AKSW. Beispiel:
image 'aksw/rdfunit'
args '--entrypoint=""
steps {
// Cleanup of files from last job
sh 'rm -fr temp_ infered_classes.owl oops_result.xml OOPS_result.xml result.xml reports.txt all_reports.txt RDFUnit_errors_.txt RDFUnit_errors.txt RDFUnit_results.jsonld repo_clon'
// Run RDFUnit
sh 'java -jar /app/rdfunit-validate.jar -d ./MatVoc-Core.ttl -f /tmp/ -o json-ld -s owl,rdfs'
// copy results to workdir and print it out
sh 'cp /tmp/results/._MatVoc-Core.ttl.aggregatedTestCaseResult.jsonld ./RDFUnit_results.jsonld'
sh 'cat ./RDFUnit_results.jsonld'
}

@GordianDziwis
Copy link
Author

@TBoonX Wie funktioniert das als webservice?

Ich wollte den im wiki beschrieben Webservice verwenden.

@TBoonX
Copy link
Contributor

TBoonX commented Jun 8, 2021

@BonaBeavis Sorry ich dachte ich bin im internen Gitlab, deswegen die knappe Antwort.
Ich bin kein maintainer dieses Repos, ich gehöre nur zur AKSW.
Zum Webservice habe ich keine Erfahrung.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants