40 Star 111 Fork 51

SOFAStack/sofa-registry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
d字大写 提交于 2021-12-16 10:19 +08:00 . 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)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sofastack/sofa-registry.git
git@gitee.com:sofastack/sofa-registry.git
sofastack
sofa-registry
sofa-registry
master

搜索帮助