2026-02-20 14:37:43,328: INFO: Building opensdn-controller-webui-base 2026-02-20 14:37:43,608: 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=r25.1-2_6_0_1-2 --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-controller-webui-base --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: 1.89kB done #1 DONE 0.7s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-general-base:r25.1-2_6_0_1-2 #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 0.4s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:r25.1-2_6_0_1-2 #6 CACHED #7 [internal] load build context #7 transferring context: 63.66kB done #7 DONE 0.1s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/src/contrail/contrail-web-controller /usr/src/contrail/contrail-web-controller #8 DONE 6.2s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/src/contrail/contrail-web-core /usr/src/contrail/contrail-web-core #9 DONE 2.3s #10 [stage-1 4/8] RUN set -e ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) ; if [[ ${ver} != 9 ]]; then echo "ERROR: only version 9 of redhat-like OS is supported" ; exit 1 ; fi ; yum install -y redis nodejs-1:16.20.2 npm-1:8.19.4 ; npm install -g coffeescript livescript ; yum clean all -y ; rm -rf /var/cache/yum ; mkdir /usr/lib64/node_modules ; cp -rp /usr/src/contrail/contrail-web-core/node_modules/* /usr/lib64/node_modules/ ; rm -rf /usr/src/contrail/contrail-web-core/node_modules ; ln -s /usr/lib64/node_modules /usr/src/contrail/contrail-web-controller/node_modules ; ln -s /usr/lib64/node_modules /usr/src/contrail/contrail-web-core/node_modules ; rm -f /usr/src/contrail/contrail-web-core/config/config.global.js ; ln -s /etc/contrail/config.global.js /usr/src/contrail/contrail-web-core/config/config.global.js ; chown -R contrail:contrail /usr/src/contrail #10 1.663 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 14 MB 00:00 #10 3.931 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 1.9 MB 00:00 #10 4.371 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 402 kB 00:00 #10 4.734 added from: http://tf-mirrors.gz1.opensdn.io/re 78 MB/s | 16 MB 00:00 #10 8.184 added from: http://tf-mirrors.gz1.opensdn.io/re 76 MB/s | 11 MB 00:00 #10 10.35 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 1.1 MB 00:00 #10 10.69 added from: http://tf-mirrors.gz1.opensdn.io/re 56 MB/s | 4.8 MB 00:00 #10 11.71 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 697 kB 00:00 #10 12.02 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 474 kB 00:00 #10 12.24 added from: http://tf-mirrors.gz1.opensdn.io/re 966 kB/s | 18 kB 00:00 #10 12.43 added from: http://tf-mirrors.gz1.opensdn.io/re 14 kB/s | 257 B 00:00 #10 12.60 added from: http://tf-mirrors.gz1.opensdn.io/re 815 kB/s | 15 kB 00:00 #10 12.78 added from: http://tf-mirrors.gz1.opensdn.io/re 4.6 MB/s | 96 kB 00:00 #10 13.32 added from: http://tf-mirrors.gz1.opensdn.io/re 109 MB/s | 39 MB 00:00 #10 22.09 Third parties for OpenSDN 46 MB/s | 5.1 MB 00:00 #10 27.34 Dependencies resolved. #10 27.35 ================================================================================================== #10 27.35 Package Arch Version Repository Size #10 27.35 ================================================================================================== #10 27.35 Installing: #10 27.35 nodejs x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 111 k #10 27.35 npm x86_64 1:8.19.4-1.16.20.2.8.el9_4 tf-mirrors.ci_repos_yum9-appstream 1.7 M #10 27.35 redis x86_64 6.2.20-2.el9_7 tf-mirrors.ci_repos_yum9-appstream 1.3 M #10 27.35 Upgrading: #10 27.35 libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k #10 27.35 systemd-libs x86_64 252-55.el9_7.7.rocky.0.1 tf-mirrors.ci_repos_yum9-baseos 676 k #10 27.35 Installing dependencies: #10 27.35 acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k #10 27.35 dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k #10 27.35 dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k #10 27.35 dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #10 27.35 kmod-libs x86_64 28-11.el9 tf-mirrors.ci_repos_yum9-baseos 62 k #10 27.35 libbrotli x86_64 1.0.9-9.el9_7 tf-mirrors.ci_repos_yum9-baseos 312 k #10 27.35 libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k #10 27.35 logrotate x86_64 3.18.0-12.el9 tf-mirrors.ci_repos_yum9-baseos 73 k #10 27.35 nodejs-libs x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 15 M #10 27.35 systemd x86_64 252-55.el9_7.7.rocky.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M #10 27.35 systemd-pam x86_64 252-55.el9_7.7.rocky.0.1 tf-mirrors.ci_repos_yum9-baseos 283 k #10 27.35 systemd-rpm-macros noarch 252-55.el9_7.7.rocky.0.1 tf-mirrors.ci_repos_yum9-baseos 71 k #10 27.35 Installing weak dependencies: #10 27.35 nodejs-docs noarch 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 7.1 M #10 27.35 nodejs-full-i18n x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 8.2 M #10 27.35 #10 27.35 Transaction Summary #10 27.35 ================================================================================================== #10 27.35 Install 17 Packages #10 27.35 Upgrade 2 Packages #10 27.35 #10 27.35 Total download size: 39 M #10 27.35 Downloading Packages: #10 27.36 (1/19): acl-2.3.1-4.el9.x86_64.rpm 4.9 MB/s | 69 kB 00:00 #10 27.37 (2/19): dbus-1.12.20-8.el9.x86_64.rpm 388 kB/s | 6.8 kB 00:00 #10 27.37 (3/19): dbus-common-1.12.20-8.el9.noarch.rpm 2.1 MB/s | 14 kB 00:00 #10 27.37 (4/19): kmod-libs-28-11.el9.x86_64.rpm 11 MB/s | 62 kB 00:00 #10 27.38 (5/19): dbus-broker-28-7.el9.x86_64.rpm 6.0 MB/s | 171 kB 00:00 #10 27.38 (6/19): libseccomp-2.5.2-2.el9.x86_64.rpm 9.5 MB/s | 71 kB 00:00 #10 27.38 (7/19): logrotate-3.18.0-12.el9.x86_64.rpm 11 MB/s | 73 kB 00:00 #10 27.39 (8/19): libbrotli-1.0.9-9.el9_7.x86_64.rpm 15 MB/s | 312 kB 00:00 #10 27.40 (9/19): systemd-rpm-macros-252-55.el9_7.7.rocky 12 MB/s | 71 kB 00:00 #10 27.40 (10/19): systemd-pam-252-55.el9_7.7.rocky.0.1.x 15 MB/s | 283 kB 00:00 #10 27.41 (11/19): nodejs-16.20.2-8.el9_4.x86_64.rpm 9.5 MB/s | 111 kB 00:00 #10 27.47 (12/19): systemd-252-55.el9_7.7.rocky.0.1.x86_6 44 MB/s | 4.0 MB 00:00 #10 27.56 (13/19): nodejs-docs-16.20.2-8.el9_4.noarch.rpm 45 MB/s | 7.1 MB 00:00 #10 27.60 (14/19): npm-8.19.4-1.16.20.2.8.el9_4.x86_64.rp 49 MB/s | 1.7 MB 00:00 #10 27.67 (15/19): nodejs-full-i18n-16.20.2-8.el9_4.x86_6 32 MB/s | 8.2 MB 00:00 #10 27.68 (16/19): libacl-2.3.1-4.el9.x86_64.rpm 4.7 MB/s | 22 kB 00:00 #10 27.69 (17/19): redis-6.2.20-2.el9_7.x86_64.rpm 14 MB/s | 1.3 MB 00:00 #10 27.70 (18/19): systemd-libs-252-55.el9_7.7.rocky.0.1. 25 MB/s | 676 kB 00:00 #10 27.81 (19/19): nodejs-libs-16.20.2-8.el9_4.x86_64.rpm 45 MB/s | 15 MB 00:00 #10 27.81 -------------------------------------------------------------------------------- #10 27.81 Total 86 MB/s | 39 MB 00:00 #10 27.81 Running transaction check #10 27.87 Transaction check succeeded. #10 27.87 Running transaction test #10 28.27 Transaction test succeeded. #10 28.28 Running transaction #10 28.79 Running scriptlet: npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 1/1 #10 28.92 Preparing : 1/1 #10 29.01 Upgrading : systemd-libs-252-55.el9_7.7.rocky.0.1.x86_64 1/21 #10 29.02 Running scriptlet: systemd-libs-252-55.el9_7.7.rocky.0.1.x86_64 1/21 #10 29.04 Upgrading : libacl-2.3.1-4.el9.x86_64 2/21 #10 29.05 Installing : acl-2.3.1-4.el9.x86_64 3/21 #10 29.53 Installing : nodejs-docs-1:16.20.2-8.el9_4.noarch 4/21 #10 29.55 Installing : systemd-rpm-macros-252-55.el9_7.7.rocky.0.1.noarch 5/21 #10 29.55 Installing : libseccomp-2.5.2-2.el9.x86_64 6/21 #10 29.56 Installing : libbrotli-1.0.9-9.el9_7.x86_64 7/21 #10 29.96 Installing : nodejs-libs-1:16.20.2-8.el9_4.x86_64 8/21 #10 30.17 Installing : nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 9/21 #10 30.47 Installing : npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 10/21 #10 30.51 Installing : nodejs-1:16.20.2-8.el9_4.x86_64 11/21 #10 30.51 Installing : kmod-libs-28-11.el9.x86_64 12/21 #10 30.52 Installing : dbus-1:1.12.20-8.el9.x86_64 13/21 #10 30.53 Installing : systemd-pam-252-55.el9_7.7.rocky.0.1.x86_64 14/21 #10 30.54 Running scriptlet: systemd-252-55.el9_7.7.rocky.0.1.x86_64 15/21 #10 30.87 Installing : systemd-252-55.el9_7.7.rocky.0.1.x86_64 15/21 #10 30.92 Running scriptlet: systemd-252-55.el9_7.7.rocky.0.1.x86_64 15/21 #10 31.09 Installing : dbus-common-1:1.12.20-8.el9.noarch 16/21 #10 31.11 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 16/21 #10 31.13 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #10 31.13 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #10 31.13 #10 31.13 Running scriptlet: dbus-broker-28-7.el9.x86_64 17/21 #10 31.94 Installing : dbus-broker-28-7.el9.x86_64 17/21 #10 31.95 Running scriptlet: dbus-broker-28-7.el9.x86_64 17/21 #10 31.98 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #10 31.98 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #10 31.98 #10 31.98 Running scriptlet: logrotate-3.18.0-12.el9.x86_64 18/21 #10 32.00 Installing : logrotate-3.18.0-12.el9.x86_64 18/21 #10 32.00 Running scriptlet: logrotate-3.18.0-12.el9.x86_64 18/21 #10 32.02 Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. #10 32.02 #10 32.03 Running scriptlet: redis-6.2.20-2.el9_7.x86_64 19/21 #10 32.13 Installing : redis-6.2.20-2.el9_7.x86_64 19/21 #10 32.14 Running scriptlet: redis-6.2.20-2.el9_7.x86_64 19/21 #10 32.18 Cleanup : systemd-libs-252-18.el9.x86_64 20/21 #10 32.19 Cleanup : libacl-2.3.1-3.el9.x86_64 21/21 #10 32.20 Running scriptlet: libacl-2.3.1-3.el9.x86_64 21/21 #10 32.69 Verifying : acl-2.3.1-4.el9.x86_64 1/21 #10 32.69 Verifying : dbus-1:1.12.20-8.el9.x86_64 2/21 #10 32.69 Verifying : dbus-broker-28-7.el9.x86_64 3/21 #10 32.69 Verifying : dbus-common-1:1.12.20-8.el9.noarch 4/21 #10 32.69 Verifying : kmod-libs-28-11.el9.x86_64 5/21 #10 32.69 Verifying : libbrotli-1.0.9-9.el9_7.x86_64 6/21 #10 32.69 Verifying : libseccomp-2.5.2-2.el9.x86_64 7/21 #10 32.69 Verifying : logrotate-3.18.0-12.el9.x86_64 8/21 #10 32.69 Verifying : systemd-252-55.el9_7.7.rocky.0.1.x86_64 9/21 #10 32.69 Verifying : systemd-pam-252-55.el9_7.7.rocky.0.1.x86_64 10/21 #10 32.69 Verifying : systemd-rpm-macros-252-55.el9_7.7.rocky.0.1.noarch 11/21 #10 32.69 Verifying : nodejs-1:16.20.2-8.el9_4.x86_64 12/21 #10 32.69 Verifying : nodejs-docs-1:16.20.2-8.el9_4.noarch 13/21 #10 32.69 Verifying : nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 14/21 #10 32.69 Verifying : nodejs-libs-1:16.20.2-8.el9_4.x86_64 15/21 #10 32.69 Verifying : npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 16/21 #10 32.69 Verifying : redis-6.2.20-2.el9_7.x86_64 17/21 #10 32.69 Verifying : libacl-2.3.1-4.el9.x86_64 18/21 #10 32.69 Verifying : libacl-2.3.1-3.el9.x86_64 19/21 #10 32.70 Verifying : systemd-libs-252-55.el9_7.7.rocky.0.1.x86_64 20/21 #10 32.70 Verifying : systemd-libs-252-18.el9.x86_64 21/21 #10 32.77 #10 32.77 Upgraded: #10 32.77 libacl-2.3.1-4.el9.x86_64 systemd-libs-252-55.el9_7.7.rocky.0.1.x86_64 #10 32.77 Installed: #10 32.77 acl-2.3.1-4.el9.x86_64 #10 32.77 dbus-1:1.12.20-8.el9.x86_64 #10 32.77 dbus-broker-28-7.el9.x86_64 #10 32.77 dbus-common-1:1.12.20-8.el9.noarch #10 32.77 kmod-libs-28-11.el9.x86_64 #10 32.77 libbrotli-1.0.9-9.el9_7.x86_64 #10 32.77 libseccomp-2.5.2-2.el9.x86_64 #10 32.77 logrotate-3.18.0-12.el9.x86_64 #10 32.77 nodejs-1:16.20.2-8.el9_4.x86_64 #10 32.77 nodejs-docs-1:16.20.2-8.el9_4.noarch #10 32.77 nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 #10 32.77 nodejs-libs-1:16.20.2-8.el9_4.x86_64 #10 32.77 npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 #10 32.77 redis-6.2.20-2.el9_7.x86_64 #10 32.77 systemd-252-55.el9_7.7.rocky.0.1.x86_64 #10 32.77 systemd-pam-252-55.el9_7.7.rocky.0.1.x86_64 #10 32.77 systemd-rpm-macros-252-55.el9_7.7.rocky.0.1.noarch #10 32.77 #10 32.77 Complete! #10 34.80 #10 34.80 added 12 packages, and audited 13 packages in 1s #10 34.80 #10 34.80 found 0 vulnerabilities #10 34.80 npm notice #10 34.80 npm notice New major version of npm available! 8.19.4 -> 11.10.1 #10 34.80 npm notice Changelog: #10 34.80 npm notice Run `npm install -g npm@11.10.1` to update! #10 34.80 npm notice #10 34.99 77 files removed #10 DONE 39.8s #11 [stage-1 5/8] COPY custom-images/logo.png /opt/contrail/images/logo.png #11 DONE 0.1s #12 [stage-1 6/8] COPY custom-images/favicon.ico /opt/contrail/images/favicon.ico #12 DONE 0.1s #13 [stage-1 7/8] COPY *.sh / #13 DONE 0.2s #14 [stage-1 8/8] RUN /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' #14 DONE 0.2s #15 exporting to image #15 exporting layers #15 exporting layers 12.2s done #15 writing image sha256:743609e787725448b7fc566d45cb2e5dd6d627c895b92c00bec48648003fecd1 done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:r25.1-2_6_0_1-2 done #15 DONE 12.3s 2 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) 2026-02-20 14:39:34,911: INFO: Docker build duration: 111 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base] ee4e8b985fa2: Preparing e8b9030a1a93: Preparing f11811799ca2: Preparing 922a8223d363: Preparing 526589caf366: Preparing 0ae2709c5309: Preparing b6839cfaf344: Preparing 4e642222215e: Preparing ca90f5048df5: Preparing 4c0bbd4d4415: Preparing 51ea171f352a: Preparing bdac25cdfa54: Preparing a1d53be7aad6: Preparing 5399060ccb05: Preparing 44343de3ea1d: Preparing 0ae2709c5309: Waiting b6839cfaf344: Waiting 4e642222215e: Waiting ca90f5048df5: Waiting 51ea171f352a: Waiting bdac25cdfa54: Waiting a1d53be7aad6: Waiting 5399060ccb05: Waiting 44343de3ea1d: Waiting 4c0bbd4d4415: Waiting 922a8223d363: Pushed e8b9030a1a93: Pushed f11811799ca2: Pushed ee4e8b985fa2: Pushed 4e642222215e: Layer already exists ca90f5048df5: Layer already exists 51ea171f352a: Layer already exists 4c0bbd4d4415: Layer already exists bdac25cdfa54: Layer already exists a1d53be7aad6: Layer already exists 44343de3ea1d: Layer already exists 5399060ccb05: Layer already exists b6839cfaf344: Pushed 0ae2709c5309: Pushed 526589caf366: Pushed r25.1-2_6_0_1-2: digest: sha256:497083cec0cc3a7ecc76eb16e2329f6ebc86cf05512349a8d6abd7c291492fd8 size: 3458 2026-02-20 14:39:53,873: INFO: Building opensdn-controller-webui-base finished successfully, duration: 130 seconds WARNING: This output is designed for human readability. For machine-readable output, please use --format. IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5101/opensdn-analytics-base:r25.1-2_6_0_1-2 dc1c60ecdf59 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:r25.1-2_6_0_1-2 33f63050656c 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:r25.1-2_6_0_1-2 958fc5a3aebe 1.4MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:r25.1-2_6_0_1-2 8e93c2b6165f 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:r25.1-2_6_0_1-2 63b775843fe2 3.78kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:r25.1-2_6_0_1-2 1dfa5bca61f7 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:r25.1-2_6_0_1-2 cb7f1c90fc21 2.48MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:r25.1-2_6_0_1-2 93ba6abc8499 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:r25.1-2_6_0_1-2 16fb01c86baf 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:r25.1-2_6_0_1-2 743609e78772 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:r25.1-2_6_0_1-2 35870b8d9bcf 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:r25.1-2_6_0_1-2 1e58137f84e5 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:r25.1-2_6_0_1-2 0bc071ec7123 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:r25.1-2_6_0_1-2 ed32d1f78224 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:r25.1-2_6_0_1-2 f029424478fe 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:r25.1-2_6_0_1-2 00bff36b78c4 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:r25.1-2_6_0_1-2 9323629d8b0f 737MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:stable e1d86cd09b33 2.9GB 0B U tf-dev-sandbox:compile ad84dfbeb70b 24.7GB 0B