Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deployment: Fix microdnf install inconsistencies
The microdnf generates `/etc/yum.repos.d/redhat.repo` file which contains redhat rpm repositories. It seems that the content of the file isn't always the same for every possible environment, which might cause problems with the installation. This commit guarantee that the `microdnf install` command is consistent across all environments simply by restraining microdnf to selected ubi repos. Signed-off-by: Lukas Krajicek <lkrajice@redhat.com>
- Loading branch information