#3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [internal] load build context #4 transferring context: 18.58kB done #4 DONE 0.0s #5 [1/7] FROM docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 #5 resolve docker.io/library/rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 0.0s done #5 sha256:9cc24f05f309508aa852967ab1e3b582b302afc92605c24ce27715c683acd805 578B / 578B done #5 sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 4.72kB / 4.72kB done #5 sha256:d644d203142cd5b54ad2a83a203e1dee68af2229f8fe32f52a30c6e1d3c3a9e0 1.04kB / 1.04kB done #5 DONE 0.1s #6 [2/7] RUN mkdir /licenses #6 DONE 0.3s #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 -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 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.090 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.090 + source /etc/os-release #11 0.090 ++ NAME='Rocky Linux' #11 0.090 ++ VERSION='9.3 (Blue Onyx)' #11 0.090 ++ ID=rocky #11 0.090 ++ ID_LIKE='rhel centos fedora' #11 0.090 ++ VERSION_ID=9.3 #11 0.090 ++ PLATFORM_ID=platform:el9 #11 0.090 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #11 0.090 ++ ANSI_COLOR='0;32' #11 0.090 ++ LOGO=fedora-logo-icon #11 0.090 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #11 0.090 ++ HOME_URL=https://rockylinux.org/ #11 0.090 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #11 0.090 ++ SUPPORT_END=2032-05-31 #11 0.090 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #11 0.090 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #11 0.090 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #11 0.090 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #11 0.091 + find /etc/yum.repos.d/ #11 0.091 + grep -i centos #11 0.091 + xargs -r rm #11 0.093 + ls -l /etc/yum.repos.d/ #11 0.096 total 32 #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 mirror-base-rocky9.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 mirror-docker9.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 mirror-epel9.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky-addons.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky-devel.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky-extras.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky.repo #11 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 tpc.repo #11 0.096 + yum update -y -x 'redhat-release*' -x 'coreutils*' yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical #11 0.291 Failed to set locale, defaulting to C.UTF-8 #11 0.444 Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d". #11 ERROR: process "/bin/sh -c set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 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 $CONTRAIL_GID --system $CONTRAIL_USER ; useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER" did not complete successfully: exit code: 1 ------ > [7/7] RUN set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 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: 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 mirror-docker9.repo 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 mirror-epel9.repo 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky-addons.repo 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky-devel.repo 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky-extras.repo 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 rocky.repo 0.096 -rw-r--r--. 1 root root 1 Oct 9 15:47 tpc.repo 0.096 + yum update -y -x 'redhat-release*' -x 'coreutils*' yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical 0.291 Failed to set locale, defaulting to C.UTF-8 0.444 Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d". ------ Dockerfile:46 -------------------- 45 | # remove all not-this-OS repos 46 | >>> RUN set -ex ; 47 | >>> source /etc/os-release ; 48 | >>> find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 49 | >>> yum update -y -x "redhat-release*" -x "coreutils*" 50 | >>> yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; 51 | >>> yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng ; 52 | >>> source /functions.sh ; 53 | >>> yum install -y python3 python3-pip ; 54 | >>> # pip9 is too old and breaks install of gevent with c++ errors 55 | >>> python3 -m pip install --upgrade pip setuptools ; 56 | >>> rm -rf /root/.cache ; 57 | >>> yum clean all -y ; 58 | >>> rm -rf /var/cache/yum ; 59 | >>> groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; 60 | >>> useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER 61 | -------------------- ERROR: failed to solve: process "/bin/sh -c set -ex ; source /etc/os-release ; find /etc/yum.repos.d/ | grep -i centos | xargs -r rm ; ls -l /etc/yum.repos.d/ ; 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 $CONTRAIL_GID --system $CONTRAIL_USER ; useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER" did not complete successfully: exit code: 1 2025-10-09 15:47:20,505: INFO: Docker build duration: 3 seconds 2025-10-09 15:47:20,511: ERROR: Building opensdn-general-base failed, duration: 3 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_2_2_4-3 5f1f354dc85f 2 seconds ago 2.45MB tf-dev-sandbox compile 5cab97552d4c 23 seconds ago 24.6GB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_2_4-3 5e7986296c6f About a minute ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 62abdfa51b7e About a minute ago 2.44MB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_2_4-3 ead95125493a About a minute ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_2_4-3 35e1a8d4fbb4 About a minute ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_2_4-3 9fb111bfed53 About a minute ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen 1c9632720347 28 minutes ago 23.8GB