#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/ ; dnf repolist ; dnf update -y ; 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.099 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #11 0.099 + source /etc/os-release #11 0.099 ++ NAME='Rocky Linux' #11 0.099 ++ VERSION='9.3 (Blue Onyx)' #11 0.099 ++ ID=rocky #11 0.099 ++ ID_LIKE='rhel centos fedora' #11 0.099 ++ VERSION_ID=9.3 #11 0.099 ++ PLATFORM_ID=platform:el9 #11 0.099 ++ PRETTY_NAME='Rocky Linux 9.3 (Blue Onyx)' #11 0.099 ++ ANSI_COLOR='0;32' #11 0.099 ++ LOGO=fedora-logo-icon #11 0.099 ++ CPE_NAME=cpe:/o:rocky:rocky:9::baseos #11 0.099 ++ HOME_URL=https://rockylinux.org/ #11 0.099 ++ BUG_REPORT_URL=https://bugs.rockylinux.org/ #11 0.099 ++ SUPPORT_END=2032-05-31 #11 0.099 ++ ROCKY_SUPPORT_PRODUCT=Rocky-Linux-9 #11 0.099 ++ ROCKY_SUPPORT_PRODUCT_VERSION=9.3 #11 0.099 ++ REDHAT_SUPPORT_PRODUCT='Rocky Linux' #11 0.099 ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.3 #11 0.100 + find /etc/yum.repos.d/ #11 0.100 + grep -i centos #11 0.100 + xargs -r rm #11 0.103 + ls -l /etc/yum.repos.d/ #11 0.106 total 32 #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 mirror-base-rocky9.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 mirror-docker9.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 mirror-epel9.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky-addons.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky-devel.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky-extras.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky.repo #11 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 tpc.repo #11 0.106 + dnf repolist #11 0.360 Failed to set locale, defaulting to C.UTF-8 #11 0.523 No repositories available #11 0.561 + dnf update -y #11 0.635 Failed to set locale, defaulting to C.UTF-8 #11 0.724 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/ ; dnf repolist ; dnf update -y ; 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/ ; dnf repolist ; dnf update -y ; 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.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky-devel.repo 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky-extras.repo 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 rocky.repo 0.106 -rw-r--r--. 1 root root 1 Oct 9 17:12 tpc.repo 0.106 + dnf repolist 0.360 Failed to set locale, defaulting to C.UTF-8 0.523 No repositories available 0.561 + dnf update -y 0.635 Failed to set locale, defaulting to C.UTF-8 0.724 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 | >>> dnf repolist ; 50 | >>> dnf update -y ; 51 | >>> yum update -y -x "redhat-release*" -x "coreutils*" 52 | >>> yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ; 53 | >>> yum install -y hostname iproute less wget openssl glibc-langpack-en rsync procps-ng ; 54 | >>> source /functions.sh ; 55 | >>> yum install -y python3 python3-pip ; 56 | >>> # pip9 is too old and breaks install of gevent with c++ errors 57 | >>> python3 -m pip install --upgrade pip setuptools ; 58 | >>> rm -rf /root/.cache ; 59 | >>> yum clean all -y ; 60 | >>> rm -rf /var/cache/yum ; 61 | >>> groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ; 62 | >>> useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER 63 | -------------------- 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/ ; dnf repolist ; dnf update -y ; 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 17:12:06,221: INFO: Docker build duration: 3 seconds 2025-10-09 17:12:06,226: 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-4 7ad09e9513d9 3 seconds ago 2.36MB tf-dev-sandbox compile 9b9b892ca925 36 seconds ago 24.7GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_2_4-4 b8d4fdac5036 About a minute ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_2_4-4 8e1743ee31e7 About a minute ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src cacb6907efe6 About a minute ago 2.35MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_2_4-4 faac3fde3bf5 About a minute ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_2_4-4 b278282cde1b About a minute ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen e6a3765f8742 49 minutes ago 23.8GB