2025-08-26 13:16:47,909: INFO: Building opensdn-external-haproxy 2025-08-26 13:16:47,923: 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-2_0_3_4-3-rocky9 --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 GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --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 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 840B done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 5) #1 WARN: UndefinedArgInFrom: FROM argument 'CONTRAIL_REGISTRY' is not declared (line 5) #1 WARN: UndefinedArgInFrom: FROM argument 'CONTRAIL_CONTAINER_TAG' is not declared (line 5) #1 DONE 0.0s 3 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 5) - UndefinedArgInFrom: FROM argument 'CONTRAIL_REGISTRY' is not declared (line 5) - UndefinedArgInFrom: FROM argument 'CONTRAIL_CONTAINER_TAG' is not declared (line 5) Dockerfile:5 -------------------- 3 | ARG CONTRAIL_REGISTRY 4 | ARG CONTRAIL_CONTAINER_TAG 5 | >>> FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} 6 | 7 | ARG CONTAINER_NAME -------------------- ERROR: failed to solve: failed to parse stage name "/opensdn-general-base:": invalid reference format 2025-08-26 13:16:48,529: INFO: Docker build duration: 1 seconds 2025-08-26 13:16:48,532: ERROR: Building opensdn-external-haproxy failed, duration: 1 seconds