Skip to content

Commit

Permalink
WX-1672 Fix Docker-related CI failures (#7450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar authored Jun 14, 2024
1 parent ee35a96 commit ea67a13
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ task read_files_different_docker {
Boolean done = true
String s = read_string("out") }
runtime {
docker: "ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2"
docker: "ubuntu@sha256:c279a739b31ead4ebc3e9ce04937eb8b612799b52c26133eb3b4a056d08c31a6"
continueOnReturnCode: 0
failOnStderr: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ task read_files_different_docker {
Boolean done = true
String s = read_string("out") }
runtime {
docker: "ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2"
docker: "ubuntu@sha256:c279a739b31ead4ebc3e9ce04937eb8b612799b52c26133eb3b4a056d08c31a6"
continueOnReturnCode: 0
failOnStderr: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ task read_files_different_docker {
Boolean done = true
String s = read_string("out") }
runtime {
docker: "ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2"
docker: "ubuntu@sha256:c279a739b31ead4ebc3e9ce04937eb8b612799b52c26133eb3b4a056d08c31a6"
continueOnReturnCode: 0
failOnStderr: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ task quay {
echo "hello"
}
runtime {
docker: "quay.io/broadinstitute/cromwell-docker-test:centaur"
docker: "quay.io/fedora/fedora-minimal@sha256:8236b62386e5a4c34b6363bcf64b20147771b4e4b9c0a24f71a4e8fa5b8703f9"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ files {
}

metadata {
"calls.docker_hash_quay.quay.runtimeAttributes.docker": "quay.io/broadinstitute/cromwell-docker-test:centaur",
"calls.docker_hash_quay.quay.dockerImageUsed": "quay.io/broadinstitute/cromwell-docker-test@sha256:80f7fd06fa8dcebbcf92eb3e26bf8163fe8341d60009e50a0c36cf3fbadd30a6"
"calls.docker_hash_quay.quay.runtimeAttributes.docker": "quay.io/fedora/fedora-minimal@sha256:8236b62386e5a4c34b6363bcf64b20147771b4e4b9c0a24f71a4e8fa5b8703f9",
"calls.docker_hash_quay.quay.dockerImageUsed": "quay.io/fedora/fedora-minimal@sha256:8236b62386e5a4c34b6363bcf64b20147771b4e4b9c0a24f71a4e8fa5b8703f9"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task read_map {
Map[String, Int] out_map = read_map(stdout())
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ task prepare {
Array[String] array = read_lines(stdout())
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}

Expand All @@ -19,7 +19,7 @@ task analysis {
File out = "a.txt"
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task read_map {
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}
Expand All @@ -49,7 +49,7 @@ task read_lines {
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}
Expand All @@ -65,7 +65,7 @@ task read_tsv {
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}
Expand All @@ -81,6 +81,6 @@ task read_json {
}
runtime {
docker: "python:3.5.0"
docker: "python:3.12.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ task read_files_different_docker {
Boolean done = true
String s = read_string("out") }
runtime {
docker: "ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2"
docker: "ubuntu@sha256:c279a739b31ead4ebc3e9ce04937eb8b612799b52c26133eb3b4a056d08c31a6"
continueOnReturnCode: 0
failOnStderr: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ task read_files_different_docker {
Boolean done = true
String s = read_string("out") }
runtime {
docker: "ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2"
docker: "ubuntu@sha256:c279a739b31ead4ebc3e9ce04937eb8b612799b52c26133eb3b4a056d08c31a6"
continueOnReturnCode: 0
failOnStderr: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ task read_files_different_docker {
Boolean done = true
String s = read_string("out") }
runtime {
docker: "ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2"
docker: "ubuntu@sha256:c279a739b31ead4ebc3e9ce04937eb8b612799b52c26133eb3b4a056d08c31a6"
continueOnReturnCode: 0
failOnStderr: false
}
Expand Down

0 comments on commit ea67a13

Please sign in to comment.