2025-06-19 13:02:11,432: INFO: Building opensdn-kubernetes-cni-init 2025-06-19 13:02:11,469: 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_9-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --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 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 854B done #1 DONE 1.2s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-1_7_6_9-1 #2 DONE 0.0s #3 [internal] load .dockerignore #3 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 1.8s #4 [internal] load build context #4 ... #5 [1/2] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-1_7_6_9-1 #5 DONE 4.6s #4 [internal] load build context #4 transferring context: 2.67kB done #4 DONE 1.7s #6 [2/3] 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 #6 1.204 2025-06-19 13:02:20 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] #6 1.553 Contrail repo 4.9 MB/s | 134 kB 00:00 #6 1.704 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 2.1 MB 00:00 #6 2.861 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 730 kB 00:00 #6 3.813 added from: http://tf-mirrors.gz1.opensdn.io/re 4.6 MB/s | 264 kB 00:00 #6 4.165 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 7.0 MB 00:00 #6 9.410 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 4.0 MB 00:00 #6 14.17 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 939 kB 00:00 #6 15.26 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 2.3 MB 00:00 #6 17.14 added from: http://tf-mirrors.gz1.opensdn.io/re 7.8 MB/s | 392 kB 00:00 #6 17.79 added from: http://tf-mirrors.gz1.opensdn.io/re 7.4 MB/s | 451 kB 00:00 #6 18.81 added from: http://tf-mirrors.gz1.opensdn.io/re 273 kB/s | 16 kB 00:00 #6 19.54 added from: http://tf-mirrors.gz1.opensdn.io/re 1.4 kB/s | 257 B 00:00 #6 20.07 added from: http://tf-mirrors.gz1.opensdn.io/re 253 kB/s | 13 kB 00:00 #6 20.76 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 64 kB 00:00 #6 22.50 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 30 MB 00:00 #6 53.49 Third parties for OpenSDN 20 MB/s | 5.4 MB 00:00 #6 72.84 Dependencies resolved. #6 72.84 ================================================================================ #6 72.84 Package Arch Version Repo Size #6 72.84 ================================================================================ #6 72.84 Installing: #6 72.84 contrail-k8s-cni #6 72.84 x86_64 v0+master.1.7.6.9.1-master_1_7_6_9_1.el9 contrail 2.2 M #6 72.84 #6 72.84 Transaction Summary #6 72.84 ================================================================================ #6 72.84 Install 1 Package #6 72.84 #6 72.84 Total download size: 2.2 M #6 72.84 Installed size: 6.2 M #6 72.84 Downloading Packages: #6 73.08 contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7 9.1 MB/s | 2.2 MB 00:00 #6 73.08 -------------------------------------------------------------------------------- #6 73.08 Total 9.1 MB/s | 2.2 MB 00:00 #6 73.09 Running transaction check #6 73.09 Transaction check succeeded. #6 73.09 Running transaction test #6 73.18 Transaction test succeeded. #6 73.18 Running transaction #6 73.30 Preparing : 1/1 #6 73.62 Installing : contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7_6_9_ 1/1 #6 73.87 Verifying : contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7_6_9_ 1/1 #6 73.99 #6 73.99 Installed: #6 73.99 contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7_6_9_1.el9.x86_64 #6 73.99 #6 73.99 Complete! #6 75.19 80 files removed #6 DONE 75.4s #7 [3/3] COPY entrypoint.sh / #7 DONE 0.2s #8 exporting to image #8 exporting layers #8 exporting layers 2.1s done #8 writing image sha256:bdd47ff8f9a63422a974486b5657e49734a3354c4a5430defa9ef0fe7070db77 0.0s done #8 naming to nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-1_7_6_9-1 0.0s done #8 DONE 2.3s 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) 2025-06-19 13:03:37,445: INFO: Docker build duration: 86 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init] 3f2eb99dae5c: Preparing 4a12e1cc25d6: Preparing 80655f27c0b9: Preparing 7dd49abdd586: Preparing 75a4a1495a0e: Preparing d6596a2eaac6: Preparing 88e7e52931c0: Preparing 9f487c7f7f25: Preparing c7da393a8966: Preparing d7470748b70f: Preparing 44343de3ea1d: Preparing 75a4a1495a0e: Waiting d6596a2eaac6: Waiting 88e7e52931c0: Waiting 9f487c7f7f25: Waiting c7da393a8966: Waiting d7470748b70f: Waiting 44343de3ea1d: Waiting 80655f27c0b9: Layer already exists 7dd49abdd586: Layer already exists 75a4a1495a0e: Layer already exists d6596a2eaac6: Layer already exists 88e7e52931c0: Layer already exists 9f487c7f7f25: Layer already exists c7da393a8966: Layer already exists 3f2eb99dae5c: Pushed d7470748b70f: Layer already exists 44343de3ea1d: Layer already exists 4a12e1cc25d6: Pushed master-1_7_6_9-1: digest: sha256:b85f017cfc69d53610d4101ea333f3a073670786faa933c2c8f216e06163a6ca size: 2619 2025-06-19 13:03:52,838: INFO: Building opensdn-kubernetes-cni-init finished successfully, duration: 101 seconds