docker-perl-tester icon indicating copy to clipboard operation
docker-perl-tester copied to clipboard

Need to update Docker Images

Open atoomic opened this issue 1 year ago • 2 comments

I just noticed the deprecation warning from a pipeline using the docker images

Example: https://github.com/Dual-Life/autodie/pull/121

[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.8 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/

Looks like the Dockerfile need to be adjusted and images rebuilt.

atoomic avatar Aug 19 '24 18:08 atoomic

https://github.com/Perl/docker-perl/issues/161

atoomic avatar Aug 19 '24 18:08 atoomic

You can see what I did in my basic GitHub workflows.

briandfoy avatar Sep 16 '24 12:09 briandfoy