Use pre-built jar and v2 tag to bypass Gradle permission issue

- Call java -jar synthea-with-dependencies.jar directly instead of
  run_synthea which invokes Gradle at runtime
- Tag image as v2 to force K8s to pull fresh image
This commit is contained in:
2026-03-25 13:30:24 +01:00
parent a871107728
commit f29323323b
2 changed files with 5 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ profiles {
k8s {
process {
executor = 'k8s'
container = 'harbor.cluster.omic.ai/omic/synthea-alldiseases:latest'
container = 'harbor.cluster.omic.ai/omic/synthea-alldiseases:v2'
}
docker {
enabled = true