1 Star 0 Fork 46

永亮 / sofa-registry

forked from SOFAStack / sofa-registry 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
d字大写 提交于 2021-12-16 10:19 . update image repositry (#185)
VERSION := $(shell cat VERSION)
proto:
protoc --proto_path=./server/common/model/src/main/resources/proto --java_out=server/common/model/src/main/java server/common/model/src/main/resources/proto/*.proto # protoc-3.5.1
image_build:
docker build . -f docker/Dockerfile -t sofaregistry/sofaregistry:$(VERSION)
image_push:
docker push sofaregistry/sofaregistry:$(VERSION)
Java
1
https://gitee.com/google1/sofa-registry.git
git@gitee.com:google1/sofa-registry.git
google1
sofa-registry
sofa-registry
master

搜索帮助