16 Star 73 Fork 31

baetyl / baetyl-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-local 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM golang:1.21.3 as devel
COPY / /go/src/
RUN cd /go/src/ && make build
FROM busybox:1.36.1
COPY /scripts/native/templates /etc/templates
COPY --from=devel /go/src/output/baetyl-cloud /bin/
ENTRYPOINT ["baetyl-cloud"]
Go
1
https://gitee.com/baetyl/baetyl-cloud.git
git@gitee.com:baetyl/baetyl-cloud.git
baetyl
baetyl-cloud
baetyl-cloud
master

搜索帮助