2025-06-03 15:59:16,025: INFO: Building opensdn-kubernetes-cni-init 2025-06-03 15:59:16,069: 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_7_6_8-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=opensdn-kubernetes-cni-init --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 8.704 kB Step 1/10 : ARG CONTRAIL_REGISTRY Step 2/10 : ARG CONTRAIL_CONTAINER_TAG Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} ---> 8201de7938b7 Step 4/10 : ARG SITE_MIRROR ---> Running in 4dfa767c9a23 ---> Removed intermediate container 4dfa767c9a23 ---> 15c46a21b731 Step 5/10 : ARG CONTAINER_NAME ---> Running in 0a0284d7c97e ---> Removed intermediate container 0a0284d7c97e ---> fb766cab120a Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 2b6092317a19 ---> Removed intermediate container 2b6092317a19 ---> 4cf0012db048 Step 7/10 : LABEL name=$CONTAINER_NAME summary="Contrail Kubernetes Container Network Interface" description="Contrail provides support for Container Network Interface for Kubernetes." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in d013580d0a88 ---> Removed intermediate container d013580d0a88 ---> 1c6d4083bd55 Step 8/10 : RUN set -e ; source /functions.sh && download_package https://github.com containernetworking/cni/releases/download/v0.3.0/cni-v0.3.0.tgz /opt/cni-v0.3.0.tgz && yum install -y contrail-k8s-cni && yum clean all -y && rm -rf /var/cache/yum ---> Running in 77d4197ed573 2025-06-03 15:59:28 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/containernetworking/cni/releases/download/v0.3.0/cni-v0.3.0.tgz [13610792/13610792] -> "/opt/cni-v0.3.0.tgz" [1] Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package contrail-k8s-cni.x86_64 0:master.1.7.6.8.3-master_1_7_6_8_3.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-k8s-cni x86_64 master.1.7.6.8.3-master_1_7_6_8_3.el7 contrail 2.2 M Transaction Summary ================================================================================ Install 1 Package Total download size: 2.2 M Installed size: 6.2 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : contrail-k8s-cni-master.1.7.6.8.3-master_1_7_6_8_3.el7.x86 1/1 Verifying : contrail-k8s-cni-master.1.7.6.8.3-master_1_7_6_8_3.el7.x86 1/1 Installed: contrail-k8s-cni.x86_64 0:master.1.7.6.8.3-master_1_7_6_8_3.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : tpc Cleaning up list of fastest mirrors ---> Removed intermediate container 77d4197ed573 ---> ab86bd6b94d2 Step 9/10 : COPY entrypoint.sh / ---> 84f56353f6b5 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 2fcd41f4749f ---> Removed intermediate container 2fcd41f4749f ---> 15ade8959c64 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built 15ade8959c64 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-1_7_6_8-3 2025-06-03 16:01:09,586: INFO: Docker build duration: 114 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init] 03cd39f3cbf4: Preparing 0f30d80b7ae4: Preparing 165e8647dbf5: Preparing 35b87b42ef80: Preparing fb6e6587e839: Preparing 4a699db961f1: Preparing 4a471e9b88ac: Preparing 7d721f9a4335: Preparing c0779cc3a314: Preparing 4f6774fbdcab: Preparing 174f56854903: Preparing 4a699db961f1: Waiting 4a471e9b88ac: Waiting 7d721f9a4335: Waiting c0779cc3a314: Waiting 4f6774fbdcab: Waiting 174f56854903: Waiting fb6e6587e839: Layer already exists 03cd39f3cbf4: Pushed 35b87b42ef80: Layer already exists 165e8647dbf5: Layer already exists 4a699db961f1: Layer already exists 4a471e9b88ac: Layer already exists 4f6774fbdcab: Layer already exists c0779cc3a314: Layer already exists 7d721f9a4335: Layer already exists 174f56854903: Layer already exists 0f30d80b7ae4: Pushed master-1_7_6_8-3: digest: sha256:9f4640e0cee02d8057b0bbdcd74b0e36f9f022bf31cbfc2abe8164fe78e4a594 size: 2620 2025-06-03 16:01:16,136: INFO: Building opensdn-kubernetes-cni-init finished successfully, duration: 121 seconds