Skip to content

Commit

Permalink
Use images from GCR instead of Dockerhub in fofn Centaur test [BT-1…
Browse files Browse the repository at this point in the history
…49] (broadinstitute#6214)

Co-authored-by: Grigorii Sterin <gsterin@broadinstitute.org>
  • Loading branch information
grsterin and Grigorii Sterin authored Mar 17, 2021
1 parent bb720c0 commit ffca08c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ task make_file {
echo "hello ${content}" > out
}
runtime {
docker: "ubuntu@sha256:71cd81252a3563a03ad8daee81047b62ab5d892ebbfbf71cf53415f29c130950"
docker: "gcr.io/gcp-runtimes/ubuntu_16_0_4@sha256:53a002b59dfcd43b4d15e97c1acbeae035ddd1b31a106659a312e9fe65f00afa"
backend: "Papi-Caching-No-Copy"
}
output {
Expand All @@ -18,7 +18,7 @@ task use_fofn {
cat ${fofn}
}
runtime {
docker: "ubuntu@sha256:71cd81252a3563a03ad8daee81047b62ab5d892ebbfbf71cf53415f29c130950"
docker: "gcr.io/gcp-runtimes/ubuntu_16_0_4@sha256:53a002b59dfcd43b4d15e97c1acbeae035ddd1b31a106659a312e9fe65f00afa"
backend: "Papi-Caching-No-Copy"
}
output {
Expand Down

0 comments on commit ffca08c

Please sign in to comment.