Skip to content

Commit

Permalink
[FIX] Pod calling the latest version of the DIND version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Mar 11, 2024
1 parent fe7ae22 commit faf17af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/dags/docker_cwl_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ spec:

containers:
- name: cwl-docker
image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:2.0.0-alpha.2
# image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:2.0.0-alpha.2
image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop13
imagePullPolicy: Always
command: ["/usr/share/cwl/docker_cwl_entrypoint.sh"]
securityContext:
Expand Down

0 comments on commit faf17af

Please sign in to comment.