2025-08-20 08:31:39,414: INFO: Building opensdn-external-redis 2025-08-20 08:31:39,534: 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-1_7_6_9-4_0 --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=opensdn-external-redis --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 39.42 kB Step 1/15 : ARG CONTRAIL_REGISTRY Step 2/15 : ARG CONTRAIL_CONTAINER_TAG Step 3/15 : FROM ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} ---> 4d6839d0863e Step 4/15 : ARG SITE_MIRROR ---> Running in 6aaa2dbb70a4 ---> Removed intermediate container 6aaa2dbb70a4 ---> 89bd22617e42 Step 5/15 : ARG CONTAINER_NAME ---> Running in 6cc2a75bdc71 ---> Removed intermediate container 6cc2a75bdc71 ---> a3a2da54b212 Step 6/15 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 20a0c92a691b ---> Removed intermediate container 20a0c92a691b ---> 308ba2eae8dd Step 7/15 : LABEL name=$CONTAINER_NAME summary="Contrail Redis" description="Contrail Redis server supports query engine." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 4133876289d7 ---> Removed intermediate container 4133876289d7 ---> 9e4cb03f4b49 Step 8/15 : COPY *.sh / ---> c7aaacdad342 Step 9/15 : RUN set -e ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) && if [[ ${ver} == 9 ]]; then REDIS_RPM_NAME=redis-6.0.19-1.el9.remi.x86_64 ; else REDIS_RPM_NAME=redis-6.0.15-1.el7.remi.x86_64 ; fi && for item in `ls /__*` ; do mv $item /${item:3} ; done && source /functions.sh && download_package https://github.com opensdn-io/tf-third-party-cache/blob/master/redis/${REDIS_RPM_NAME}.rpm?raw=true ${REDIS_RPM_NAME}.rpm && yum install ${REDIS_RPM_NAME}.rpm -y && usermod -a -G $CONTRAIL_GID redis && rm -rf ${REDIS_RPM_NAME}.rpm && yum clean all -y && rm -rf /var/cache/yum ---> Running in 21b06004764c 2025-08-20 08:31:43 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/redis/redis-6.0.15-1.el7.remi.x86_64.rpm?raw=true [1139372/1139372] -> "redis-6.0.15-1.el7.remi.x86_64.rpm" [1] Loaded plugins: fastestmirror, ovl Examining redis-6.0.15-1.el7.remi.x86_64.rpm: redis-6.0.15-1.el7.remi.x86_64 Marking redis-6.0.15-1.el7.remi.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package redis.x86_64 0:6.0.15-1.el7.remi will be installed --> Processing Dependency: logrotate for package: redis-6.0.15-1.el7.remi.x86_64 Determining fastest mirrors --> Running transaction check ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: redis x86_64 6.0.15-1.el7.remi /redis-6.0.15-1.el7.remi.x86_64 4.0 M Installing for dependencies: logrotate x86_64 3.8.6-19.el7 tf-mirrors.ci_repos_yum7-base 70 k Transaction Summary ================================================================================ Install 1 Package (+1 Dependent package) Total size: 4.1 M Total download size: 70 k Installed size: 4.1 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : logrotate-3.8.6-19.el7.x86_64 1/2 Installing : redis-6.0.15-1.el7.remi.x86_64 2/2 Verifying : redis-6.0.15-1.el7.remi.x86_64 1/2 Verifying : logrotate-3.8.6-19.el7.x86_64 2/2 Installed: redis.x86_64 0:6.0.15-1.el7.remi Dependency Installed: logrotate.x86_64 0:3.8.6-19.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates : tpc Cleaning up list of fastest mirrors ---> Removed intermediate container 21b06004764c ---> a81dabafe0ea Step 10/15 : RUN mkdir /data && chown redis:redis /data ---> Running in b81b7f07a996 ---> Removed intermediate container b81b7f07a996 ---> 32b9c675256c Step 11/15 : VOLUME /data ---> Running in 5741c85f8c59 ---> Removed intermediate container 5741c85f8c59 ---> 6aa5b562cef3 Step 12/15 : WORKDIR /data ---> Running in bf4457eabf9f ---> Removed intermediate container bf4457eabf9f ---> 38e25e7d4175 Step 13/15 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in b26c3d6b7e2a ---> Removed intermediate container b26c3d6b7e2a ---> f7992f1e6c6f Step 14/15 : EXPOSE 6379 ---> Running in 9cb526f79e04 ---> Removed intermediate container 9cb526f79e04 ---> c7746087fca1 Step 15/15 : CMD ["redis-server"] ---> Running in c3d8bd2ab360 ---> Removed intermediate container c3d8bd2ab360 ---> c4c701777857 [Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built c4c701777857 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-1_7_6_9-4_0 2025-08-20 08:32:41,284: INFO: Docker build duration: 62 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 48ab58043616: Preparing 59cb040f5c8b: Preparing 05518fc1fd08: Preparing 6c0eeb52a4b5: Preparing c3be72efa6d1: Preparing b64e7593fb01: Preparing b1e06adbf68c: Preparing 7b801ff4ccae: Preparing 06cd0229d214: Preparing 174f56854903: Preparing b64e7593fb01: Waiting b1e06adbf68c: Waiting 7b801ff4ccae: Waiting 06cd0229d214: Waiting 174f56854903: Waiting 48ab58043616: Pushed 05518fc1fd08: Pushed 6c0eeb52a4b5: Layer already exists c3be72efa6d1: Layer already exists b64e7593fb01: Layer already exists b1e06adbf68c: Layer already exists 7b801ff4ccae: Layer already exists 06cd0229d214: Layer already exists 174f56854903: Layer already exists 59cb040f5c8b: Pushed master-1_7_6_9-4_0: digest: sha256:a46e02942d6d87f3ad141e9f2e827d92297e9bc0d0508df8067ccc1026c00334 size: 2404 2025-08-20 08:32:43,393: INFO: Building opensdn-external-redis finished successfully, duration: 64 seconds