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

new docker distroless image #489

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

iQuxLE
Copy link
Contributor

@iQuxLE iQuxLE commented Mar 30, 2023

The old docker-distroless image had some compatibility issues.

During an analysis it would report an error during creation of a default output directory.

2023-03-29 11:07:49.196 ERROR 1 --- [           main] o.m.exomiser.cli.config.MainConfig       : Unable to create default output directory for results /app/classes/results

java.nio.file.AccessDeniedException: /app/classes/results

Also, sometimes I had parsing errors like:

Caused by: htsjdk.tribble.TribbleException$MalformedFeatureFile: Unable to parse header with error: /home/nonroot/exomiser/Pfeiffer.vcf.gz, for input source: file:///home/nonroot/exomiser/Pfeiffer.vcf.gz

The new distoless image does not create those errors.

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

1 participant