Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guolunwei committed Jun 21, 2023
1 parent e96a953 commit a7431da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# 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
```

0 comments on commit a7431da

Please sign in to comment.