Issue
What were you trying to do that didn't work?
Executing microdnf reinstall tzdata -y i get the following error
Cannot download Packages/t/tzdata-2023c-1.el9.noarch.rpm: All mirrors were tried; Last error: Interrupted by header callback: Inconsistent server data, reported file Content-Length: 864432, repository metadata states file length: 864888 (please report to repository maintainer)
Please provide the package NVR for which bug is seen:
Packages/t/tzdata-2023c-1.el9.noarch.rpm
How reproducible:
in a Dokerfile
FROM ubi9-minimal:latest
RUN microdnf reinstall tzdata -y
Steps to reproduce
Expected results
microdnf reinstall tzdata executes succesful
Actual results
Cannot download Packages/t/tzdata-2023c-1.el9.noarch.rpm: All mirrors were tried; Last error: Interrupted by header callback: Inconsistent server data, reported file Content-Length: 864432, repository metadata states file length: 864888 (please report to repository maintainer)