2025-08-25 14:26:43,655: INFO: Building opensdn-general-base 2025-08-25 14:26:43,658: 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_5-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 ---> eeb6ee3f44bd Step 4/20 : ARG LINUX_DISTR=centos ---> Running in 1842c769e59e ---> Removed intermediate container 1842c769e59e ---> 8054d64c542f Step 5/20 : ARG SITE_MIRROR ---> Running in a83aab6123d4 ---> Removed intermediate container a83aab6123d4 ---> c64859f80d97 Step 6/20 : ARG VENDOR_NAME ---> Running in a25265e5a708 ---> Removed intermediate container a25265e5a708 ---> 36b2dc350893 Step 7/20 : ARG VENDOR_DOMAIN ---> Running in 6674f3473bd2 ---> Removed intermediate container 6674f3473bd2 ---> 0c0971c513c6 Step 8/20 : ARG CONTRAIL_CONTAINER_TAG ---> Running in b0b53df6b11f ---> Removed intermediate container b0b53df6b11f ---> 4894207bcad5 Step 9/20 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in c55442d2105c ---> Removed intermediate container c55442d2105c ---> b2fef7570b4e Step 10/20 : RUN mkdir /licenses ---> Running in b5a73f1805fd ---> Removed intermediate container b5a73f1805fd ---> fcdda4186d6e Step 11/20 : COPY licensing.txt /licenses ---> 0810a0b1ad8c Step 12/20 : ARG LC_ALL="en_US.UTF-8" ---> Running in 4216e2bfd6be ---> Removed intermediate container 4216e2bfd6be ---> 44ee7f01b0f0 Step 13/20 : ARG LANG="en_US.UTF-8" ---> Running in d4182f36672a ---> Removed intermediate container d4182f36672a ---> e03097fccd02 Step 14/20 : ARG LANGUAGE="en_US.UTF-8" ---> Running in f67d880bdb68 ---> Removed intermediate container f67d880bdb68 ---> cc10a2a772bd 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 aa96cfd4d6fb ---> Removed intermediate container aa96cfd4d6fb ---> 21008edcac99 Step 16/20 : COPY *.repo /etc/yum.repos.d/ ---> 601a2ee9aed1 Step 17/20 : COPY pip.conf /etc/ ---> b4158c7e2b7c Step 18/20 : COPY *.sh / ---> 70c27c975c2b 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 aca447ea78df total 52 -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-Base.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-CR.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-fasttrack.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-Media.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-Sources.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-Vault.repo -rw-r--r--. 1 root root 1 Aug 25 14:26 CentOS-x86_64-kernel.repo -rw-r--r--. 1 root root 100 Aug 25 13:25 contrail.repo -rw-r--r--. 1 root root 1108 Aug 25 14:26 mirror-base-centos7.repo -rw-r--r--. 1 root root 216 Aug 25 14:26 mirror-docker.repo -rw-r--r--. 1 root root 255 Aug 25 14:26 mirror-openstack.repo -rw-r--r--. 1 root root 140 Aug 25 14:26 tpc.repo Loaded plugins: fastestmirror, ovl Determining fastest mirrors