#4818 Upgrade the Docker-based dev environment (Fedora 31)
Merged by pingou. Opened by sudoman.
sudoman/pagure docker-improvements-f31  into  master

Download 4818.patch

The containers now all inherit from a common Fedora 31 image, with only
Python 3 packages installed. This saves disk space, and creates a
consistent testing environment.

The base Dockerfile installs Python packages from the distro repository
instead of PyPi. This creates a stable installation that isn't dependent
on the latest version of any package, so it should work with less
adjustment in the future.

See https://pagure.io/pagure/pull-request/4815 for more info about this commit, and the choice to go with Fedora 31.

:thumbsup:

Thanks for that! :)

Pull-Request has been merged by pingou

Metadata