Skip to content

Commit

Permalink
Merge pull request #124 from Madhu-1/fix-123
Browse files Browse the repository at this point in the history
Install gluster-fuse from the gluster nightly build
  • Loading branch information
humblec authored Dec 19, 2018
2 parents b5e49b4 + 42888dd commit 3c0bb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/glusterfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ RUN ldd /build/glusterfs-csi-driver | grep -q "not a dynamic executable"
FROM docker.io/centos:7.5.1804 as final

# Install dependencies
RUN yum -y install centos-release-gluster && \
yum -y install glusterfs-fuse && \
ADD http://artifacts.ci.centos.org/gluster/nightly/master.repo /etc/yum.repos.d/glusterfs-nightly.repo
RUN yum -y install glusterfs-fuse && \
yum clean all -y && \
rm -rf /var/cache/yum && \
rpm -qa | grep gluster | tee /gluster-rpm-versions.txt
Expand Down

0 comments on commit 3c0bb7b

Please sign in to comment.