UNCLASSIFIED - NO CUI

Upgrade path to UBI8 / openjdk for container using python3.6

We are in the process of moving to UBI8 (openjdk container) as our base image along with using python3.6. When attempting to use scl enable commands we encounters stating that python36 doesn't exist. Upon checking the etc/scl/conf directory it appears python3.6 doesn't get added to scl when installed via yum. Is it possible to correct this by removing --disablerepo=unified_platform_ubi8_os from the yum command?

Here are the yum commands being tested: RUN INSTALL_PKGS="tar hostname device-mapper-persistent-data lvm2 java-1.8.0-openjdk git openssl scl-utils python3 python36 python36-devel" &&
yum --disablerepo=unified_platform_ubi8_os --nogpgcheck --disableplugin=subscription-manager -y update-minimal --setopt=tsflags=nodocs
--security --sec-severity=Important --sec-severity=Critical &&
yum --disablerepo=unified_platform_ubi8_os --nogpgcheck --disableplugin=subscription-manager -y install --setopt=tsflags=nodocs ${INSTALL_PKGS}

CC: @taylor @Smith @gfulton @balan-karpagam