-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Issue:
Starting on page 251 (Chapter 7: Working with Multiple Providers: A Crash Course on Docker), an image called training/webapp created by the Docker team is referenced. Unfortunately, due to changes in the OCI Spec, the schema of the latest version of the image is incompatible with the latest versions of Docker (since Version 27.0.0).
How to reproduce:
This error results from attempting to run this container using the following command.
docker run training/webapp
docker: [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/training/webapp:latest 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/.