Description of problem: When we add timezone data by to a ubi8-minimal image, the command to populate the timezone database fails. Version-Release number of selected component (if applicable): How reproducible: This started failing since last week (week of March 29). Steps to Reproduce: 1. Build this Dockerfile: ``` STEP 1/2: FROM registry.access.redhat.com/ubi8-minimal STEP 2/2: RUN microdnf reinstall tzdata -y ``` Actual results: The command should succeed. Expected results: The tzdata fails to install with: ``` Installed package tzdata-2022g-1.el8.noarch not available. ``` Additional info: