5 Star 24 Fork 7

happyfish100 / fastcfs-csi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
vazmin 提交于 2021-06-21 22:58 . dockerfile split
ARG FASTCFS_IMAGE
FROM golang:1.16.3 as builder
WORKDIR /go/src/vazmin.github.io/fastcfs-csi
COPY . .
RUN make
FROM ${FASTCFS_IMAGE}
ENV TZ Asia/Shanghai
LABEL maintainers="vazmin"
LABEL description="The FastCFS Container Storage Interface (CSI) Driver"
COPY --from=builder /go/src/vazmin.github.io/fastcfs-csi/bin/fcfsplugin /fcfsplugin
ENTRYPOINT ["/fcfsplugin"]
Go
1
https://gitee.com/fastdfs100/fastcfs-csi.git
git@gitee.com:fastdfs100/fastcfs-csi.git
fastdfs100
fastcfs-csi
fastcfs-csi
main

搜索帮助