2024-10-26 19:45:26,972: INFO: Building contrail-general-base 2024-10-26 19:45:26,988: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_0_8_2-1_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 7: Pulling from library/centos 2d473b07cdd5: Already exists Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:7 ---> eeb6ee3f44bd Step 2/19 : ARG SITE_MIRROR ---> Running in 07b6228473c3 ---> Removed intermediate container 07b6228473c3 ---> 974e52890dc0 Step 3/19 : ARG VENDOR_NAME ---> Running in 7b7b56235d2d ---> Removed intermediate container 7b7b56235d2d ---> f7f6d7ea9eeb Step 4/19 : ARG VENDOR_DOMAIN ---> Running in d4e7388b5dd0 ---> Removed intermediate container d4e7388b5dd0 ---> eecf9c115c77 Step 5/19 : ARG CONTRAIL_CONTAINER_TAG ---> Running in 3463344cf017 ---> Removed intermediate container 3463344cf017 ---> 889863fb067b Step 6/19 : LABEL vendor=$VENDOR_NAME version=$CONTRAIL_CONTAINER_TAG release="5.1.0" ---> Running in 5eee7f41307c ---> Removed intermediate container 5eee7f41307c ---> 93f7ff3102f7 Step 7/19 : RUN mkdir /licenses ---> Running in 42e3f47a98a0 ---> Removed intermediate container 42e3f47a98a0 ---> 2f0f7e93d282 Step 8/19 : COPY licensing.txt /licenses ---> f1cf9750e887 Step 9/19 : ARG GENERAL_EXTRA_RPMS="" ---> Running in b269bcfa2f18 ---> Removed intermediate container b269bcfa2f18 ---> 6670f3fe627e Step 10/19 : ARG YUM_ENABLE_REPOS="" ---> Running in 6ce429c86b79 ---> Removed intermediate container 6ce429c86b79 ---> 04ea7cf858f4 Step 11/19 : ARG LC_ALL="en_US.UTF-8"