Skip to content

Commit

Permalink
Stabilize docker image for cache tests [CROM-6704] (broadinstitute#6206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne authored Mar 9, 2021
1 parent 601b81e commit 76baf95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task check_if_docker_image_cache_disk_mounted {
fi
}
runtime {
docker: "gcr.io/gcp-runtimes/ubuntu_16_0_4:latest"
docker: "us.gcr.io/broad-gatk/gatk:4.1.3.0"
backend: "Papiv2-Docker-Image-Cache"
useDockerImageCache: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task check_if_docker_image_cache_disk_mounted {
fi
}
runtime {
docker: "gcr.io/gcp-runtimes/ubuntu_16_0_4:latest"
docker: "us.gcr.io/broad-gatk/gatk:4.1.3.0"
backend: "Papiv2-Docker-Image-Cache"
useDockerImageCache: true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task check_if_docker_image_cache_disk_mounted {
fi
}
runtime {
docker: "gcr.io/gcp-runtimes/ubuntu_16_0_4:latest"
docker: "us.gcr.io/broad-gatk/gatk:4.1.3.0"
backend: "Papiv2-Docker-Image-Cache"
}
meta {
Expand Down

0 comments on commit 76baf95

Please sign in to comment.