Re: dnf exit code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There seem to be 2 related problems:
1) Only the image on docker.io doesn't work. If you use registry.fedoraproject.org/fedora:rawhide, it works as expected.

2) Fedora infra is unreliable. When the image from registry.fedoraproject.org cannot be downloaded, there's a fallback to docker.io which contains a different image. Running the command several times in a row produces "random" results:


$ podman pull fedora:rawhide
Trying to pull registry.fedoraproject.org/fedora:rawhide...
...
a3689ffc0440236cbe0530e9ead8b76d0f601a33cd5ce08409d2d96d70abf56d


$ podman pull fedora:rawhide
Trying to pull registry.fedoraproject.org/fedora:rawhide...
...
a3689ffc0440236cbe0530e9ead8b76d0f601a33cd5ce08409d2d96d70abf56d


$ podman pull fedora:rawhide
Trying to pull registry.fedoraproject.org/fedora:rawhide...
  received unexpected HTTP status: 503 Service Temporarily Unavailable
Trying to pull registry.access.redhat.com/fedora:rawhide...
  name unknown: Repo not found
Trying to pull registry.centos.org/fedora:rawhide...
  manifest unknown: manifest unknown
Trying to pull docker.io/library/fedora:rawhide...
...
e13031c001a8b4a574e3088e2d1ab331d72d821804ccacdd41bf5662ae02cc98



Dne 12. 02. 20 v 0:37 Christoph Junghans napsal(a):
Hi,

I am getting an exit code 143 when running dnf in docker, example:
$ cat Dockerfile
FROM fedora:rawhide
RUN dnf install -y openmpi-devel
$ docker build .
...
Running scriptlet: systemd-245~rc1-2.fc32.x86_64                      121/121
Running scriptlet: systemd-udev-245~rc1-2.fc32.x86_64
121/121The command '/bin/sh -c dnf install -y openmpi-devel' returned
a non-zero code: 143

Only on rawhide, f31 works fine, i.e.
$ cat Dockerfile
FROM fedora:31
RUN dnf install -y openmpi-devel
$ docker build .
Complete!
Removing intermediate container 85bb626aff58
  ---> e9a30f6992d7
Successfully built e9a30f6992d7

Any ideas?

Thanks,

Christoph


_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux