2025-07-22 20:11:14,574: INFO: Building opensdn-external-haproxy 2025-07-22 20:11:14,594: 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-1_9_7_8-5 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=opensdn-external-haproxy --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 6.144 kB Step 1/10 : ARG CONTRAIL_REGISTRY Step 2/10 : ARG CONTRAIL_CONTAINER_TAG Step 3/10 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> 2e07411f6b84 Step 4/10 : ARG CONTAINER_NAME ---> Running in 3cc8b209fde8 ---> Removed intermediate container 3cc8b209fde8 ---> 451c310744ff Step 5/10 : ENV SERVICE_NAME=haproxy CONTAINER_NAME=$CONTAINER_NAME ---> Running in c1fae3a15a47 ---> Removed intermediate container c1fae3a15a47 ---> 923ce3bd1d2a Step 6/10 : LABEL name=$CONTAINER_NAME summary="Contrail HAProxy" description="Contrail HAProxy supports high availability for Contrail container subsystems." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 780b0894bd4b ---> Removed intermediate container 780b0894bd4b ---> 2a50281c5bd8 Step 7/10 : RUN set -e ; yum install -y haproxy && usermod -a -G $CONTRAIL_GID haproxy && yum clean all -y && rm -rf /var/cache/yum ---> Running in d4124dbc2ccd Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package haproxy.x86_64 0:1.5.18-9.el7_9.1 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: haproxy x86_64 1.5.18-9.el7_9.1 tf-mirrors.ci_repos_yum7-updates 835 k Transaction Summary ================================================================================ Install 1 Package Total download size: 835 k Installed size: 2.6 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : haproxy-1.5.18-9.el7_9.1.x86_64 1/1 Verifying : haproxy-1.5.18-9.el7_9.1.x86_64 1/1 Installed: haproxy.x86_64 0:1.5.18-9.el7_9.1 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : tpc Cleaning up list of fastest mirrors ---> Removed intermediate container d4124dbc2ccd ---> e03b949c3852 Step 8/10 : COPY *.sh / ---> cccc7cd36bda Step 9/10 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 30e8742e847c ---> Removed intermediate container 30e8742e847c ---> e094430f70b7 Step 10/10 : CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"] ---> Running in 47f5a261313a ---> Removed intermediate container 47f5a261313a ---> c2c6d50e2ff2 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built c2c6d50e2ff2 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-1_9_7_8-5 2025-07-22 20:11:58,538: INFO: Docker build duration: 44 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-haproxy] 8d959b050f34: Preparing 9c9012006252: Preparing cc8d9827c854: Preparing 83a1e2b575b8: Preparing ca79b98eb7e0: Preparing 358024a64e65: Preparing 8ddd8c097540: Preparing 7b3beed1bb8a: Preparing 174f56854903: Preparing ca79b98eb7e0: Waiting 358024a64e65: Waiting 8ddd8c097540: Waiting 7b3beed1bb8a: Waiting 174f56854903: Waiting 8d959b050f34: Pushed 83a1e2b575b8: Layer already exists ca79b98eb7e0: Layer already exists cc8d9827c854: Layer already exists 358024a64e65: Layer already exists 8ddd8c097540: Layer already exists 174f56854903: Layer already exists 7b3beed1bb8a: Layer already exists 9c9012006252: Pushed master-1_9_7_8-5: digest: sha256:ece8f3a64d1b06b275c330785fe235f06783c5736f299c9b6812cecea690c406 size: 2197 2025-07-22 20:12:01,031: INFO: Building opensdn-external-haproxy finished successfully, duration: 47 seconds