Jens Kristian Villadsen
Jens Kristian Villadsen
@preston you should be able to build it locally only using docker from the Dockerfile in the repo.
Sure - makes sense
But technically the starter project 'just' consumes the base project so the versioning doesnt have to be aligned - but I follow you
@preston do you have any local modifications to the application.yaml?
> The Dockerfile creates a /target dir, but not /app/target. Looks like the nonroot user doesn't have permissions to create it. Probably an easy fix, but I'm not sure how...
@preston can you verify that the rest of it works by running `docker run -it --rm -p 8080:8080 -e hapi.fhir.fhir_version=R5 -e spring.datasource.url=jdbc:h2:mem:test_mem p3000/hapi-fhir-jpaserver-starter:latest`
@XcrigX not at all - you're on to something here, but this part has not been changed for ages. Biggest problem is that I cannot reproduce it locally.
The CI pipeline builds definitely are not build by a root user, hence it makes sense that the 6.8.3 works. @preston the local build you did - was that done...
Yeah - but I cant think of anything else influencing on it
Done. I trust you will merge it to [rel_7_4](https://github.com/hapifhir/hapi-fhir/tree/rel_7_4)?