Skip to content

Commit

Permalink
Dockerfile: Update SPDK commit ID
Browse files Browse the repository at this point in the history
With this commit id the new branch longhorn-v24.01 will be used.

Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com>
  • Loading branch information
DamiaSan committed Mar 22, 2024
1 parent 62c25ce commit 8b31c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN cd /usr/src && \

# Build SPDK
ENV SPDK_DIR /usr/src/spdk
ENV SPDK_COMMIT_ID 086836c8d1ee2d622c86965dfb0245d966420309
ENV SPDK_COMMIT_ID a3b40addddacc9b59dec9f29d018559b8a619cc6
RUN git clone https://github.com/longhorn/spdk.git ${SPDK_DIR} --recursive && \
cd ${SPDK_DIR} && \
git checkout ${SPDK_COMMIT_ID} && \
Expand Down Expand Up @@ -107,8 +107,8 @@ RUN zypper -n install nfs-client nfs4-acl-tools cifs-utils sg3_utils \
rm -rf /var/cache/zypp/*

# Install SPDK dependencies
COPY --from=builder /usr/src/spdk/scripts /spdk/
RUN sh /spdk/pkgdep.sh && rm -rf /spdk
COPY --from=builder /usr/src/spdk/scripts /spdk/scripts/
RUN bash /spdk/scripts/pkgdep.sh && rm -rf /spdk

# Copy pre-built binaries from builder
COPY --from=builder \
Expand Down

0 comments on commit 8b31c4c

Please sign in to comment.