Fix image pull and gender arg for WES

- Push as Docker V2 manifest (no OCI index/attestation) so K8s can pull
- Tag as v3 to avoid cached image issues
- Fix gender: omit -g flag for 0.5 (both), Synthea only accepts M or F
This commit is contained in:
2026-03-25 14:29:59 +01:00
parent f29323323b
commit 02d93f9360
2 changed files with 4 additions and 4 deletions

View File

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