Skip to content

Commit

Permalink
fix(deps): update Dockerfile to SPDK longhorn-v24.09 branch
Browse files Browse the repository at this point in the history
Longhorn 9700

Signed-off-by: Damiano Cipriani <[email protected]>
  • Loading branch information
DamiaSan committed Nov 14, 2024
1 parent a878ed0 commit a065334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV GOLANGCI_LINT_VERSION="v1.60.3"

WORKDIR ${DAPPER_SOURCE}

ENV SPDK_COMMIT_ID a6478cde7e0cff2fb09992868308a7387aa5202a
ENV SPDK_COMMIT_ID d54a83da3a90252f608d4d13a899ce9c11ec0efe
ENV LIBJSONC_COMMIT_ID b4c371fa0cbc4dcbaccc359ce9e957a22988fb34
# Build nvme-cli 2.10.2
ENV NVME_CLI_COMMIT_ID eeaa08c9a0e9184f3889df0bff3d2a23db6d6294
Expand All @@ -42,7 +42,7 @@ RUN ln -sf /usr/bin/python3.11 /usr/bin/python3 & \

# Build SPDK
ENV SPDK_DIR /usr/src/spdk
RUN git clone https://github.com/longhorn/spdk.git ${SPDK_DIR} --recursive && \
RUN git clone https://github.com/DamiaSan/spdk.git ${SPDK_DIR} --recursive && \
cd ${SPDK_DIR} && \
git checkout ${SPDK_COMMIT_ID} && \
git submodule update --init && \
Expand Down

0 comments on commit a065334

Please sign in to comment.