-
Notifications
You must be signed in to change notification settings - Fork 157
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 a fhir-bucket docker image #2570
Comments
I added an alternative option under the "Describe alternatives" section which is to give fhir-bucket its own image. |
requested the repository on DockerHub |
agreed on ibm-fhir-bucket-tool |
opened #2913 with a suggested edit |
I tested the new image by wrapping it in a helm chart with a single kubernetes job:
Because the image is so thin, its necessary to mount fhir properties and a truststore in order to invoke reindex. |
Updated https://hub.docker.com/r/ibmcom/ibm-fhir-bucket-tool - let me know if you want more. |
Chat on the Side agreed it is a good start, will update going forward |
Is your feature request related to a problem? Please describe.
Include the fhir-bucket in the docker image
Describe the solution you'd like
Wrap fhir-bucket in its own docker image (similar to the schema tool).
The new image should be peer to ibm-fhir-server on DockerHub.
The user experience of the image should be focused on making reindex as simple as possible, however it should not preclude the usage of loading.
Describe alternatives you've considered
Include it in our ibm-fhir-server image directly.
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: