Is there a benefit to using the registry.fedoraproject.org/fedora image vs Docker Hub's fedora image?

IMO this is something that should be documented somewhere…

For the fedora base image the only difference might the date of the image, since unfortunately the release process is not the same for docker hub and registry.fp.o. Other than that this should be the same experience.

If you wish to use registry.fp.o you need to specify it in the Dockerfile since FROM fedora will pull the image from the docker hub.
Also soon we will have the base image available on Quay.io

1 Like

Ah, okay. Thanks!

FWIW I usually put my images on Quay, so I might use a Fedora one from there once it appears.