-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Pulling images not working on RHEL #1569
Comments
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 :
|
Hum, same version as @netFLOw95 . Can you update that version and try again? |
Certainly is related to docker version. Below both tests: EL 8: docker ver: 24.0.2
EL 7: docker ver: 1.31.1
|
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 #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
The text was updated successfully, but these errors were encountered: