mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 03:37:46 +08:00
[FMT] remove push image
This commit is contained in:
parent
717bbaf4a2
commit
4669e16207
19
Makefile
19
Makefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user