Skip to content

Commit df6fd28

Browse files
committed
add explicit docker repository where missing
As per CONFORMANCE_TESTS.md guidelines
1 parent 5f84b9a commit df6fd28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/cat1-testcli.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hints": [
77
{
88
"class": "DockerRequirement",
9-
"dockerPull": "python:3-slim"
9+
"dockerPull": "docker.io/python:3-slim"
1010
}
1111
],
1212
"inputs": [

tests/import_schema-def_packed.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"id": "#touch.cwl",
8181
"hints": [
8282
{
83-
"dockerPull": "debian:stretch-slim",
83+
"dockerPull": "docker.io/debian:stable-slim",
8484
"class": "DockerRequirement"
8585
}
8686
]

tests/revsort-packed.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"hints": [
88
{
99
"class": "DockerRequirement",
10-
"dockerPull": "debian:stretch-slim"
10+
"dockerPull": "docker.io/debian:stable-slim"
1111
}
1212
],
1313
"inputs": [

tests/tmap-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hints": [
77
{
88
"class": "DockerRequirement",
9-
"dockerPull": "python:3-slim"
9+
"dockerPull": "docker.io/python:3-slim"
1010
}
1111
],
1212
"inputs": [

0 commit comments

Comments
 (0)