[kolla][zun] Zun image source
Hi Kolla team, I was looking into the CentOS Zun image downloaded from DockerHub. It looks the source code is from stable/train branch: $ docker run kolla/centos-source-zun-compute:master cat zun/zun.egg-info/pbr.json {"git_version": "25e56636", "is_release": false} The git_version points to the stable/train branch, but I think it should point to the master branch. FWIW, I also checked the Ubuntu image and the git version in there looks correct: $ docker run kolla/ubuntu-source-zun-compute:master cat zun/zun.egg-info/pbr.json {"git_version": "6fbf52ae", "is_release": false} Any suggestion? Best regards, Hongbin
Hi Hongbin, it's confusing but Ussuri branches of many projects stopped working on CentOS 7, hence we pinned it to Train for the time being. The CentOS 8 images properly use the Ussuri (master) branches, as do other distros. CentOS 8 images will soon replace CentOS 7 ones on master and the confusion will finally be gone. -yoctozepto wt., 18 lut 2020 o 05:39 Hongbin Lu <hongbin034@gmail.com> napisał(a):
Hi Kolla team,
I was looking into the CentOS Zun image downloaded from DockerHub. It looks the source code is from stable/train branch:
$ docker run kolla/centos-source-zun-compute:master cat zun/zun.egg-info/pbr.json {"git_version": "25e56636", "is_release": false}
The git_version points to the stable/train branch, but I think it should point to the master branch. FWIW, I also checked the Ubuntu image and the git version in there looks correct:
$ docker run kolla/ubuntu-source-zun-compute:master cat zun/zun.egg-info/pbr.json {"git_version": "6fbf52ae", "is_release": false}
Any suggestion?
Best regards, Hongbin
participants (2)
-
Hongbin Lu
-
Radosław Piliszek