26 Star 78 Fork 33

百度开源 / baetyl

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

搜索帮助