mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
[REV] del pull image from goodrain.me. #40
This commit is contained in:
parent
6899e925b9
commit
2cb328b7dc
@ -68,10 +68,14 @@ function run() {
|
||||
|
||||
if [ ! -f "/grdata/.do_image" ];then
|
||||
log.info "first node"
|
||||
image::pull goodrain.me/runner:latest && image::push runner latest
|
||||
image::pull goodrain.me/adapter:latest && image::push adapter 3.4
|
||||
image::pull goodrain.me/pause-amd64:3.0 && image::push pause-amd64 3.0
|
||||
image::pull goodrain.me/builder:latest && image::push builder latest
|
||||
#image::pull goodrain.me/runner:latest && image::push runner latest
|
||||
#image::pull goodrain.me/adapter:latest && image::push adapter 3.4
|
||||
#image::pull goodrain.me/pause-amd64:3.0 && image::push pause-amd64 3.0
|
||||
#image::pull goodrain.me/builder:latest && image::push builder latest
|
||||
image::push runner latest
|
||||
image::push adapter 3.4
|
||||
image::push pause-amd64 3.0
|
||||
image::push builder latest
|
||||
touch /grdata/.do_image
|
||||
else
|
||||
log.info "not 1st node"
|
||||
|
Loading…
Reference in New Issue
Block a user