21 Star 72 Fork 73

openEuler/openeuler-docker-images
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
openeuler_bot 提交于 2025-12-05 08:10 +08:00 . 24.03-lts-sp2 update spdk to 25.09
ARG BASE=openeuler/openeuler:24.03-lts-sp2
FROM ${BASE} AS builder
ARG VERSION=25.09
RUN dnf update -y \
&& dnf install -y git make gcc \
&& dnf clean all \
&& rm -rf /var/cache/dnf/*
WORKDIR /opt
RUN git clone -b v${VERSION} --depth 1 https://github.com/spdk/spdk \
&& cd spdk/ \
&& git submodule update --init
WORKDIR /opt/spdk
RUN ./scripts/pkgdep.sh \
&& ./configure \
&& make -j$(nproc)
CMD ["./test/unit/unittest.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/openeuler-docker-images.git
git@gitee.com:openeuler/openeuler-docker-images.git
openeuler
openeuler-docker-images
openeuler-docker-images
master

搜索帮助