Skip to content

Commit

Permalink
Dockerfile: update dependencies
Browse files Browse the repository at this point in the history
Longhorn 7672

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Feb 20, 2024
1 parent f51e9b5 commit f0b54d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN wget -O - https://storage.googleapis.com/golang/go1.21.3.linux-${!GOLANG_ARC
go install golang.org/x/lint/golint@latest

ENV GO_SPDK_HELPER_DIR /usr/src/go-spdk-helper
ENV GO_SPDK_HELPER_COMMIT_ID 5fe20e7f754283634c71d422778773be2d13439c
RUN git clone https://github.com/longhorn/go-spdk-helper.git ${GO_SPDK_HELPER_DIR} && \
ENV GO_SPDK_HELPER_COMMIT_ID ed87b0be46d43bbfc572be096cc43ca03f8a783e
RUN git clone https://github.com/derekbit/go-spdk-helper.git ${GO_SPDK_HELPER_DIR} && \
cd ${GO_SPDK_HELPER_DIR} && \
git checkout ${GO_SPDK_HELPER_COMMIT_ID} && \
go build && \
Expand All @@ -46,8 +46,8 @@ RUN cd /usr/src && \

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

0 comments on commit f0b54d6

Please sign in to comment.