Unable to pull docker image

Hi, I have a strange issue I can't solve myself.

I'm was unable to upgrade node-red docker doing a pull so I've removed it and I've found I can't create a new one:

  1. Portainer says no such image:

  1. Meantime in the syslog:

Nov 3 12:29:09 tango dockerd-current: time="2023-11-03T12:29:09.667538307+01:00" level=error msg="Error trying v2 registry: unsupported schema version 2"
Nov 3 12:29:09 tango dockerd-current: time="2023-11-03T12:29:09.667575809+01:00" level=error msg="Attempting next endpoint for pull after error: unsupported schema version 2"

  1. Manual try:

[root@tango ~]# docker pull nodered/node-red:latest
Trying to pull repository docker.io/nodered/node-red ...
unsupported schema version 2
[root@tango ~]# docker pull nodered/node-red
Using default tag: latest
Trying to pull repository docker.io/nodered/node-red ...
unsupported schema version 2

Any other docker images seems to work (pulling helloworld, busybox, grafana, etc).

Any ideas?

Additional info, another different try:

[root@tango ~]# docker run -it -p 1880:1880 -v /opt/node-red:/data --name node-red nodered/node-red:latest
Unable to find image 'nodered/node-red:latest' locally
Trying to pull repository docker.io/nodered/node-red ...
/usr/bin/docker-current: unsupported schema version 2.

maybe you need to update docker?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.