NIH-NCPI / hl7-fhir-ig-publisher

🐳 Dockerized FHIR IG Publisher
https://hub.docker.com/repository/docker/kidsfirstdrc/fhir-ig-publisher
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Download publisher JAR from a persistent repository for publisher image build #24

Closed liberaliscomputing closed 4 years ago

liberaliscomputing commented 4 years ago

Currently, the publisher Docker image build pulls a publisher JAR file from the URL specified in tools.json. This is an insecure way because this does not guarantee that we are getting the specified version. HL7 is using a central repository at Sonatype in order to curate all the previous and current releases of a publisher JAR file. Consider building a publisher Docker image, pulling the JAR file from this repository.