Open rbustos opened 1 year ago
Are you able to pull any other release?
It worked for me: stable-8252
Are you using plain Docker or something else law that pretends to be Docker?
Exact same issue for me with RHEL 7.9 (Docker 1.13.1). I can´t pull images > 6865. Other docker images (e.g. docker pull nginx:stable) are working.
@saghul :
sh-4.2# docker-compose -v
docker-compose version 1.18.0, build 8dd22a9
sh-4.2# docker -v
Docker version 1.13.1, build 7d71120/1.13.1
Hum, same version as @netFLOw95 . Can you update that version and try again?
@saghul
Certainly is related to docker version.
Below both tests:
EL 8: docker ver: 24.0.2
sh-4.4# cat /etc/redhat-release
Rocky Linux release 8.8 (Green Obsidian)
sh-4.4# docker -v
Docker version 24.0.2, build cb74dfc
sh-4.4# docker pull jitsi/web:stable-8719
stable-8719: Pulling from jitsi/web
759700526b78: Pull complete
8b3973c9358f: Pull complete
6e59cc277890: Pull complete
4f4fb700ef54: Pull complete
426f5e244b0a: Pull complete
9f9baa7c7a86: Pull complete
3a7cc626c392: Pull complete
Digest: sha256:323dc79486d6eb599d53ee9c7f4fb6d6e411c193d35fd24c07bd5972518ba89e
Status: Downloaded newer image for jitsi/web:stable-8719
docker.io/jitsi/web:stable-8719
sh-4.4#
EL 7: docker ver: 1.31.1
sh-4.2# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
sh-4.2# docker -v
Docker version 1.13.1, build 7d71120/1.13.1
sh-4.2# docker pull jitsi/web:stable-8719
Trying to pull repository docker.io/jitsi/web ...
manifest for docker.io/jitsi/web:stable-8719 not found
sh-4.2#
So it's the same problem then.
Docker changed the manifest version and old versions don't seem to support it.
I don't know how to force the old manifest version at build time, sorry.
Due to company policies i can't update because docker is not officially supported on RHEL8. And for RHEL8 with podman there are unfortunately other issues, see https://github.com/jitsi/docker-jitsi-meet/issues/201.
Sorry but I simply don't know how to help here.
I can understand that. Are there any plans to offer an official guide for a setup with podman, since this is the only supported engine for RHEL8 and more and more users migrate towards it? I would really appreciate that!
The problem there is that podman is not 100% compatible with Docker so our setup does not currenyly work on podman.
Just to understand you right: There are currently no plans to offer a podman compatible setup in the near future?
Not in the near future. I think migrating to S6 v3 and then to non-root containers should be enough to get it working, but that is non-trivial and not a priority right now.
All right, then I know. Thanks for the detailed and quick answers!
Anyone with same symptom?
ref 1 : https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/ ref 2: https://github.com/jitsi/docker-jitsi-meet/releases