Skip to content

Commit

Permalink
feat(dockerfile): update nfs-ganesha to v5.9
Browse files Browse the repository at this point in the history
Longhorn 9008

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jul 16, 2024
1 parent fb82321 commit 9555b77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ RUN zypper -n install autoconf bison curl cmake doxygen make git gcc-c++ flex Me
tar gzip dbus-1-devel lsb-release graphviz-devel libnsl-devel libcurl-devel libjson-c-devel libacl-devel && \
rm -rf /var/cache/zypp/*

RUN curl -L https://github.com/rancher/nfs-ganesha/archive/refs/tags/v5_20240430.tar.gz | tar zx \
&& curl -L https://github.com/nfs-ganesha/ntirpc/archive/v5.0.tar.gz | tar zx \
&& mv nfs-ganesha-5_20240430 nfs-ganesha-5.7 \
&& rm -r nfs-ganesha-5.7/src/libntirpc \
&& mv ntirpc-5.0 nfs-ganesha-5.7/src/libntirpc
WORKDIR /nfs-ganesha-5.7
RUN curl -L https://github.com/rancher/nfs-ganesha/archive/refs/tags/v5_20240716.tar.gz | tar zx \
&& curl -L https://github.com/nfs-ganesha/ntirpc/archive/refs/tags/v5.8.tar.gz | tar zx \
&& mv nfs-ganesha-5_20240716 nfs-ganesha-5.9 \
&& rm -r nfs-ganesha-5.9/src/libntirpc \
&& mv ntirpc-5.8 nfs-ganesha-5.9/src/libntirpc
WORKDIR /nfs-ganesha-5.9


# build ganesha only supporting nfsv4 and vfs
Expand Down

0 comments on commit 9555b77

Please sign in to comment.