Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 255 Bytes

kolla-images

Pull dockerhub kolla images to aliyun registry by github Actions.

Get image list

for i in $(cat images.txt)
  do echo "\"kolla/ubuntu-binary-$i:train\":\"registry.cn-guangzhou.aliyuncs.com/lunwei/ubuntu-binary-$i:train\"",
done