]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
xxx dgalloway-main-r10
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 23 Oct 2025 19:06:07 +0000 (15:06 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 23 Oct 2025 22:56:32 +0000 (18:56 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
container/Containerfile.el10

index 3eaab688d0b7d32cb9ca36eeaa52f005b181fd3f..3ac67360a101a6c4fda3ad17d08c028a17be8ac3 100644 (file)
@@ -73,7 +73,7 @@ RUN \
     echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo && \
     echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo
 
-RUN curl -sL http://karnak.lan:8016/pulp/content/ceph/el10/jank/x86_64/config.repo -o /etc/yum.repos.d/jank.repo
+RUN curl -sL http://asynchrono.us/files/r/x86_64/config.repo -o /etc/yum.repos.d/jank.repo
 
 # ISCSI repo
 ##:RUN set -ex && \