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

WIP: Add Dockerfile with alpine and debian-slim baseimage #54

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

white-gecko
Copy link

@white-gecko white-gecko commented Aug 11, 2022

With is pullrequest Dockerfiles are added that could be used to build official docker images.

Thank you: #47 (comment)

@white-gecko white-gecko changed the title Add Dockerfile with alpine and debian-slim baseimage WIP: Add Dockerfile with alpine and debian-slim baseimage Jan 18, 2023
@white-gecko
Copy link
Author

Actually I get a Segmentation fault (core dumped) when I do a rapper -i turtle -o ntriples file.ttl on the simplest file, with just the line:

<urn:a> <urn:b> <urn:c> .

but I can't find out why. Am I doing something wrong with the build environment in the docker image? (both on debian and alpine). Are there any further dependencies missing?

@dajobe
Copy link
Owner

dajobe commented May 31, 2023

I don't know what's wrong just from skimming the Dockerfiles but I'm guessing there are some missing or different runtime dependencies. Maybe check the logs for the end of the './configure' run which tells you how libraptor is built and linked.

As for official Debian, raptor2 debs are already in Debian.

@white-gecko white-gecko marked this pull request as draft January 24, 2024 16:59
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

Successfully merging this pull request may close these issues.

None yet

2 participants