#7 [3/7] COPY licensing.txt /licenses #7 DONE 0.1s #8 [4/7] COPY *.repo /etc/yum.repos.d/ #8 DONE 0.1s #9 [5/7] COPY pip.conf /etc/ #9 DONE 0.1s #10 [6/7] COPY *.sh / #10 DONE 0.1s #11 [7/7] RUN set -e ; source /etc/os-release ; if [[ "rockylinux" == "centos" ]]; then for file in /etc/yum.repos.d/CentOS-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* ; find /etc/yum.repos.d/ | grep -i rocky | xargs -r rm ; ls -l /etc/yum.repos.d/ ; else find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; fi ; yum update -y -x "redhat-release*" -x "coreutils*" yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng ; source /functions.sh ; yum install -y python3 python3-pip ; python3 -m pip install --upgrade pip setuptools ; rm -rf /root/.cache ; yum clean all -y ; rm -rf /var/cache/yum ; groupadd --gid 1999 --system contrail ; useradd -md /home/contrail --uid 1999 --shell /sbin/nologin --system --gid 1999 contrail #11 0.096 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.101 total 36 #11 0.101 -rw-r--r--. 1 root root 100 Sep 22 14:22 contrail.repo #11 0.101 -rw-r--r--. 1 root root 2707 Sep 22 14:31 mirror-base-rocky9.repo #11 0.101 -rw-r--r--. 1 root root 217 Sep 22 14:31 mirror-docker9.repo #11 0.101 -rw-r--r--. 1 root root 204 Sep 22 14:31 mirror-epel9.repo #11 0.101 -rw-r--r--. 1 root root 1 Sep 22 14:31 rocky-addons.repo #11 0.101 -rw-r--r--. 1 root root 1 Sep 22 14:31 rocky-devel.repo #11 0.101 -rw-r--r--. 1 root root 1 Sep 22 14:31 rocky-extras.repo #11 0.101 -rw-r--r--. 1 root root 1 Sep 22 14:31 rocky.repo #11 0.101 -rw-r--r--. 1 root root 140 Sep 22 14:31 tpc.repo #11 0.327 Failed to set locale, defaulting to C.UTF-8 #11 0.599 Contrail repo 29 kB/s | 946 B 00:00 #11 0.653 added from: http://tf-mirrors.gz1.opensdn.io/re 41 MB/s | 2.1 MB 00:00 #11 1.032 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 730 kB 00:00 #11 1.222 added from: http://tf-mirrors.gz1.opensdn.io/re 9.3 MB/s | 264 kB 00:00 #11 1.399 added from: http://tf-mirrors.gz1.opensdn.io/re 70 MB/s | 7.0 MB 00:00 #11 2.850 added from: http://tf-mirrors.gz1.opensdn.io/re 57 MB/s | 4.0 MB 00:00 #11 3.695 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 939 kB 00:00 #11 3.932 added from: http://tf-mirrors.gz1.opensdn.io/re 44 MB/s | 2.3 MB 00:00 #11 4.446 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 392 kB 00:00 #11 4.621 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 451 kB 00:00 #11 4.783 added from: http://tf-mirrors.gz1.opensdn.io/re 638 kB/s | 16 kB 00:00 #11 4.890 added from: http://tf-mirrors.gz1.opensdn.io/re 13 kB/s | 257 B 00:00 #11 4.998 added from: http://tf-mirrors.gz1.opensdn.io/re 568 kB/s | 13 kB 00:00 #11 5.108 added from: http://tf-mirrors.gz1.opensdn.io/re 2.7 MB/s | 64 kB 00:00 #11 5.510 added from: http://tf-mirrors.gz1.opensdn.io/re 103 MB/s | 30 MB 00:00 #11 11.93 Third parties for OpenSDN 51 MB/s | 5.4 MB 00:00 #11 15.96 No security updates needed for "yum", but 1 update available #11 15.97 No match for argument: update-minimal #11 16.00 Dependencies resolved. #11 16.01 Nothing to do. #11 16.01 Complete! #11 16.12 Failed to set locale, defaulting to C.UTF-8 #11 16.46 Last metadata expiration check: 0:00:04 ago on Mon Sep 22 14:31:27 2025. #11 16.54 Package hostname-3.23-6.el9.x86_64 is already installed. #11 16.54 Package less-590-2.el9_2.x86_64 is already installed. #11 16.54 Package openssl-1:3.0.7-24.el9.x86_64 is already installed. #11 16.57 Dependencies resolved. #11 16.58 ============================================================================================== #11 16.58 Package Arch Version Repository Size #11 16.58 ============================================================================================== #11 16.58 Installing: #11 16.58 glibc-langpack-en x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 552 k #11 16.58 iproute x86_64 6.2.0-6.el9_4 tf-mirrors.ci_repos_yum9-baseos 786 k #11 16.58 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #11 16.58 rsync x86_64 3.2.3-20.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 391 k #11 16.58 wget x86_64 1.21.1-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 768 k #11 16.58 Upgrading: #11 16.58 glibc x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 2.0 M #11 16.58 glibc-common x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 296 k #11 16.58 glibc-minimal-langpack x86_64 2.34-125.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 22 k #11 16.58 less x86_64 590-5.el9 tf-mirrors.ci_repos_yum9-baseos 161 k #11 16.58 openssl x86_64 1:3.2.2-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 1.3 M #11 16.58 openssl-libs x86_64 1:3.2.2-6.el9_5.1 tf-mirrors.ci_repos_yum9-baseos 2.4 M #11 16.58 Installing dependencies: #11 16.58 libbpf x86_64 2:1.4.0-1.el9 tf-mirrors.ci_repos_yum9-baseos 177 k #11 16.58 libmnl x86_64 1.0.4-16.el9_4 tf-mirrors.ci_repos_yum9-baseos 27 k #11 16.58 libpsl x86_64 0.21.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 63 k #11 16.58 psmisc x86_64 23.4-3.el9 tf-mirrors.ci_repos_yum9-baseos 226 k #11 16.58 publicsuffix-list-dafsa noarch 20210518-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #11 16.58 #11 16.58 Transaction Summary #11 16.58 ============================================================================================== #11 16.58 Install 10 Packages #11 16.58 Upgrade 6 Packages #11 16.58 #11 16.58 Total download size: 9.4 M #11 16.58 Downloading Packages: #11 16.60 (1/16): libbpf-1.4.0-1.el9.x86_64.rpm 7.6 MB/s | 177 kB 00:00 #11 16.61 (2/16): libmnl-1.0.4-16.el9_4.x86_64.rpm 5.8 MB/s | 27 kB 00:00 #11 16.62 (3/16): glibc-langpack-en-2.34-125.el9_5.1.x86_ 15 MB/s | 552 kB 00:00 #11 16.62 (4/16): libpsl-0.21.1-5.el9.x86_64.rpm 6.0 MB/s | 63 kB 00:00 #11 16.63 (5/16): procps-ng-3.3.17-14.el9.x86_64.rpm 29 MB/s | 332 kB 00:00 #11 16.64 (6/16): iproute-6.2.0-6.el9_4.x86_64.rpm 13 MB/s | 786 kB 00:00 #11 16.64 (7/16): publicsuffix-list-dafsa-20210518-3.el9. 4.3 MB/s | 58 kB 00:00 #11 16.65 (8/16): psmisc-23.4-3.el9.x86_64.rpm 8.7 MB/s | 226 kB 00:00 #11 16.66 (9/16): rsync-3.2.3-20.el9_5.1.x86_64.rpm 22 MB/s | 391 kB 00:00 #11 16.67 (10/16): wget-1.21.1-8.el9_4.x86_64.rpm 27 MB/s | 768 kB 00:00 #11 16.68 (11/16): glibc-common-2.34-125.el9_5.1.x86_64.r 14 MB/s | 296 kB 00:00 #11 16.68 (12/16): glibc-minimal-langpack-2.34-125.el9_5. 2.0 MB/s | 22 kB 00:00 #11 16.69 (13/16): less-590-5.el9.x86_64.rpm 17 MB/s | 161 kB 00:00 #11 16.72 (14/16): glibc-2.34-125.el9_5.1.x86_64.rpm 28 MB/s | 2.0 MB 00:00 #11 16.74 (15/16): openssl-3.2.2-6.el9_5.1.x86_64.rpm 23 MB/s | 1.3 MB 00:00 #11 16.76 (16/16): openssl-libs-3.2.2-6.el9_5.1.x86_64.rp 33 MB/s | 2.4 MB 00:00 #11 16.76 -------------------------------------------------------------------------------- #11 16.76 Total 52 MB/s | 9.4 MB 00:00 #11 16.76 Running transaction check #11 17.11 Transaction check succeeded. #11 17.11 Running transaction test #11 17.25 Transaction test succeeded. #11 17.25 Running transaction #11 17.58 Preparing : 1/1 #11 17.66 Upgrading : glibc-common-2.34-125.el9_5.1.x86_64 1/22 #11 17.68 Upgrading : glibc-minimal-langpack-2.34-125.el9_5.1.x86_64 2/22 #11 17.68 Running scriptlet: glibc-2.34-125.el9_5.1.x86_64 3/22 #11 17.74 Upgrading : glibc-2.34-125.el9_5.1.x86_64 3/22 #11 17.75 Running scriptlet: glibc-2.34-125.el9_5.1.x86_64 3/22 #11 17.91 Installing : glibc-langpack-en-2.34-125.el9_5.1.x86_64 4/22 #11 17.97 Upgrading : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 5/22 #11 17.98 Installing : libbpf-2:1.4.0-1.el9.x86_64 6/22 #11 17.99 Installing : libmnl-1.0.4-16.el9_4.x86_64 7/22 #11 18.00 Installing : psmisc-23.4-3.el9.x86_64 8/22 #11 18.01 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 9/22 #11 18.01 Installing : libpsl-0.21.1-5.el9.x86_64 10/22 #11 18.03 Installing : wget-1.21.1-8.el9_4.x86_64 11/22 #11 18.06 Installing : iproute-6.2.0-6.el9_4.x86_64 12/22 #11 18.08 Installing : rsync-3.2.3-20.el9_5.1.x86_64 13/22 #11 18.12 Upgrading : openssl-1:3.2.2-6.el9_5.1.x86_64 14/22 #11 18.14 Installing : procps-ng-3.3.17-14.el9.x86_64 15/22 #11 18.15 Upgrading : less-590-5.el9.x86_64 16/22 #11 18.17 Cleanup : openssl-1:3.0.7-24.el9.x86_64 17/22 #11 18.17 Cleanup : openssl-libs-1:3.0.7-24.el9.x86_64 18/22 #11 18.18 Cleanup : less-590-2.el9_2.x86_64 19/22 #11 18.19 Cleanup : glibc-2.34-83.el9.7.x86_64 20/22 #11 18.20 Cleanup : glibc-minimal-langpack-2.34-83.el9.7.x86_64 21/22 #11 18.20 Cleanup : glibc-common-2.34-83.el9.7.x86_64 22/22 #11 18.21 Running scriptlet: glibc-common-2.34-83.el9.7.x86_64 22/22 #11 18.38 Verifying : glibc-langpack-en-2.34-125.el9_5.1.x86_64 1/22 #11 18.38 Verifying : iproute-6.2.0-6.el9_4.x86_64 2/22 #11 18.38 Verifying : libbpf-2:1.4.0-1.el9.x86_64 3/22 #11 18.38 Verifying : libmnl-1.0.4-16.el9_4.x86_64 4/22 #11 18.38 Verifying : libpsl-0.21.1-5.el9.x86_64 5/22 #11 18.38 Verifying : procps-ng-3.3.17-14.el9.x86_64 6/22 #11 18.38 Verifying : psmisc-23.4-3.el9.x86_64 7/22 #11 18.38 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 8/22 #11 18.38 Verifying : rsync-3.2.3-20.el9_5.1.x86_64 9/22 #11 18.38 Verifying : wget-1.21.1-8.el9_4.x86_64 10/22 #11 18.38 Verifying : glibc-2.34-125.el9_5.1.x86_64 11/22 #11 18.38 Verifying : glibc-2.34-83.el9.7.x86_64 12/22 #11 18.38 Verifying : glibc-common-2.34-125.el9_5.1.x86_64 13/22 #11 18.38 Verifying : glibc-common-2.34-83.el9.7.x86_64 14/22 #11 18.38 Verifying : glibc-minimal-langpack-2.34-125.el9_5.1.x86_64 15/22 #11 18.38 Verifying : glibc-minimal-langpack-2.34-83.el9.7.x86_64 16/22 #11 18.38 Verifying : less-590-5.el9.x86_64 17/22 #11 18.38 Verifying : less-590-2.el9_2.x86_64 18/22 #11 18.38 Verifying : openssl-1:3.2.2-6.el9_5.1.x86_64 19/22 #11 18.38 Verifying : openssl-1:3.0.7-24.el9.x86_64 20/22 #11 18.38 Verifying : openssl-libs-1:3.2.2-6.el9_5.1.x86_64 21/22 #11 18.38 Verifying : openssl-libs-1:3.0.7-24.el9.x86_64 22/22 #11 18.44 #11 18.44 Upgraded: #11 18.44 glibc-2.34-125.el9_5.1.x86_64 #11 18.44 glibc-common-2.34-125.el9_5.1.x86_64 #11 18.44 glibc-minimal-langpack-2.34-125.el9_5.1.x86_64 #11 18.44 less-590-5.el9.x86_64 #11 18.44 openssl-1:3.2.2-6.el9_5.1.x86_64 #11 18.44 openssl-libs-1:3.2.2-6.el9_5.1.x86_64 #11 18.44 Installed: #11 18.44 glibc-langpack-en-2.34-125.el9_5.1.x86_64 #11 18.44 iproute-6.2.0-6.el9_4.x86_64 #11 18.44 libbpf-2:1.4.0-1.el9.x86_64 #11 18.44 libmnl-1.0.4-16.el9_4.x86_64 #11 18.44 libpsl-0.21.1-5.el9.x86_64 #11 18.44 procps-ng-3.3.17-14.el9.x86_64 #11 18.44 psmisc-23.4-3.el9.x86_64 #11 18.44 publicsuffix-list-dafsa-20210518-3.el9.noarch #11 18.44 rsync-3.2.3-20.el9_5.1.x86_64 #11 18.44 wget-1.21.1-8.el9_4.x86_64 #11 18.44 #11 18.44 Complete! #11 18.95 Last metadata expiration check: 0:00:07 ago on Mon 22 Sep 2025 02:31:27 PM UTC. #11 19.02 Package python3-3.9.18-1.el9_3.x86_64 is already installed. #11 19.05 Dependencies resolved. #11 19.05 ====================================================================================== #11 19.05 Package Arch Version Repository Size #11 19.05 ====================================================================================== #11 19.05 Installing: #11 19.05 python3-pip noarch 21.3.1-1.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #11 19.05 Upgrading: #11 19.05 python3 x86_64 3.9.21-1.el9_5 tf-mirrors.ci_repos_yum9-baseos 26 k #11 19.05 python3-libs x86_64 3.9.21-1.el9_5 tf-mirrors.ci_repos_yum9-baseos 7.5 M #11 19.05 Installing weak dependencies: #11 19.05 libxcrypt-compat x86_64 4.4.18-3.el9 tf-mirrors.ci_repos_yum9-appstream 88 k #11 19.05 python3-setuptools noarch 53.0.0-13.el9 tf-mirrors.ci_repos_yum9-baseos 838 k #11 19.05 #11 19.05 Transaction Summary #11 19.05 ====================================================================================== #11 19.05 Install 3 Packages #11 19.05 Upgrade 2 Packages #11 19.05 #11 19.05 Total download size: 10 M #11 19.05 Downloading Packages: #11 19.08 (1/5): libxcrypt-compat-4.4.18-3.el9.x86_64.rpm 4.0 MB/s | 88 kB 00:00 #11 19.08 (2/5): python3-3.9.21-1.el9_5.x86_64.rpm 4.2 MB/s | 26 kB 00:00 #11 19.10 (3/5): python3-setuptools-53.0.0-13.el9.noarch. 20 MB/s | 838 kB 00:00 #11 19.12 (4/5): python3-pip-21.3.1-1.el9.noarch.rpm 29 MB/s | 1.7 MB 00:00 #11 19.19 (5/5): python3-libs-3.9.21-1.el9_5.x86_64.rpm 70 MB/s | 7.5 MB 00:00 #11 19.19 -------------------------------------------------------------------------------- #11 19.19 Total 74 MB/s | 10 MB 00:00 #11 19.19 Running transaction check #11 19.23 Transaction check succeeded. #11 19.23 Running transaction test #11 19.39 Transaction test succeeded. #11 19.39 Running transaction #11 19.56 Preparing : 1/1 #11 20.05 Upgrading : python3-libs-3.9.21-1.el9_5.x86_64 1/7 #11 20.09 Upgrading : python3-3.9.21-1.el9_5.x86_64 2/7 #11 20.16 Installing : python3-setuptools-53.0.0-13.el9.noarch 3/7 #11 20.17 Installing : libxcrypt-compat-4.4.18-3.el9.x86_64 4/7 #11 20.35 Installing : python3-pip-21.3.1-1.el9.noarch 5/7 #11 20.37 Cleanup : python3-3.9.18-1.el9_3.x86_64 6/7 #11 20.42 Cleanup : python3-libs-3.9.18-1.el9_3.x86_64 7/7 #11 20.44 Running scriptlet: python3-libs-3.9.18-1.el9_3.x86_64 7/7 #11 20.75 Verifying : python3-setuptools-53.0.0-13.el9.noarch 1/7 #11 20.75 Verifying : libxcrypt-compat-4.4.18-3.el9.x86_64 2/7 #11 20.75 Verifying : python3-pip-21.3.1-1.el9.noarch 3/7 #11 20.75 Verifying : python3-3.9.21-1.el9_5.x86_64 4/7 #11 20.75 Verifying : python3-3.9.18-1.el9_3.x86_64 5/7 #11 20.75 Verifying : python3-libs-3.9.21-1.el9_5.x86_64 6/7 #11 20.75 Verifying : python3-libs-3.9.18-1.el9_3.x86_64 7/7 #11 20.78 #11 20.78 Upgraded: #11 20.78 python3-3.9.21-1.el9_5.x86_64 python3-libs-3.9.21-1.el9_5.x86_64 #11 20.78 Installed: #11 20.78 libxcrypt-compat-4.4.18-3.el9.x86_64 python3-pip-21.3.1-1.el9.noarch #11 20.78 python3-setuptools-53.0.0-13.el9.noarch #11 20.78 #11 20.78 Complete! #11 21.19 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ #11 21.19 Requirement already satisfied: pip in /usr/lib/python3.9/site-packages (21.3.1) #11 21.32 Collecting pip #11 21.33 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6d6/7a2b4e7f14d8b/pip-25.2-py3-none-any.whl (1.8 MB) #11 21.39 Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (53.0.0) #11 21.83 Collecting setuptools #11 21.84 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/062/d34222ad13e0c/setuptools-80.9.0-py3-none-any.whl (1.2 MB) #11 21.98 Installing collected packages: setuptools, pip #11 23.47 Successfully installed pip-25.2 setuptools-80.9.0 #11 23.47 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv #11 23.83 80 files removed #11 23.91 useradd warning: contrail's uid 1999 is greater than SYS_UID_MAX 999 #11 DONE 24.2s #12 exporting to image #12 exporting layers #12 exporting layers 1.2s done #12 writing image sha256:40dd1bee9f8f9ec997601c4fd91ab357e1a6507b4c5a309deaedcbd95cee2225 done #12 naming to nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_1_4_5-5 done #12 DONE 1.2s 2025-09-22 14:31:40,705: INFO: Docker build duration: 27 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base] 6fcaead7b377: Preparing 20b478cdf303: Preparing 98d2e5b6e125: Preparing 9e717bda5b6b: Preparing a4d92d124238: Preparing 17b17e818c6e: Preparing 44343de3ea1d: Preparing 44343de3ea1d: Waiting 17b17e818c6e: Waiting 20b478cdf303: Pushed a4d92d124238: Pushed 9e717bda5b6b: Pushed 98d2e5b6e125: Pushed 44343de3ea1d: Layer already exists 17b17e818c6e: Pushed 6fcaead7b377: Pushed master-2_1_4_5-5: digest: sha256:9a13c0301f9579bc0700df8211b6e44ad98232b1451cb173806d446cf483738a size: 1777 2025-09-22 14:31:47,281: INFO: Building opensdn-general-base finished successfully, duration: 34 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-general-base master-2_1_4_5-5 40dd1bee9f8f 8 seconds ago 278MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_1_4_5-5 18b094c14881 34 seconds ago 2.32MB tf-dev-sandbox compile 866a42730e10 About a minute ago 32.3GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_1_4_5-5 9ea627b5e677 8 minutes ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_1_4_5-5 adebc11cbc9f 8 minutes ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 60524ebb3210 8 minutes ago 2.31MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_1_4_5-5 9da3231f245a 8 minutes ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_1_4_5-5 c43b8f257062 8 minutes ago 4.53kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen cc4c660bb7a7 24 hours ago 20.9GB