summaryrefslogtreecommitdiffstats
path: root/shell/run_releasedockerhub.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-03-03Pin python zipp libraryAnil Belur1-1/+1
Zipp just added a hard check for py36. This pins zipp to a version that still works with py35. Issue-ID: CIMAN-33 Change-Id: I01d20fb9cf7a5de6a4f78750b3ee71116dd674bb Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2020-01-06Add releasedockerhub command to cronBengt Thuree1-0/+56
Executing releasedockerhub command in lftools every week, to ensure that not to many docker images needs to be copied every time, as well as to keep cost down. Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I2ccdc236910960b3af3c1f6f1f0c5db062538c9c Issue-ID: CIMAN-1