From: Venky Shankar Date: Thu, 29 Jan 2026 11:18:51 +0000 (+0530) Subject: containerfile: start using Ganesha v9 X-Git-Tag: testing/wip-vshankar-testing-20260129.112339-debug^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=51cc67982e277351293a12e623ffb466443bc8bf;p=ceph-ci.git containerfile: start using Ganesha v9 Signed-off-by: Venky Shankar --- diff --git a/container/Containerfile b/container/Containerfile index e9ca0276cd3..f5114de2d02 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://buildlogs.centos.org/centos/\$releasever-stream/storage/\$basearch/nfsganesha-9/" # (optional) Set to "crimson" to install crimson packages. ARG OSD_FLAVOR="default"