2025-08-27 05:54:18,024: INFO: Building opensdn-base 2025-08-27 05:54:18,029: 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_6-5 --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 CONTAINER_NAME=opensdn-base --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.83kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG $BUILD_IMAGE results in empty or invalid base image name (line 4) #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 8) #1 WARN: UndefinedArgInFrom: FROM argument 'CONTRAIL_CONTAINER_TAG' is not declared (line 8) #1 WARN: UndefinedArgInFrom: FROM argument 'CONTRAIL_REGISTRY' is not declared (line 8) #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #2 DONE 0.0s 4 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG $BUILD_IMAGE results in empty or invalid base image name (line 4) - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 8) - UndefinedArgInFrom: FROM argument 'CONTRAIL_CONTAINER_TAG' is not declared (line 8) - UndefinedArgInFrom: FROM argument 'CONTRAIL_REGISTRY' is not declared (line 8) Dockerfile:8 -------------------- 6 | ARG CONTRAIL_REGISTRY 7 | ARG CONTRAIL_CONTAINER_TAG 8 | >>> FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} 9 | ARG PIP_REPOSITORY 10 | ARG LINUX_DISTR=centos -------------------- ERROR: failed to solve: failed to parse stage name "/opensdn-general-base:": invalid reference format 2025-08-27 05:54:18,269: INFO: Docker build duration: 0 seconds 2025-08-27 05:54:18,273: ERROR: Building opensdn-base failed, duration: 0 seconds