refs.
- Universal Base Images (UBI): イメージ、リポジトリー、パッケージ、およびソースコード - Red Hat Customer Portal
- 19.5. デバッグおよびソースのリポジトリーの有効化 Red Hat Enterprise Linux 8 | Red Hat Customer Portal
subscription-manager register
subscription-manager attach
subscription-manager repos --enable rhel-\*-for-$(uname -i)-baseos-debug-rpms
subscription-manager repos --enable rhel-\*-for-$(uname -i)-baseos-source-rpms
subscription-manager repos --enable rhel-\*-for-$(uname -i)-appstream-debug-rpms
subscription-manager repos --enable rhel-\*-for-$(uname -i)-appstream-source-rpms
yum swap -y coreutils-single coreutils
yum install -y yum-utils
yum group install -y "Server" "Development Tools" "Debugging Tools" "Performance Tools"