Stream: implementers
Topic: Vonk R4 Docker Image
Natasha Singh (Oct 11 2019 at 19:46):
@Michel Rutten Is there a docker image for Vonk R4? I'm not sure if the docker hub tags on simplifier/vonk correspond to FHIR versions? Doesn't look like it to me.
Also, on my STU3 Simplifier project, I can download a zip file containing a docker-compose file pointing to the simplifier/vonk:stable image. I don't seem to have this option on my R4 project?
Natasha Singh (Oct 11 2019 at 20:10):
Ah I'm looking at the release notes for Vonk. It looks like Release 3.0.0-beta1 is the first one that supports R4? Which FHIR versions does the simplifier/vonk:stable docker image support?
Marco Visser (Oct 14 2019 at 08:25):
Since the release of Vonk 3.0.0-beta1, Vonk is supporting FHIR STU3 and FHIR R4. So there is no special Vonk build for R4. So when you are using simplifier/vonk:3.0.0-beta2 you have Vonk supporting both versions. By setting the fhirVersion in the http header you decide which version you handle. For more information, see http://docs.simplifier.net/vonk/features/multiversion.html.
The image simplifier/vonk:stable is still referring to version 2.1.0, which is only STU3.
BTW, at the end of this week (18th of October) we will release a new version of Vonk and then Vonk 3.0 will be out of beta. So keep an eye on the hub.docker.com for new images..
Last updated: Apr 12 2022 at 19:14 UTC