2025-10-21 19:15:35,613: INFO: Building opensdn-vrouter-kernel-build-init 2025-10-21 19:15:35,946: 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-2_2_6_6-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 CONTAINER_NAME=opensdn-vrouter-kernel-build-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 --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.20kB done #1 DONE 1.4s #2 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:24.04 #3 DONE 1.6s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.5s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [internal] load build context #6 ... #7 [stage-1 1/8] FROM docker.io/library/ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 #7 resolve docker.io/library/ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 0.3s done #7 DONE 0.3s #7 [stage-1 1/8] FROM docker.io/library/ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 #7 sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 6.69kB / 6.69kB done #7 sha256:97bed23a34971024aa8d254abbe67b7168772340d1f494034773bc464e8dd5b6 2.30kB / 2.30kB done #7 sha256:d22e4fb389065efa4a61bb36416768698ef6d955fe8a7e0cdb3cd6de80fa7eec 424B / 424B done #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 6.29MB / 29.72MB 0.2s #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 10.49MB / 29.72MB 0.3s #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 13.63MB / 29.72MB 0.5s #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 20.97MB / 29.72MB 0.7s #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 24.12MB / 29.72MB 0.8s #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 28.31MB / 29.72MB 0.9s #7 sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 29.72MB / 29.72MB 1.0s done #7 extracting sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 #7 ... #6 [internal] load build context #6 transferring context: 19.37kB 0.0s done #6 DONE 2.9s #7 [stage-1 1/8] FROM docker.io/library/ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 #7 extracting sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 5.3s #7 extracting sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 10.5s #7 extracting sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 15.3s done #7 DONE 19.7s #8 [stage-1 2/8] COPY __licensing.txt /licenses/licensing.txt #8 DONE 0.6s #9 [stage-1 3/8] COPY *.repo /etc/yum.repos.d/ #9 DONE 0.7s #10 [stage-1 4/8] COPY *.list /etc/apt/ #10 DONE 0.7s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/src/modules/contrail-vrouter.tar.gz /opt/contrail/src/ #11 DONE 0.5s #12 [stage-1 6/8] RUN set -e ; contrail_version=master-2_2_6_6-1 ; echo "${contrail_version}" > /contrail_version ; export DEBIAN_FRONTEND=noninteractive ; apt-get update ; apt-get install -y --no-install-recommends dkms libelf-dev g++ gcc-12 ; apt-get autoremove -y ; mkdir -p /vrouter_src ; cd /vrouter_src ; tar -xf /opt/contrail/src/contrail-vrouter.tar.gz #12 1.039 Get:1 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble InRelease [256 kB] #12 1.063 Get:2 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security InRelease [126 kB] #12 1.063 Get:3 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] #12 1.087 Get:4 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed InRelease [265 kB] #12 1.101 Get:5 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] #12 1.226 Get:6 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] #12 1.226 Get:7 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] #12 1.473 Ign:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/restricted amd64 Packages #12 1.473 Ign:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages #12 1.473 Ign:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/universe amd64 Packages #12 1.473 Ign:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/main amd64 Packages #12 1.494 Get:8 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] #12 1.529 Get:9 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] #12 1.529 Get:12 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] #12 1.571 Get:10 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] #12 1.571 Get:13 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] #12 2.508 Get:11 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] #12 2.573 Ign:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages #12 2.573 Ign:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages #12 2.573 Ign:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/main amd64 Packages #12 2.573 Ign:17 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages #12 2.573 Ign:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages #12 2.573 Ign:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages #12 2.573 Ign:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages #12 2.573 Ign:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages #12 2.573 Get:14 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1442 kB] #12 2.666 Get:15 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [22.1 kB] #12 2.666 Get:16 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1087 kB] #12 2.720 Get:17 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1092 kB] #12 2.754 Get:18 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1387 kB] #12 2.804 Get:19 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1405 kB] #12 2.871 Get:20 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1486 kB] #12 2.953 Get:21 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [26.7 kB] #12 3.232 Ign:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/restricted amd64 Packages #12 3.232 Ign:23 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages #12 3.232 Ign:24 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/universe amd64 Packages #12 3.266 Ign:25 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/multiverse amd64 Packages #12 3.266 Get:22 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/restricted amd64 Packages [435 kB] #12 3.266 Get:23 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages [282 kB] #12 3.266 Get:24 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/universe amd64 Packages [626 kB] #12 3.299 Get:25 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-proposed/multiverse amd64 Packages [5226 B] #12 3.904 Ign:26 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages #12 3.960 Ign:27 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages #12 3.960 Get:26 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [31.8 kB] #12 3.960 Get:27 http://tf-mirrors.gz1.opensdn.io/repos/ubuntu/latest/mirror/archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.0 kB] #12 4.328 Get:28 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2519 kB] #12 4.616 Get:29 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [33.1 kB] #12 4.616 Get:30 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1167 kB] #12 4.652 Get:31 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1539 kB] #12 4.804 Get:32 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] #12 6.934 Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] #12 7.167 Get:34 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] #12 7.288 Get:35 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] #12 7.428 Ign:36 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages #12 7.554 Get:37 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1937 kB] #12 7.793 Ign:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages #12 7.907 Get:39 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [35.9 kB] #12 8.035 Get:40 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.4 kB] #12 8.156 Get:41 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.9 kB] #12 8.291 Get:36 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2728 kB] #12 8.291 Err:36 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages #12 8.291 File has unexpected size (2711140 != 2727693). Mirror sync in progress? [IP: 91.189.91.83 80] #12 8.291 Hashes of expected file: #12 8.291 - Filesize:2727693 [weak] #12 8.291 - SHA256:dab8742df107274e39503a581fcf3e51980de18a40d81f313dcfe20d2ce09e22 #12 8.291 - SHA1:be1f8b6a4e33b9de2128940c49277c8c506e1235 [weak] #12 8.291 - MD5Sum:4b0689624ca73852ce6c3e65f40706e4 [weak] #12 8.291 Release file created at: Tue, 21 Oct 2025 15:15:59 +0000 #12 8.533 Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1938 kB] #12 8.533 Err:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages #12 8.533 #12 11.96 Fetched 61.4 MB in 11s (5597 kB/s) #12 11.96 Reading package lists... #12 16.56 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/restricted/binary-amd64/Packages.gz File has unexpected size (2711140 != 2727693). Mirror sync in progress? [IP: 91.189.91.83 80] #12 16.56 Hashes of expected file: #12 16.56 - Filesize:2727693 [weak] #12 16.56 - SHA256:dab8742df107274e39503a581fcf3e51980de18a40d81f313dcfe20d2ce09e22 #12 16.56 - SHA1:be1f8b6a4e33b9de2128940c49277c8c506e1235 [weak] #12 16.56 - MD5Sum:4b0689624ca73852ce6c3e65f40706e4 [weak] #12 16.56 Release file created at: Tue, 21 Oct 2025 15:15:59 +0000 #12 16.56 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/main/binary-amd64/Packages.gz #12 16.56 E: Some index files failed to download. They have been ignored, or old ones used instead. #12 ERROR: process "/bin/sh -c set -e ; contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} ; echo "${contrail_version}" > /contrail_version ; export DEBIAN_FRONTEND=noninteractive ; apt-get update ; apt-get install -y --no-install-recommends dkms libelf-dev g++ gcc-12 ; apt-get autoremove -y ; mkdir -p /vrouter_src ; cd /vrouter_src ; tar -xf /opt/contrail/src/contrail-vrouter.tar.gz" did not complete successfully: exit code: 100 ------ > [stage-1 6/8] RUN set -e ; contrail_version=master-2_2_6_6-1 ; echo "${contrail_version}" > /contrail_version ; export DEBIAN_FRONTEND=noninteractive ; apt-get update ; apt-get install -y --no-install-recommends dkms libelf-dev g++ gcc-12 ; apt-get autoremove -y ; mkdir -p /vrouter_src ; cd /vrouter_src ; tar -xf /opt/contrail/src/contrail-vrouter.tar.gz: 16.56 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/restricted/binary-amd64/Packages.gz File has unexpected size (2711140 != 2727693). Mirror sync in progress? [IP: 91.189.91.83 80] 16.56 Hashes of expected file: 16.56 - Filesize:2727693 [weak] 16.56 - SHA256:dab8742df107274e39503a581fcf3e51980de18a40d81f313dcfe20d2ce09e22 16.56 - SHA1:be1f8b6a4e33b9de2128940c49277c8c506e1235 [weak] 16.56 - MD5Sum:4b0689624ca73852ce6c3e65f40706e4 [weak] 16.56 Release file created at: Tue, 21 Oct 2025 15:15:59 +0000 16.56 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/main/binary-amd64/Packages.gz 16.56 E: Some index files failed to download. They have been ignored, or old ones used instead. ------ 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) Dockerfile:45 -------------------- 44 | # tpc repo is not to be used as it os dependend 45 | >>> RUN set -e ; 46 | >>> contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} ; 47 | >>> echo "${contrail_version}" > /contrail_version ; 48 | >>> export DEBIAN_FRONTEND=noninteractive ; 49 | >>> apt-get update ; 50 | >>> apt-get install -y --no-install-recommends dkms libelf-dev g++ gcc-12 ; 51 | >>> apt-get autoremove -y ; 52 | >>> mkdir -p /vrouter_src ; 53 | >>> cd /vrouter_src ; 54 | >>> tar -xf /opt/contrail/src/contrail-vrouter.tar.gz 55 | -------------------- ERROR: failed to solve: process "/bin/sh -c set -e ; contrail_version=${CONTRAIL_VERSION:-$CONTRAIL_CONTAINER_TAG} ; echo "${contrail_version}" > /contrail_version ; export DEBIAN_FRONTEND=noninteractive ; apt-get update ; apt-get install -y --no-install-recommends dkms libelf-dev g++ gcc-12 ; apt-get autoremove -y ; mkdir -p /vrouter_src ; cd /vrouter_src ; tar -xf /opt/contrail/src/contrail-vrouter.tar.gz" did not complete successfully: exit code: 100 2025-10-21 19:16:22,744: INFO: Docker build duration: 47 seconds 2025-10-21 19:16:22,764: ERROR: Building opensdn-vrouter-kernel-build-init failed, duration: 47 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector master-2_2_6_6-1 6e8c124a72ff 18 seconds ago 731MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology master-2_2_6_6-1 879d053fa806 19 seconds ago 731MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk master-2_2_6_6-1 5d059524ec32 27 seconds ago 583MB nexus.gz1.opensdn.io:5101/opensdn-analytics-alarm-gen master-2_2_6_6-1 af8fc1ffb314 29 seconds ago 529MB nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init master-2_2_6_6-1 84f2196fad62 31 seconds ago 293MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema master-2_2_6_6-1 66aeaaa4cd18 33 seconds ago 514MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job master-2_2_6_6-1 ec1045c15f3d 33 seconds ago 788MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web master-2_2_6_6-1 050509f6f725 33 seconds ago 788MB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager master-2_2_6_6-1 16ec99f54d6c 34 seconds ago 517MB nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init master-2_2_6_6-1 4a00cc8c248e 34 seconds ago 293MB nexus.gz1.opensdn.io:5101/opensdn-node-init master-2_2_6_6-1 001d0295b532 36 seconds ago 513MB nexus.gz1.opensdn.io:5101/opensdn-provisioner master-2_2_6_6-1 798f3676a162 39 seconds ago 513MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base master-2_2_6_6-1 f20b7ac3aa2f About a minute ago 788MB nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq master-2_2_6_6-1 e6292e9d5ca6 About a minute ago 363MB nexus.gz1.opensdn.io:5101/opensdn-external-stunnel master-2_2_6_6-1 87e92bbc81e7 About a minute ago 328MB nexus.gz1.opensdn.io:5101/opensdn-external-cassandra master-2_2_6_6-1 339a4127116e 2 minutes ago 687MB nexus.gz1.opensdn.io:5101/opensdn-external-kafka master-2_2_6_6-1 07cd9da06c4e 2 minutes ago 744MB nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper master-2_2_6_6-1 a8b5d944e592 2 minutes ago 301MB nexus.gz1.opensdn.io:5101/opensdn-external-redis master-2_2_6_6-1 205de15071f9 2 minutes ago 171MB nexus.gz1.opensdn.io:5101/opensdn-external-haproxy master-2_2_6_6-1 4530df8d00b3 2 minutes ago 144MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base master-2_2_6_6-1 9f1bcc17a203 2 minutes ago 731MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-base master-2_2_6_6-1 d0572d9887c9 2 minutes ago 583MB nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd master-2_2_6_6-1 0eae08603b37 2 minutes ago 290MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-base master-2_2_6_6-1 f7352ce67db1 2 minutes ago 574MB nexus.gz1.opensdn.io:5101/opensdn-analytics-base master-2_2_6_6-1 a075d781f5a9 3 minutes ago 513MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-base master-2_2_6_6-1 4e568b2b9f71 3 minutes ago 513MB nexus.gz1.opensdn.io:5101/opensdn-base master-2_2_6_6-1 76ff84d2fc07 3 minutes ago 513MB nexus.gz1.opensdn.io:5101/opensdn-general-base master-2_2_6_6-1 7a689668f461 4 minutes ago 278MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_2_6_6-1 9282b358d475 5 minutes ago 2.45MB tf-dev-sandbox compile 83a6fd021a56 5 minutes ago 24.8GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_6_6-1 168f7bcdbc5d About an hour ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_6_6-1 3dd9b530fb07 About an hour ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 48dd35e59f71 About an hour ago 2.43MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_6_6-1 c35545fb27b1 About an hour ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_6_6-1 3943dff77db5 About an hour ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox stable f943a64e02fb 2 days ago 2.81GB