1 Star 0 Fork 29

gr-ems / baetyl

forked from baetyl / baetyl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
chensheng06 提交于 2020-09-23 13:53 . update Makefile
FROM --platform=$TARGETPLATFORM golang:1.13.5-stretch as devel
ARG BUILD_ARGS
COPY / /go/src/
RUN cd /go/src/ && make build-local BUILD_ARGS=$BUILD_ARGS
FROM --platform=$TARGETPLATFORM busybox
ADD https://cacerts.digicert.com/DigiCertSHA2SecureServerCA.crt.pem /etc/ssl/certs/ca.crt
COPY --from=devel /go/src/baetyl /bin/
ENTRYPOINT ["baetyl"]
Go
1
https://gitee.com/nextge-iot/baetyl.git
git@gitee.com:nextge-iot/baetyl.git
nextge-iot
baetyl
baetyl
master

搜索帮助