2025-06-18 16:55:39,062: INFO: Building opensdn-general-base 2025-06-18 16:55:39,067: 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-1_6_6_1-2_5 --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=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.54 kB Step 1/22 : ARG LINUX_DISTR=centos Step 2/22 : ARG LINUX_DISTR_VER=7.9.2009 Step 3/22 : FROM $LINUX_DISTR:$LINUX_DISTR_VER ---> eeb6ee3f44bd Step 4/22 : ARG LINUX_DISTR=centos ---> Running in 4c2bfdafd87e ---> Removed intermediate container 4c2bfdafd87e ---> c80f57a33113 Step 5/22 : ARG SITE_MIRROR ---> Running in eaaa7f7c6b31 ---> Removed intermediate container eaaa7f7c6b31 ---> 11acbf35c33c Step 6/22 : ARG VENDOR_NAME ---> Running in d27c289e5171 ---> Removed intermediate container d27c289e5171 ---> 5a63c4521c8b Step 7/22 : ARG VENDOR_DOMAIN ---> Running in 2275a4adbdf5 ---> Removed intermediate container 2275a4adbdf5 ---> 1df394517527 Step 8/22 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 080921a4592a ---> Removed intermediate container 080921a4592a ---> fbb5d9773bb9 Step 9/22 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in 36a5c77a11e6 ---> Removed intermediate container 36a5c77a11e6 ---> a8840e0c57f3 Step 10/22 : RUN mkdir /licenses ---> Running in e11d54dc05de ---> Removed intermediate container e11d54dc05de ---> ea9ea47af2eb Step 11/22 : COPY licensing.txt /licenses ---> f3babb65fac6 Step 12/22 : ARG GENERAL_EXTRA_RPMS="" ---> Running in b57e73ca80fb ---> Removed intermediate container b57e73ca80fb ---> 6056466b939e Step 13/22 : ARG YUM_ENABLE_REPOS="" ---> Running in f554a61cd420 ---> Removed intermediate container f554a61cd420 ---> 914bf687f1e2 Step 14/22 : ARG LC_ALL="en_US.UTF-8" ---> Running in 3e7ad4966cd2 ---> Removed intermediate container 3e7ad4966cd2 ---> 076a1dc93296 Step 15/22 : ARG LANG="en_US.UTF-8" ---> Running in 186f8d0adcbd ---> Removed intermediate container 186f8d0adcbd ---> f382ab5c0e52 Step 16/22 : ARG LANGUAGE="en_US.UTF-8" ---> Running in f4094059010e ---> Removed intermediate container f4094059010e ---> 26428cf5f871 Step 17/22 : 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 15c6a6438775 ---> Removed intermediate container 15c6a6438775 ---> 26495283ced9 Step 18/22 : COPY *.repo /etc/yum.repos.d/ ---> b389ed690f4e Step 19/22 : COPY pip.conf /etc/ ---> 66ac232f4cdb Step 20/22 : COPY *.sh / ---> 575aa52d18a7 Step 21/22 : RUN set -e ; 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 ; 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 rm ; ls -l /etc/yum.repos.d/ ; else find /etc/yum.repos.d/ | grep -i centos | xargs 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 ; 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 ; yum install -y $pkgs ; 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 6ec05a6f767e total 52 -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-Base.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-CR.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-fasttrack.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-Media.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-Sources.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-Vault.repo -rw-r--r--. 1 root root 1 Jun 18 16:55 CentOS-x86_64-kernel.repo -rw-r--r--. 1 root root 100 Jun 18 15:53 contrail.repo -rw-r--r--. 1 root root 1108 Jun 18 16:55 mirror-base-centos7.repo -rw-r--r--. 1 root root 216 Jun 18 16:55 mirror-docker.repo -rw-r--r--. 1 root root 255 Jun 18 16:55 mirror-openstack.repo -rw-r--r--. 1 root root 140 Jun 18 16:55 tpc.repo