Pulling new docker images failed - No clue why

Hi there, I try to update my docker container and have no clue why it fails:

Actual Version: Server Version: 11.0.9

these are my containers:
REPOSITORY TAG IMAGE ID CREATED
portainer/portainer-ce latest 2b50f5a6047e 13 days ago
mariadb 10.11 8fa1e38a7eae 5 weeks ago
memcached latest 8119966bf57c 2 months ago
seafileltd/seafile-mc latest 78e372c8e9d1 3 months ago

$ docker compose pull
[+] Pulling 3/3
✘ db Error context canceled 1.4s
✘ memcached Error context canceled 1.3s
✘ seafile Error manifest for seafileltd/seafile-mc:latest not found: manifest unknown: manife… 1.3s
Error response from daemon: manifest for seafileltd/seafile-mc:latest not found: manifest unknown: manifest unknown

Any Idea how to fix it? I didnt made any changes to the compose file since I installed everything.

try this one: docker pull seafileltd/seafile-mc:11.0-latest

1 Like

Thanks mate. That worked for me. :slight_smile:

thanks, that worked ( in docker-compose.yml line image: seafileltd/seafile-mc:11.0-latest is OK)

I got the same issue. I’m actually at 11.0.9. Why does seafileltd/seafile-mc:latest does not update to 12.x automatically?