]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
container/Containerfile: use ganesha-4 from proper path 60936/head
authorDan Mick <dan.mick@redhat.com>
Wed, 4 Dec 2024 08:13:39 +0000 (00:13 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 19 Dec 2024 08:01:47 +0000 (00:01 -0800)
Same as https://github.com/ceph/ceph-container/pull/2253

Signed-off-by: Dan Mick <dan.mick@redhat.com>
container/Containerfile

index e1743acfbbd546edd630d8287cfffc9d3a29c7a0..c709fc978692d402bb8dcfd65749a88e6dd5f8cb 100644 (file)
@@ -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"