Skip to content

Commit

Permalink
container/Containerfile: use ganesha-4 from proper path
Browse files Browse the repository at this point in the history
Same as ceph/ceph-container#2253

Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
dmick committed Dec 10, 2024
1 parent 9eb2e2e commit b8aa44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/centos/\$releasever-stream/storage/\$basearch/nfsganesha-4/"

# (optional) Set to "crimson" to install crimson packages.
ARG OSD_FLAVOR="default"
Expand Down

0 comments on commit b8aa44b

Please sign in to comment.