2025-08-07 21:32:18,638: INFO: Building opensdn-kubernetes-cni-init 2025-08-07 21:32:18,665: 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_9_8_6-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 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} ---> 211bfb920b7f Step 4/10 : ARG SITE_MIRROR ---> Running in 02bff2e21b4b ---> Removed intermediate container 02bff2e21b4b ---> aaa29b0d4524 Step 5/10 : ARG CONTAINER_NAME ---> Running in 428006730b35 ---> Removed intermediate container 428006730b35 ---> 7c4bc2169c57 Step 6/10 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in d2ce67b70bcf ---> Removed intermediate container d2ce67b70bcf ---> f21e2d84e1b4 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 0137fd407649 ---> Removed intermediate container 0137fd407649 ---> e5a70d80ebe2 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 3c9e049cfd39 2025-08-07 21:32:29 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.9.8.6.1-master_1_9_8_6_1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-k8s-cni x86_64 master.1.9.8.6.1-master_1_9_8_6_1.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.9.8.6.1-master_1_9_8_6_1.el7.x86 1/1 Verifying : contrail-k8s-cni-master.1.9.8.6.1-master_1_9_8_6_1.el7.x86 1/1 Installed: contrail-k8s-cni.x86_64 0:master.1.9.8.6.1-master_1_9_8_6_1.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 3c9e049cfd39 ---> 40076003b011 Step 9/10 : COPY entrypoint.sh / ---> 4ef12724ab41 Step 10/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 234c945b6a3b ---> Removed intermediate container 234c945b6a3b ---> 4270a958a158 [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 4270a958a158 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-1_9_8_6-1 2025-08-07 21:33:35,261: INFO: Docker build duration: 77 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init] 4e2e4b5a6926: Preparing 249e9b9fc9ae: Preparing 09ee5d02a5da: Preparing fb7bbf2e9e45: Preparing df126c1f836d: Preparing 5fd3081f0dd3: Preparing 44e51e0492f3: Preparing e06b1e828110: Preparing 7350e5324f51: Preparing d7a4f5627e9d: Preparing 174f56854903: Preparing 5fd3081f0dd3: Waiting 44e51e0492f3: Waiting e06b1e828110: Waiting 7350e5324f51: Waiting d7a4f5627e9d: Waiting 174f56854903: Waiting df126c1f836d: Layer already exists 09ee5d02a5da: Layer already exists fb7bbf2e9e45: Layer already exists 5fd3081f0dd3: Layer already exists 44e51e0492f3: Layer already exists 4e2e4b5a6926: Pushed e06b1e828110: Layer already exists 7350e5324f51: Layer already exists 174f56854903: Layer already exists d7a4f5627e9d: Layer already exists 249e9b9fc9ae: Pushed master-1_9_8_6-1: digest: sha256:fbd0b12889f706cd4c2b02cecbbdee39e3eed2c76642c094fe36e7b345e2599b size: 2620 2025-08-07 21:33:49,204: INFO: Building opensdn-kubernetes-cni-init finished successfully, duration: 91 seconds