2024-11-08 17:37:10,443: INFO: Building contrail-general-base 2024-11-08 17:37:10,465: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_0_8_7-2_1 --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=contrail-general-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 55.81 kB Step 1/19 : FROM centos:7 ---> eeb6ee3f44bd Step 2/19 : ARG SITE_MIRROR ---> Using cache ---> 849b6315f26c Step 3/19 : ARG VENDOR_NAME ---> Running in 1fb560a2a96c ---> Removed intermediate container 1fb560a2a96c ---> 758ac9eee2c1 Step 4/19 : ARG VENDOR_DOMAIN ---> Running in b5856da727f8 ---> Removed intermediate container b5856da727f8 ---> f66d95f31a6c Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in d2198545e19c ---> Removed intermediate container d2198545e19c ---> e7eff650a4ee Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in 912b0306dbad ---> Removed intermediate container 912b0306dbad ---> 720b7a336eb7 Step 7/19 : RUN mkdir /licenses ---> Running in 0d0149c414fe ---> Removed intermediate container 0d0149c414fe ---> 3b2742cf67fd Step 8/19 : COPY licensing.txt /licenses ---> 49e46b339d6c Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in f5361cd9602f ---> Removed intermediate container f5361cd9602f ---> 31209074a02f Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in 334f066e260d ---> Removed intermediate container 334f066e260d ---> 3b43eb6b0871 Step 11/19 : ARG LC_ALL="en_US.UTF-8" ---> Running in 74d79334503e ---> Removed intermediate container 74d79334503e ---> 073c8c48f87a Step 12/19 : ARG LANG="en_US.UTF-8" ---> Running in 508bbfd9b417 ---> Removed intermediate container 508bbfd9b417 ---> 25d8e1ea5061 Step 13/19 : ARG LANGUAGE="en_US.UTF-8" ---> Running in 2cef2e79b7a2 ---> Removed intermediate container 2cef2e79b7a2 ---> 9ad29fcd3fe0 Step 14/19 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN VENDOR_NAME=$VENDOR_NAME CONTRAIL_GID=1999 CONTRAIL_UID=1999 CONTRAIL_USER=contrail CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG LC_ALL=$LC_ALL LANG=$LANG LANGUAGE=$LANGUAGE