mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00: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
e76e2f88b1
commit
d45bb12cc1
@ -4,10 +4,11 @@ ARG BASE_IMAGE
|
|||||||
|
|
||||||
FROM ${BASE_IMAGE} as updated_base
|
FROM ${BASE_IMAGE} as updated_base
|
||||||
|
|
||||||
# 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 update --nobest \
|
RUN dnf -y update --nobest \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
|
Loading…
Reference in New Issue
Block a user