[FMT] remove push image

This commit is contained in:
ysicing 2018-04-09 11:01:35 +08:00
parent 717bbaf4a2
commit 4669e16207

View File

@ -40,7 +40,7 @@ rpm: ## build the rpm packages
pkgs:
@bash ./release.sh pkg
images: build-image-worker build-image-mq build-image-chaos build-image-entrance build-image-eventlog build-image-api build-image-webcli ## build all images
images: build-image-worker build-image-mq build-image-chaos build-image-entrance build-image-eventlog build-image-api build-image-webcli ## build all images
build-image-worker:
@echo "🐳 $@"
@bash ./release.sh worker
@ -69,23 +69,6 @@ build-image-api:
build-image-webcli:
@echo "🐳 $@"
@bash ./release.sh webcli
push-gr-image:
@docker push hub.goodrain.com/${BASE_NAME}/rbd-eventlog:${VERSION}
@docker push hub.goodrain.com/${BASE_NAME}/rbd-entrance:${VERSION}
@docker push hub.goodrain.com/${BASE_NAME}/rbd-chaos:${VERSION}
@docker push hub.goodrain.com/${BASE_NAME}/rbd-mq:${VERSION}
@docker push hub.goodrain.com/${BASE_NAME}/rbd-worker:${VERSION}
@docker push hub.goodrain.com/${BASE_NAME}/rbd-webcli:${VERSION}
@docker push hub.goodrain.com/${BASE_NAME}/rbd-api:${VERSION}
push-hub-image:
@docker push ${BASE_NAME}/rbd-eventlog:${VERSION}
@docker push ${BASE_NAME}/rbd-entrance:${VERSION}
@docker push ${BASE_NAME}/rbd-chaos:${VERSION}
@docker push ${BASE_NAME}/rbd-mq:${VERSION}
@docker push ${BASE_NAME}/rbd-worker:${VERSION}
@docker push ${BASE_NAME}/rbd-webcli:${VERSION}
@docker push ${BASE_NAME}/rbd-api:${VERSION}
run-api:build-api
${BIN_PATH}/${BASE_NAME}-api --log-level=debug --mysql="root:admin@tcp(127.0.0.1:3306)/region" --kube-config="`PWD`/test/admin.kubeconfig"