1 Star 0 Fork 33

wuhaiwei / baetyl

forked from 百度开源 / baetyl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init.Dockerfile 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoxin26 提交于 2020-05-18 16:28 . baetyl-221 update dir
FROM --platform=$TARGETPLATFORM golang:1.13.5-stretch as devel
COPY / /go/src/
RUN cd /go/src/ && make init
FROM --platform=$TARGETPLATFORM busybox
COPY --from=devel /go/src/baetyl-init /bin/
COPY /initz/res/ /var/lib/baetyl/page/
ENTRYPOINT ["baetyl-init"]
Go
1
https://gitee.com/wuhaiwei_framwork/baetyl.git
git@gitee.com:wuhaiwei_framwork/baetyl.git
wuhaiwei_framwork
baetyl
baetyl
master

搜索帮助