mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
build: disable ganesha package in Dockerfile
disable ganesha as dnf update is failing on Reef ceph version. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
4473aaa771
commit
a4e0c696a9
@ -17,10 +17,11 @@ RUN source /build.env \
|
|||||||
&& mkdir -p /usr/local/go \
|
&& mkdir -p /usr/local/go \
|
||||||
&& curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${GOARCH}.tar.gz | tar xzf - -C ${GOROOT} --strip-components=1
|
&& curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${GOARCH}.tar.gz | tar xzf - -C ${GOROOT} --strip-components=1
|
||||||
|
|
||||||
# TODO: remove the following cmd, when issue
|
# TODO: remove the following cmd, when issues
|
||||||
# https://github.com/ceph/ceph-container/issues/2034 is fixed.
|
# https://github.com/ceph/ceph-container/issues/2034
|
||||||
|
# https://github.com/ceph/ceph-container/issues/2141 are fixed.
|
||||||
RUN dnf config-manager --disable \
|
RUN dnf config-manager --disable \
|
||||||
tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi || true
|
tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi,ganesha || true
|
||||||
|
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
git \
|
git \
|
||||||
|
Loading…
Reference in New Issue
Block a user