2025-08-22 11:41:00,387: INFO: Building opensdn-external-redis 2025-08-22 11:41:00,508: 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_2_9-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=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} ---> ba9b4b7b52b0 Step 4/15 : ARG SITE_MIRROR ---> Running in 3d73ed36550a ---> Removed intermediate container 3d73ed36550a ---> 0c1437d3ed50 Step 5/15 : ARG CONTAINER_NAME ---> Running in 02729dc5fdd0 ---> Removed intermediate container 02729dc5fdd0 ---> 99f02828034d Step 6/15 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 72d8c7e915b5 ---> Removed intermediate container 72d8c7e915b5 ---> 4eb2ed0a9d5f 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 e5e768d1c0ea ---> Removed intermediate container e5e768d1c0ea ---> 492b66ddd9fd Step 8/15 : COPY *.sh / ---> 257768b27156 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 2890be099393 2025-08-22 11:41:04 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 2890be099393 ---> 55569b47964c Step 10/15 : RUN mkdir /data && chown redis:redis /data ---> Running in e0bbb490e63d ---> Removed intermediate container e0bbb490e63d ---> c50ec4c7079c Step 11/15 : VOLUME /data ---> Running in d7a857803a33 ---> Removed intermediate container d7a857803a33 ---> 749215ed2129 Step 12/15 : WORKDIR /data ---> Running in 524213ed57b9 ---> Removed intermediate container 524213ed57b9 ---> 4b406f00b5e4 Step 13/15 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in 4b13ff7fc2a2 ---> Removed intermediate container 4b13ff7fc2a2 ---> 2ba0dcf36ea9 Step 14/15 : EXPOSE 6379 ---> Running in e495f26fe404 ---> Removed intermediate container e495f26fe404 ---> e1c025aefc8c Step 15/15 : CMD ["redis-server"] ---> Running in 6225a69f7a37 ---> Removed intermediate container 6225a69f7a37 ---> 01ae39178df4 [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 01ae39178df4 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_0_2_9-1 2025-08-22 11:42:08,497: INFO: Docker build duration: 68 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 14d165d3a3c6: Preparing b2ea5c6cc422: Preparing e07f3f1af148: Preparing e7c5b0dc568a: Preparing f86dafea0606: Preparing 2b1e1ddde250: Preparing 0087d1cf83fb: Preparing f234d294f64f: Preparing a0a3e7467301: Preparing 174f56854903: Preparing 2b1e1ddde250: Waiting 0087d1cf83fb: Waiting f234d294f64f: Waiting a0a3e7467301: Waiting 174f56854903: Waiting 14d165d3a3c6: Pushed e07f3f1af148: Pushed e7c5b0dc568a: Layer already exists f86dafea0606: Layer already exists 0087d1cf83fb: Layer already exists b2ea5c6cc422: Pushed 2b1e1ddde250: Layer already exists f234d294f64f: Layer already exists a0a3e7467301: Layer already exists 174f56854903: Layer already exists master-2_0_2_9-1: digest: sha256:37f9340e2825c9b351887915c36be07c1559af40a1fee91647722c6f54c99700 size: 2404 2025-08-22 11:42:10,879: INFO: Building opensdn-external-redis finished successfully, duration: 70 seconds