Skip to content

Commit 68f3ead

Browse files
maukekhwilliamson
authored andcommitted
github: fix tests by switching to buster images for old perls
See Perl/docker-perl#161 for more information. Otherwise we get: /usr/bin/docker pull perl:5.20 5.20: Pulling from library/perl [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.20 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/ Warning: Docker pull failed with exit code 1, back off 7.724 seconds before retry. /usr/bin/docker pull perl:5.20 5.20: Pulling from library/perl [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.20 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/ Warning: Docker pull failed with exit code 1, back off 9.064 seconds before retry. /usr/bin/docker pull perl:5.20 5.20: Pulling from library/perl [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.20 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/ Error: Docker pull failed with exit code 1
1 parent f6c4e5d commit 68f3ead

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/testsuite.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454
"5.26",
5555
"5.24",
5656
"5.22",
57-
"5.20",
58-
"5.18",
59-
"5.16",
60-
"5.14",
61-
"5.12",
62-
"5.10",
63-
"5.8",
57+
"5.20-buster",
58+
"5.18-buster",
59+
"5.16-buster",
60+
"5.14-buster",
61+
"5.12-buster",
62+
"5.10-buster",
63+
"5.8-buster",
6464
]
6565

6666
container:

0 commit comments

Comments
 (0)