Skip to content

Commit 6c4db65

Browse files
authored
WX-1682 Use stable image in Quay test (#7454)
1 parent 748f488 commit 6c4db65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

centaur/src/main/resources/standardTestCases/docker_hash/docker_hash_quay.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ task quay {
33
echo "hello"
44
}
55
runtime {
6-
docker: "quay.io/fedora/fedora-minimal@sha256:8236b62386e5a4c34b6363bcf64b20147771b4e4b9c0a24f71a4e8fa5b8703f9"
6+
docker: "quay.io/broadinstitute/cromwell-tools:v2.4.1"
77
}
88
}
99

centaur/src/main/resources/standardTestCases/docker_hash_quay.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ files {
88
}
99

1010
metadata {
11-
"calls.docker_hash_quay.quay.runtimeAttributes.docker": "quay.io/fedora/fedora-minimal@sha256:8236b62386e5a4c34b6363bcf64b20147771b4e4b9c0a24f71a4e8fa5b8703f9",
12-
"calls.docker_hash_quay.quay.dockerImageUsed": "quay.io/fedora/fedora-minimal@sha256:8236b62386e5a4c34b6363bcf64b20147771b4e4b9c0a24f71a4e8fa5b8703f9"
11+
"calls.docker_hash_quay.quay.runtimeAttributes.docker": "quay.io/broadinstitute/cromwell-tools:v2.4.1",
12+
"calls.docker_hash_quay.quay.dockerImageUsed": "quay.io/broadinstitute/cromwell-tools@sha256:c85fa32e75fa83acd31f50aae6adcaf952e465e36570336d12437a1f10a56b93"
1313
}

0 commit comments

Comments
 (0)