Hello everyone,
first i have to thank you everyone for the great job, you are doing here with this incredible software.
I have working docker installation of jitsi meet (centos7, docker). But now i can not upgrade jitsi doing: docker-compose pull.
Docker-compose pull worked perfectly for two years. I did not changed anything recently in docker-compose.yml (and I have “:latest” flag like so: “image: jitsi/web:latest”). I have upgraded it last time around 4 months ago, and it worked perfectly.
But now, when I run “docker-compose pull” I just get those errors:
Pulling web … trying to pull repository docker…
Pulling prosody … trying to pull repository docker…
Pulling jicofo … trying to pull repository docker…
Pulling jvb … trying to pull repository docker…
ERROR: for web manifest for docker.io/jitsi/web:latest not found
ERROR: manifest for docker.io/jitsi/web:latest not found
Has anything changed recently (or should I change something in my docker-compose.yml), that would make “:latest” pull attempt to fail?
Thank you very much.