Skip to content

Commit 9be255d

Browse files
committed
Point to a docker image that is in the right format in testsuite.yml
The container initialization dies with the following error: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/library/perl:5.12 to upgrade the image to the OCI Format or Docker Image manifest v2, schema The `-buster` images seem to be in the expected format.
1 parent 278ac45 commit 9be255d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/testsuite.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
"perl:5.26",
5050
"perl:5.24",
5151
"perl:5.22",
52-
"perl:5.20",
53-
"perl:5.18",
54-
"perl:5.16",
55-
"perl:5.14",
56-
"perl:5.12",
57-
"perl:5.10",
58-
"perl:5.8",
52+
"perl:5.20-buster",
53+
"perl:5.18-buster",
54+
"perl:5.16-buster",
55+
"perl:5.14-buster",
56+
"perl:5.12-buster",
57+
"perl:5.10-buster",
58+
"perl:5.8-buster",
5959
"perldocker/perl:5.6"
6060
]
6161

0 commit comments

Comments
 (0)