Learn more about these different git repos.
Other Git URLs
It would be good to update the container image to use a version of Fedora that is not EOL.
The latest image was already update to Fedora 31:
❯ podman run -it --rm quay.io/factory2/waiverdb:prod-fedora cat /etc/fedora-release Fedora release 29 (Twenty Nine) ❯ podman run -it --rm quay.io/factory2/waiverdb:prod cat /etc/fedora-release Fedora release 29 (Twenty Nine) ❯ podman run -it --rm quay.io/factory2/waiverdb:latest cat /etc/fedora-release Fedora release 31 (Thirty One)
I'll try bumping to f32 and do a release soon.
Commit 0553f24 fixes this issue
Log in to comment on this ticket.