-
Notifications
You must be signed in to change notification settings - Fork 0
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
Icd10 gm docker #12
base: main
Are you sure you want to change the base?
Icd10 gm docker #12
Conversation
@@ -1,7 +1,19 @@ | |||
FROM maven:3.8.1-openjdk-11 AS build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather use GitHub Actions to build the JAR file instead of a build container. Please see https://github.com/samply/store-fhir-adapter/blob/main/.github/workflows/ci.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not familiar with Actions, so it could be some time before I can make the requested change.
Would it be possible to incorporate the build container for the time being, and upgrade to GitHub Actions at a later date?
Dockerfile
Outdated
@@ -14,11 +26,15 @@ RUN apk update | |||
RUN apk upgrade | |||
RUN apk add bash | |||
RUN apk add gettext | |||
RUN apk add curl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need curl here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed - I have removed this.
Feature/default check
The main things added are: * A docker-compose.yml file, that builds the JAR and provides both the dictionary itself and also a database. * A Docker-based conversion tool for generating the dictionary in JSON format.
Added a README to the ICD10-GM directory Made the README.md more general, so that it will also work for the WHO dictionary.
...because I tried it out for real, and it didn't work!
0d83871
to
36cfee2
Compare
No description provided.