From a4f66251194a10d4524bf84412509e255910a6bb Mon Sep 17 00:00:00 2001 From: Luca Cinquini Date: Mon, 4 Mar 2024 08:14:39 -0700 Subject: [PATCH] [FIX] Specifying imagePullPolicy: Always with 'latest' tag --- airflow/dags/docker_cwl_pod.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airflow/dags/docker_cwl_pod.yaml b/airflow/dags/docker_cwl_pod.yaml index 1039aa7a..0441c980 100644 --- a/airflow/dags/docker_cwl_pod.yaml +++ b/airflow/dags/docker_cwl_pod.yaml @@ -8,7 +8,8 @@ spec: containers: - name: cwl-docker - image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop + image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:latest + imagePullPolicy: Always command: ["/usr/share/cwl/docker_cwl_entrypoint.sh"] securityContext: privileged: true