2024-09-18 19:30:23,555: INFO: Building contrail-general-base 2024-09-18 19:30:23,570: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-9_5_1-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.3 kB Step 1/19 : FROM centos:7 7: Pulling from library/centos 2d473b07cdd5: Already exists Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:7 ---> eeb6ee3f44bd Step 2/19 : ARG SITE_MIRROR ---> Running in 33062c522c60 ---> Removed intermediate container 33062c522c60 ---> fab2a4653c45 Step 3/19 : ARG VENDOR_NAME ---> Running in bd69f22364c0 ---> Removed intermediate container bd69f22364c0 ---> 7ceabe1cbf09 Step 4/19 : ARG VENDOR_DOMAIN ---> Running in ad7f571d60fa ---> Removed intermediate container ad7f571d60fa ---> 65f5c8a9e541 Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 727ef9b64115 ---> Removed intermediate container 727ef9b64115 ---> f9cd855dcfe5 Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in d06a3f75324d ---> Removed intermediate container d06a3f75324d ---> 923a1b960964 Step 7/19 : RUN mkdir /licenses ---> Running in 0e7077d877c1 ---> Removed intermediate container 0e7077d877c1 ---> c4e333696400 Step 8/19 : COPY licensing.txt /licenses ---> 3de913d59cfb Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in f3f1e6ade79a ---> Removed intermediate container f3f1e6ade79a ---> 2df501da666d Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in 629c58f630ed ---> Removed intermediate container 629c58f630ed ---> 078720ba233a Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in 0dbfb3d0a125 ---> Removed intermediate container 0dbfb3d0a125 ---> c4d1d4b81b04 Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in 30d68fe44c88 ---> Removed intermediate container 30d68fe44c88 ---> 0e5f750e2e8d Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in 6a24408bb5ff ---> Removed intermediate container 6a24408bb5ff ---> dc533f5188b8 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 508d10441e7c ---> Removed intermediate container 508d10441e7c ---> be0ec98f8f63 Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 2b3ba64b7ed8 Step 16/19 : COPY pip.conf /etc/ ---> 7562c104482f Step 17/19 : COPY *.sh / ---> 0a2890b8baa8 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-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 7a41a6a7e2bc Loaded plugins: fastestmirror, ovl Determining fastest mirrors