From: Dan Mick Date: Wed, 4 Dec 2024 08:13:39 +0000 (-0800) Subject: container/Containerfile: use ganesha-4 from proper path X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F60936%2Fhead;p=ceph.git container/Containerfile: use ganesha-4 from proper path Same as https://github.com/ceph/ceph-container/pull/2253 Signed-off-by: Dan Mick --- diff --git a/container/Containerfile b/container/Containerfile index e1743acfbbd..c709fc97869 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -14,7 +14,7 @@ ARG CEPH_SHA1 ARG CEPH_GIT_REPO # (optional) Define the baseurl= for the ganesha.repo -ARG GANESHA_REPO_BASEURL="https://buildlogs.centos.org/centos/\$releasever-stream/storage/\$basearch/nfsganesha-5/" +ARG GANESHA_REPO_BASEURL="https://mirror.stream.centos.org/SIGs/\$releasever-stream/storage/\$basearch/nfsganesha-4/" # (optional) Set to "crimson" to install crimson packages. ARG OSD_FLAVOR="default"