2025-08-28 17:25:34,393: INFO: Building opensdn-controller-config-devicemgr 2025-08-28 17:25:34,436: 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-8 --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-controller-config-devicemgr --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 transferring dockerfile: 1.90kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-controller-config-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) #1 DONE 0.4s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_0_3_6-8 #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/build:latest #3 ERROR: docker.io/library/build:latest: not found ------ > [internal] load metadata for docker.io/library/build:latest: ------ 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-controller-config-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) Dockerfile:21 -------------------- 19 | # pin cryptography - newer version requires rust compiler just for install. 20 | # but we don't want to install this useless component 21 | >>> COPY --from=build /root/work/build/production/config/fabric-ansible/ansible-playbooks/dist/fabric_ansible_playbooks-0.1.dev0.tar.gz /opt/contrail/fabric_ansible_playbooks/ 22 | RUN set -e ; 23 | yum install -y libffi-devel iputils ; -------------------- ERROR: failed to solve: build: failed to resolve source metadata for docker.io/library/build:latest: docker.io/library/build:latest: not found 2025-08-28 17:25:38,898: INFO: Docker build duration: 4 seconds 2025-08-28 17:25:38,902: ERROR: Building opensdn-controller-config-devicemgr failed, duration: 4 seconds