Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whalesay example not working properly #9

Open
wernersa opened this issue Aug 28, 2024 · 2 comments
Open

Whalesay example not working properly #9

wernersa opened this issue Aug 28, 2024 · 2 comments

Comments

@wernersa
Copy link

I get this error when running the whalesay example:

PS C:\Users\myself> docker run docker/whalesay cowsay Hello Python Users! 👋 🐍
Unable to find image 'docker/whalesay:latest' locally
latest: Pulling from docker/whalesay
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/docker/whalesay: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/.
See 'docker run --help'.
@RamiKrispin
Copy link
Owner

I believe that this error is related to the mismatch between the Dokcer schema version you are using and the one that was used to create the whkesay image. It seems that this issue was fixed a few days ago.

What is the Docker version you are using?

@wernersa
Copy link
Author

PS C:\Users\myself>  docker run rancher/cowsay cowsay Hello Python Users! 👋 🐍
Unable to find image 'rancher/cowsay:latest' locally
latest: Pulling from rancher/cowsay
cbdbe7a5bc2a: Pull complete
dd05e66d8cea: Pull complete
34d5e986f175: Pull complete
13eefd6dff68: Pull complete
Digest: sha256:5dab61268bc18daf56febb5a856b618961cd806dbc49a22a636128ca26f0bd94
Status: Downloaded newer image for rancher/cowsay:latest
 ______________________________________
< cowsay Hello Python Users! 👋 🐍 >
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Tried using a newer build: rancher/cowsay and there is no error.

I am using Docker Desktop version 4.34.0 (165256) and Docker version 27.2.0, build 3ab4256, both the newest updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants