user-cont / conu

conu - python API for your containers
http://conu.readthedocs.io/en/latest/
MIT License
165 stars 33 forks source link

use F29 as a testing image #324

Open TomasTomecek opened 5 years ago

TomasTomecek commented 5 years ago

We use registry.fedoraproject.org/fedora-minimal:26 right now. It's probably time to update to F29. This will also require to change some of the tests, i.e.:

assert "registry.fedoraproject.org/fedora-minimal:26" == str(image)

Alternatively, the tests can be written in a way, so that we don't hardcode the image tag.