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

Create custom Dockerfile extending GraphDB container #110

Open
alyssadai opened this issue Feb 11, 2025 · 0 comments
Open

Create custom Dockerfile extending GraphDB container #110

alyssadai opened this issue Feb 11, 2025 · 0 comments

Comments

@alyssadai
Copy link
Contributor

In order to be able to use jq to construct JSON payloads for GraphDB requests, we currently install it in the GraphDB container as part of the entrypoint script. This means that the installation happens every time the docker compose stack is re-launched, which is not super efficient.

An alternative approach would be to create a custom Dockerfile that builds on the GraphDB image, which includes jq and possibly our custom entrypoint as well. This would mean that users would use our custom GraphDB image instead of the one from ontotext.

As part of this issue, we could investigate whether the GraphDB image version should be bumped.

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

No branches or pull requests

1 participant