-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
rhel-sst-ccs
-
None
-
False
-
False
-
-
None
-
CCS 2025-25
-
None
-
Unspecified
-
Unspecified
-
Unspecified
1)
Document link:
Section number and name:
8.4. Adding software in a standard UBI containe
Describe the issue:
dnf install --disablerepo=* --enablerepo=ubi-8-appstream-rpms --enablerepo=ubi-8-baseos-rpms bzip2
Suggestions for improvement:
ubi-9
2) Document link:
Section number and name:
8.4. Adding software in a standard UBI containe
8.5. Adding software in a minimal UBI container
Describe the issue:
python38devel package from the codeready-builder-for-rhel8-x86_64-rpms repository:
microdnf install -enablerepo=codeready-builder-for-rhel8-x86_64-rpms python38-devel --setopt install_weak_deps=false
microdnf install -enablerepo=codeready-builder-for-rhel8-x86_64-rpms python38-devel --setopt install_weak_deps=false
Suggestions for improvement:
python3-devel package from the ubi-9-codeready-builder-rpms repository:
dnf install --enablerepo=ubi-9-codeready-builder-rpms python3-devel
microdnf install --enablerepo=ubi-9-codeready-builder-rpms python3-devel --setopt install_weak_deps=0
Doc link:
Section nuber/name
8.5. Adding software in a minimal UBI container
issue
--setopt install_weak_deps=false
suggestion
--setopt install_weak_deps=0
Document link:
Section number and name:
8.4. Adding software in a standard UBI container
Describe the issue:
dnf install --disablerepo=* --enablerepo=ubi-8-appstream-rpms --enablerepo=ubi-8-baseos-rpms bzip2
Suggestions for improvement:
--enablerepo=ubi-9-appstream-rpms --enablerepo=ubi-9-baseos-rpms bzip2