2025-02-10 13:51:56,766: INFO: Building contrail-general-base 2025-02-10 13:51:56,772: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=r24.1-1_3_6_2-3 --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 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 ab266ef6dccf ---> Removed intermediate container ab266ef6dccf ---> 7c4436b3856a Step 3/19 : ARG VENDOR_NAME ---> Running in 6df1e044770f ---> Removed intermediate container 6df1e044770f ---> 132a31e1bdb9 Step 4/19 : ARG VENDOR_DOMAIN ---> Running in d21aa2bb593c ---> Removed intermediate container d21aa2bb593c ---> 1337354fa7d2 Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 1b0bebef739b ---> Removed intermediate container 1b0bebef739b ---> eee85e8637d4 Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in b3aec4639b93 ---> Removed intermediate container b3aec4639b93 ---> e67a03a6c20f Step 7/19 : RUN mkdir /licenses ---> Running in 4b1ce5eb80df ---> Removed intermediate container 4b1ce5eb80df ---> 299ec6ced9f4 Step 8/19 : COPY licensing.txt /licenses ---> e11d4eda0d45 Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in d520a86f4725 ---> Removed intermediate container d520a86f4725 ---> 11cb03588d96 Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in c6d0e36337cb ---> Removed intermediate container c6d0e36337cb ---> d09beb700dca Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in de99048a2364 ---> Removed intermediate container de99048a2364 ---> b82084add52e Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in 20d9ea1560c6 ---> Removed intermediate container 20d9ea1560c6 ---> 19740c424e08 Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in b878545c43b8 ---> Removed intermediate container b878545c43b8 ---> fbfda2e1bdd4 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 df2d5a98c836 ---> Removed intermediate container df2d5a98c836 ---> afb8fd41b6c9 Step 15/19 : COPY *.repo /etc/yum.repos.d/ ---> 7aa7589780bd Step 16/19 : COPY pip.conf /etc/ ---> c16d028ea3c8 Step 17/19 : COPY *.sh / ---> 4af75524bb69 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 python2 glibc-langpack-en compat-openssl10" ; fi && yum install -y $pkgs && source /functions.sh && download_package https://bootstrap.pypa.io pip/2.7/get-pip.py /tmp/get-pip.py && python2 /tmp/get-pip.py 'pip==20.1' && type -p pip || alternatives --verbose --install /usr/bin/pip pip $(type -p pip2) 100 && type -p python || alternatives --verbose --set python /usr/bin/python2 && 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 0db0028e3f3f Loaded plugins: fastestmirror, ovl Determining fastest mirrors