2025-08-25 20:03:50,393: INFO: Building opensdn-general-base 2025-08-25 20:03:50,398: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-2_0_3_2-1 --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 CONTAINER_NAME=opensdn-general-base --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 65.02 kB Step 1/20 : ARG LINUX_DISTR=centos Step 2/20 : ARG LINUX_DISTR_VER=7.9.2009 Step 3/20 : FROM $LINUX_DISTR:$LINUX_DISTR_VER 7: Pulling from library/centos 2d473b07cdd5: Already exists Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:7 ---> eeb6ee3f44bd Step 4/20 : ARG LINUX_DISTR=centos ---> Running in c08ee343c2bd ---> Removed intermediate container c08ee343c2bd ---> 8528ecde29e0 Step 5/20 : ARG SITE_MIRROR ---> Running in 9ba75393b463 ---> Removed intermediate container 9ba75393b463 ---> 39a27dfe8190 Step 6/20 : ARG VENDOR_NAME ---> Running in d98dbcfe5d30 ---> Removed intermediate container d98dbcfe5d30 ---> f9ec5d5948c7 Step 7/20 : ARG VENDOR_DOMAIN ---> Running in 7eff0e63d1d5 ---> Removed intermediate container 7eff0e63d1d5 ---> 517dbb783936 Step 8/20 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 9f749fbfeb6e ---> Removed intermediate container 9f749fbfeb6e ---> eb07ef6df131 Step 9/20 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in c64b2ec4ae0c ---> Removed intermediate container c64b2ec4ae0c ---> ce72d7efeaf5 Step 10/20 : RUN mkdir /licenses ---> Running in 7b0d71d689df ---> Removed intermediate container 7b0d71d689df ---> 256e75bb80aa Step 11/20 : COPY licensing.txt /licenses ---> 67fdff6c0f4f Step 12/20 : ARG LC_ALL="en_US.UTF-8" ---> Running in 9ef91cdeab1a ---> Removed intermediate container 9ef91cdeab1a ---> 61500a7610a1 Step 13/20 : ARG LANG="en_US.UTF-8" ---> Running in 754581eaaa3d ---> Removed intermediate container 754581eaaa3d ---> 88bda83f31a2 Step 14/20 : ARG LANGUAGE="en_US.UTF-8" ---> Running in bf7d5af87b1f ---> Removed intermediate container bf7d5af87b1f ---> a62efb29ee5c Step 15/20 : 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 f39d8b32ef3d ---> Removed intermediate container f39d8b32ef3d ---> 32d4592a6d1f Step 16/20 : COPY *.repo /etc/yum.repos.d/ ---> 008cb5cb100e Step 17/20 : COPY pip.conf /etc/ ---> 7f1012511080 Step 18/20 : COPY *.sh / ---> e3269c4908ce Step 19/20 : RUN set -e ; source /etc/os-release ; if [[ "$LINUX_DISTR" == "centos" ]]; then for file in /etc/yum.repos.d/CentOS-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; else find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; fi ; yum update -y -x "redhat-release*" -x "coreutils*" yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; yum install -y hostname iproute less wget openssl glibc-langpack-en rsync ; source /functions.sh ; yum install -y python3 python3-pip ; python3 -m pip install --upgrade pip setuptools ; rm -rf /root/.cache ; 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 f4c5bb966da1 total 52 -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-Base.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-CR.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-fasttrack.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-Media.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-Sources.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-Vault.repo -rw-r--r--. 1 root root 1 Aug 25 20:03 CentOS-x86_64-kernel.repo -rw-r--r--. 1 root root 100 Aug 25 18:58 contrail.repo -rw-r--r--. 1 root root 1108 Aug 25 20:03 mirror-base-centos7.repo -rw-r--r--. 1 root root 216 Aug 25 20:03 mirror-docker.repo -rw-r--r--. 1 root root 255 Aug 25 20:03 mirror-openstack.repo -rw-r--r--. 1 root root 140 Aug 25 20:03 tpc.repo