This requires updating some dependencies to their python3 package name and updating the documentation for running a local build to reflect the python3 requirement.
This is basically a light touch up of PR 67[0]. Fixes issue 183[1].
[0] - https://pagure.io/fedora-web/websites/pull-request/67 [1] - https://pagure.io/fedora-web/websites/issue/183
It also would make sense to change FROM fedora:34 to FROM registry.fedoraproject.org/fedora:34, just to be explicit.
FROM fedora:34
FROM registry.fedoraproject.org/fedora:34
With the current Dockerfile, Podman defines fedora as an alias to registry.fedoraproject.org/fedora in /etc/containers/registries.conf.d/000-shortnames.conf, which is a problem, because the 29 tag is only available on docker.io/library/fedora.
fedora
registry.fedoraproject.org/fedora
/etc/containers/registries.conf.d/000-shortnames.conf
29
docker.io/library/fedora
I can do that, there's also discussion[0] on the other websites repo about using fedora:latest/python:latest if that would be preferable.
fedora:latest/python:latest
[0] - https://pagure.io/fedora-websites/issue/1009#comment-736340
1 new commit added
Make docker registry explicit.
rebased onto e806572bb4494b856933680ebdc02360ae4f671b
Pull-Request has been merged by darknao
This requires updating some dependencies to their python3 package name and updating the documentation for running a local build to reflect the python3 requirement.
This is basically a light touch up of PR 67[0]. Fixes issue 183[1].
[0] - https://pagure.io/fedora-web/websites/pull-request/67
[1] - https://pagure.io/fedora-web/websites/issue/183