2025-06-04 21:26:01,591: INFO: Building opensdn-kubernetes-cni-init 2025-06-04 21:26:01,688: 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 2.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 0.9s #4 [internal] load build context #4 transferring context: 2.67kB done #4 DONE 2.5s #5 [1/4] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-1_7_6_9-1 #5 DONE 13.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 2.028 2025-06-04 21:26:22 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 4.061 Contrail repo 255 kB/s | 134 kB 00:00 #6 5.010 added from: http://tf-mirrors.gz1.opensdn.io/re 2.5 MB/s | 2.1 MB 00:00 #6 6.742 added from: http://tf-mirrors.gz1.opensdn.io/re 6.6 MB/s | 730 kB 00:00 #6 7.599 added from: http://tf-mirrors.gz1.opensdn.io/re 1.0 MB/s | 264 kB 00:00 #6 8.599 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 7.0 MB 00:00 #6 12.49 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 4.0 MB 00:00 #6 16.57 added from: http://tf-mirrors.gz1.opensdn.io/re 7.2 MB/s | 939 kB 00:00 #6 17.50 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 2.3 MB 00:00 #6 19.84 added from: http://tf-mirrors.gz1.opensdn.io/re 2.9 MB/s | 392 kB 00:00 #6 20.89 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 451 kB 00:00 #6 21.91 added from: http://tf-mirrors.gz1.opensdn.io/re 194 kB/s | 16 kB 00:00 #6 22.32 added from: http://tf-mirrors.gz1.opensdn.io/re 7.5 kB/s | 257 B 00:00 #6 22.61 added from: http://tf-mirrors.gz1.opensdn.io/re 268 kB/s | 13 kB 00:00 #6 23.47 added from: http://tf-mirrors.gz1.opensdn.io/re 1.6 MB/s | 64 kB 00:00 #6 24.76 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 30 MB 00:00 #6 55.39 Third parties for OpenSDN 20 MB/s | 5.4 MB 00:00 #6 73.42 Dependencies resolved. #6 73.42 ================================================================================ #6 73.42 Package Arch Version Repo Size #6 73.42 ================================================================================ #6 73.42 Installing: #6 73.42 contrail-k8s-cni #6 73.42 x86_64 v0+master.1.7.6.9.1-master_1_7_6_9_1.el9 contrail 2.2 M #6 73.42 #6 73.42 Transaction Summary #6 73.42 ================================================================================ #6 73.42 Install 1 Package #6 73.42 #6 73.42 Total download size: 2.2 M #6 73.42 Installed size: 6.2 M #6 73.42 Downloading Packages: #6 73.54 contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7 46 MB/s | 2.2 MB 00:00 #6 73.54 -------------------------------------------------------------------------------- #6 73.54 Total 30 MB/s | 2.2 MB 00:00 #6 73.54 Running transaction check #6 73.57 Transaction check succeeded. #6 73.57 Running transaction test #6 73.72 Transaction test succeeded. #6 73.72 Running transaction #6 74.83 Preparing : 1/1 #6 75.14 Installing : contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7_6_9_ 1/1 #6 77.22 Verifying : contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7_6_9_ 1/1 #6 77.37 #6 77.37 Installed: #6 77.37 contrail-k8s-cni-v0+master.1.7.6.9.1-master_1_7_6_9_1.el9.x86_64 #6 77.37 #6 77.37 Complete! #6 78.40 80 files removed #6 DONE 92.1s #7 [3/3] COPY entrypoint.sh / #7 DONE 8.2s #8 exporting to image #8 exporting layers #8 exporting layers 1.5s done #8 writing image sha256:1446bdd8c1eed3f1476a03e07c14c2639d1b437ac486ae24a32c2c712a470cf8 #8 writing image sha256:1446bdd8c1eed3f1476a03e07c14c2639d1b437ac486ae24a32c2c712a470cf8 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 1.9s 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-04 21:28:10,937: INFO: Docker build duration: 129 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init] dbd607c7d7af: Preparing 11c0adc83542: Preparing 43d9224a95bb: Preparing 90e71c7b0ce5: Preparing 83a27b1008eb: Preparing 614246b6a9ed: Preparing 96026b1d0959: Preparing 1673b2075cdc: Preparing bc1394995d82: Preparing 2708f5814cf8: Preparing 44343de3ea1d: Preparing 614246b6a9ed: Waiting 96026b1d0959: Waiting 1673b2075cdc: Waiting bc1394995d82: Waiting 44343de3ea1d: Waiting 2708f5814cf8: Waiting 83a27b1008eb: Layer already exists 43d9224a95bb: Layer already exists 614246b6a9ed: Layer already exists 11c0adc83542: Pushed 90e71c7b0ce5: Layer already exists 96026b1d0959: Layer already exists dbd607c7d7af: Pushed 1673b2075cdc: Layer already exists bc1394995d82: Layer already exists 2708f5814cf8: Layer already exists 44343de3ea1d: Layer already exists master-1_7_6_9-1: digest: sha256:d1b3717ba7d3e1749eea5681b606e45a5e3a49b539ef2e594919fafc00598ada size: 2620 2025-06-04 21:28:17,224: INFO: Building opensdn-kubernetes-cni-init finished successfully, duration: 136 seconds