2025-08-12 12:59:06,623: INFO: Building opensdn-external-redis 2025-08-12 12:59:06,724: 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_2_2_1-6_8 --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} ---> 5584e8e6a013 Step 4/15 : ARG SITE_MIRROR ---> Running in 1e337a935375 ---> Removed intermediate container 1e337a935375 ---> 7b76144ab510 Step 5/15 : ARG CONTAINER_NAME ---> Running in 6bfed438b2e5 ---> Removed intermediate container 6bfed438b2e5 ---> bd1774f776c7 Step 6/15 : ENV SERVICE_NAME=redis CONTAINER_NAME=$CONTAINER_NAME ---> Running in 9d408de9223a ---> Removed intermediate container 9d408de9223a ---> 35f563765c09 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 c3d3f194bbc9 ---> Removed intermediate container c3d3f194bbc9 ---> 0ea3e19d9a41 Step 8/15 : COPY *.sh / ---> 64ea9ae4241e 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 3241248cb87c 2025-08-12 12:59:10 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 3241248cb87c ---> 066ca8fab30f Step 10/15 : RUN mkdir /data && chown redis:redis /data ---> Running in 3e464ade80eb ---> Removed intermediate container 3e464ade80eb ---> a8f2a80a31d9 Step 11/15 : VOLUME /data ---> Running in fb15f0014a92 ---> Removed intermediate container fb15f0014a92 ---> c2bd0ae05ced Step 12/15 : WORKDIR /data ---> Running in 98991cb68016 ---> Removed intermediate container 98991cb68016 ---> 608595129582 Step 13/15 : ENTRYPOINT ["/contrail-entrypoint.sh"] ---> Running in ec4bc253e8b1 ---> Removed intermediate container ec4bc253e8b1 ---> d5e3e57bbf4b Step 14/15 : EXPOSE 6379 ---> Running in c46d36c78923 ---> Removed intermediate container c46d36c78923 ---> 363bd3c549e9 Step 15/15 : CMD ["redis-server"] ---> Running in 6f250e42a67f ---> Removed intermediate container 6f250e42a67f ---> 7f1fe44c5b43 [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 7f1fe44c5b43 Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-1_2_2_1-6_8 2025-08-12 13:00:12,839: INFO: Docker build duration: 66 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-redis] 87f07d2c9dc7: Preparing 6305639ec93a: Preparing b83722953321: Preparing a7b14ff4f880: Preparing 393fe211f633: Preparing c32393161e1e: Preparing 963091f20b70: Preparing 3962b5058c5b: Preparing 92abfda1dc98: Preparing 174f56854903: Preparing c32393161e1e: Waiting 963091f20b70: Waiting 3962b5058c5b: Waiting 92abfda1dc98: Waiting 174f56854903: Waiting a7b14ff4f880: Layer already exists 393fe211f633: Layer already exists c32393161e1e: Layer already exists 963091f20b70: Layer already exists b83722953321: Pushed 87f07d2c9dc7: Pushed 92abfda1dc98: Layer already exists 3962b5058c5b: Layer already exists 174f56854903: Layer already exists 6305639ec93a: Pushed master-1_2_2_1-6_8: digest: sha256:49ac4abee90345612a2a5304e78131357221a99d831c2105986323a6f32a6c9d size: 2405 2025-08-12 13:00:14,782: INFO: Building opensdn-external-redis finished successfully, duration: 68 seconds