4 Star 2 Fork 0

openKylin/openkylin-docker-images

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
张瑞安 提交于 2025-12-15 17:17 +08:00 . add cubefs
ARG BASE=openkylin/go:1.25.4-ok20
FROM $BASE AS builder
ARG TARGETARCH
ARG VERSION=3.5.2
WORKDIR /app
RUN apt update && \
apt install -y git make cmake g++ maven && \
git clone -b v${VERSION} https://github.com/cubefs/cubefs.git && \
cd cubefs && \
make
FROM ${BASE}
COPY --from=builder /app/cubefs/build/bin/* /usr/local/bin/
WORKDIR /usr/local/bin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/openkylin-docker-images.git
git@gitee.com:openkylin/openkylin-docker-images.git
openkylin
openkylin-docker-images
openkylin-docker-images
master

搜索帮助