2024-10-24 13:33:43,855: INFO: Building contrail-general-base 2024-10-24 13:33:43,876: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_1_2_7-2 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-general-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 55.81 kB Step 1/19 : FROM centos:7 ---> eeb6ee3f44bd Step 2/19 : ARG SITE_MIRROR ---> Using cache ---> bd3858adbb58 Step 3/19 : ARG VENDOR_NAME ---> Running in ae804520c552 ---> Removed intermediate container ae804520c552 ---> 4fa4560ba5bb Step 4/19 : ARG VENDOR_DOMAIN ---> Running in 0f6724c8289e ---> Removed intermediate container 0f6724c8289e ---> 1913563730b7 Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 1d7668e487f4 ---> Removed intermediate container 1d7668e487f4 ---> 98c500ed4253 Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in 217e0dfdecaa ---> Removed intermediate container 217e0dfdecaa ---> 50e553bd2b1f Step 7/19 : RUN mkdir /licenses ---> Running in 0026c9d0fc2c ---> Removed intermediate container 0026c9d0fc2c ---> 2637fc3720bd Step 8/19 : COPY licensing.txt /licenses ---> ff8a59267b94 Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in 7e9d17734b15 ---> Removed intermediate container 7e9d17734b15 ---> b7d3092c6e62 Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in 086ab25f4a9a ---> Removed intermediate container 086ab25f4a9a ---> b4c8ef607e8d Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in d27755a157ad ---> Removed intermediate container d27755a157ad ---> ca811f0e2729 Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in dd61bf161db0 ---> Removed intermediate container dd61bf161db0 ---> 1877113c741a Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in ea6c1025561f ---> Removed intermediate container ea6c1025561f ---> d76963a0d8d6 Step 14/19 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_GID=1999 CONTRAIL_UID=1999 CONTRAIL_USER=contrail CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG LC_ALL=$LC_ALL LANG=$LANG LANGUAGE=$LANGUAGE ---> Running in f48dc4ad78b3 ---> Removed intermediate container f48dc4ad78b3 ---> 077acb92e8fa Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 3057971ae55b Step 16/19 : COPY pip.conf /etc/ ---> 670b87416fa3 Step 17/19 : COPY *.sh / ---> 1c648887633b Step 18/19 : RUN source /etc/os-release ; YUM_ENABLE_REPOS=$(echo $YUM_ENABLE_REPOS | tr -d '"') ; if [[ -n "$YUM_ENABLE_REPOS" ]] ; then echo "INFO: contrail-general-base: enable repos $YUM_ENABLE_REPOS" ; if ! type -p yum-config-manager ; then yum install -y yum-utils ; fi ; yum-config-manager --enable $YUM_ENABLE_REPOS ; yum clean metadata ; fi ; yum update -y -x "redhat-release*" -x "coreutils*" yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; pkgs="hostname iproute less wget openssl" ; GENERAL_EXTRA_RPMS=$(echo $GENERAL_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ; if [[ -n "$GENERAL_EXTRA_RPMS" ]] ; then pkgs+=" $GENERAL_EXTRA_RPMS" ; fi ; if [[ "$ID" == 'rhel' && "${PLATFORM_ID//*:/}" == 'el8' ]] ; then pkgs+=" yum-utils glibc-langpack-en compat-openssl10" ; fi ; yum install -y $pkgs ; source /functions.sh ; yum install -y python3 python3-pip ; python3 -m pip install --upgrade pip setuptools ; yum clean all -y ; rm -rf /var/cache/yum ; groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER ---> Running in adc6e77ac884 Loaded plugins: fastestmirror, ovl Determining fastest mirrors