UNCLASSIFIED

Commit 92f70289 authored by Sarah Roth's avatar Sarah Roth
Browse files

Merge branch 'gfulton-development-patch-38641' into 'development'

Removed nogpgcheck and ubi8 repos

See merge request !9
parents cba3930d fd366a46
Pipeline #5009 failed with stage
...@@ -18,18 +18,16 @@ COPY LICENSE /licenses ...@@ -18,18 +18,16 @@ COPY LICENSE /licenses
### Install packages from ubi base repo ### Install packages from ubi base repo
RUN INSTALL_PKGS="java-1.8.0-openjdk-devel ruby unzip" && \ RUN INSTALL_PKGS="java-1.8.0-openjdk-devel ruby unzip" && \
yum update -y \ yum update -y \
--nogpgcheck \ --disablerepo="*" \
--disablerepo=unified_platform_ubi8_os \ --enablerepo="*ubi-7*" \
--disablerepo=unified_platform_ubi8_appstream \
--disableplugin=subscription-manager \ --disableplugin=subscription-manager \
--setopt=tsflags=nodocs \ --setopt=tsflags=nodocs \
--security \ --security \
--sec-severity=Important \ --sec-severity=Important \
--sec-severity=Critical && \ --sec-severity=Critical && \
yum install ${INSTALL_PKGS} -y \ yum install ${INSTALL_PKGS} -y \
--nogpgcheck \ --disablerepo="*" \
--disablerepo=unified_platform_ubi8_os \ --enablerepo="*ubi-7*" \
--disablerepo=unified_platform_ubi8_appstream \
--disableplugin=subscription-manager \ --disableplugin=subscription-manager \
--setopt=tsflags=nodocs --setopt=tsflags=nodocs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment