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

GitHub Actions says "upgrade the image to the OCI Format or Docker Image manifest v2, schema 2."

Open briandfoy opened this issue 1 year ago • 10 comments

Today I started seeing this, which means that all of my Perl testing is borked (thanks for the heads up GitHub).

I think you are the source I'm pulling from, but if I'm not, do you know where I should report this?

At the end of the long lines is https://docs.docker.com/go/deprecated-image-specs/

  /usr/bin/docker pull perl:5.14
  5.14: 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.14 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 5.148 seconds before retry.
  /usr/bin/docker pull perl:5.14
  5.14: 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.14 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 4.06 seconds before retry.
  /usr/bin/docker pull perl:5.14
  5.14: 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.14 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

briandfoy avatar Jun 14 '24 20:06 briandfoy