Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling images not working on RHEL #1569

Open
rbustos opened this issue Jun 27, 2023 · 15 comments
Open

Pulling images not working on RHEL #1569

rbustos opened this issue Jun 27, 2023 · 15 comments

Comments

@rbustos
Copy link

rbustos commented Jun 27, 2023

Anyone with same symptom?

sh-4.2# cd docker-jitsi-meet-stable-8719

sh-4.2# docker-compose up -d
Pulling web (jitsi/web:stable-8719)...
Trying to pull repository docker.io/jitsi/web ...
ERROR: manifest for docker.io/jitsi/web:stable-8719 not found

ref 1 : https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/
ref 2: https://github.com/jitsi/docker-jitsi-meet/releases

@saghul
Copy link
Member

saghul commented Jun 27, 2023

Are you able to pull any other release?

@rbustos
Copy link
Author

rbustos commented Jun 27, 2023

It worked for me: stable-8252

@saghul
Copy link
Member

saghul commented Jun 28, 2023

Are you using plain Docker or something else law that pretends to be Docker?

@netFLOw95
Copy link

netFLOw95 commented Jun 28, 2023

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.

@rbustos
Copy link
Author

rbustos commented Jun 29, 2023

@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

@saghul
Copy link
Member

saghul commented Jun 29, 2023

Hum, same version as @netFLOw95 . Can you update that version and try again?

@rbustos
Copy link
Author

rbustos commented Jun 29, 2023

@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#

@saghul
Copy link
Member

saghul commented Jun 29, 2023

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.

@netFLOw95
Copy link

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.

@saghul
Copy link
Member

saghul commented Jun 29, 2023

Sorry but I simply don't know how to help here.

@netFLOw95
Copy link

netFLOw95 commented Jun 29, 2023

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!

@saghul
Copy link
Member

saghul commented Jun 29, 2023

The problem there is that podman is not 100% compatible with Docker so our setup does not currenyly work on podman.

@netFLOw95
Copy link

Just to understand you right: There are currently no plans to offer a podman compatible setup in the near future?

@saghul
Copy link
Member

saghul commented Jun 29, 2023

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.

@netFLOw95
Copy link

All right, then I know. Thanks for the detailed and quick answers!

@saghul saghul changed the title docker image not found Pulling images not working on RHEL Jun 30, 2023
@saghul saghul pinned this issue Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants