UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit bd4d0059 authored by Gerard Fulton's avatar Gerard Fulton
Browse files

Remove --disableplugin=subscription-manager

parent 2b9363d3
Pipeline #6707 failed with stage
...@@ -20,7 +20,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \ ...@@ -20,7 +20,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \
yum update -y \ yum update -y \
--disablerepo="*" \ --disablerepo="*" \
--enablerepo="*ubi-7*" \ --enablerepo="*ubi-7*" \
--disableplugin=subscription-manager \
--setopt=tsflags=nodocs \ --setopt=tsflags=nodocs \
--security \ --security \
--sec-severity=Important \ --sec-severity=Important \
...@@ -28,7 +27,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \ ...@@ -28,7 +27,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \
yum install -y ${INSTALL_PKGS} \ yum install -y ${INSTALL_PKGS} \
--disablerepo="*" \ --disablerepo="*" \
--enablerepo="*ubi-7*" \ --enablerepo="*ubi-7*" \
--disableplugin=subscription-manager \
--setopt=tsflags=nodocs && \ --setopt=tsflags=nodocs && \
yum -y -v clean all && \ yum -y -v clean all && \
[ ! -d /var/cache/yum ] || rm -rf /var/cache/yum [ ! -d /var/cache/yum ] || rm -rf /var/cache/yum
......
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