UNCLASSIFIED

Commit fd366a46 authored by Gerard Fulton's avatar Gerard Fulton
Browse files

Removed nogpgcheck and ubi8 repos

parent cba3930d
Pipeline #5008 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