]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script: ceph-debug-docker.sh deals with the centos-repos -> centos-linux-repos transi... 43012/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 1 Sep 2021 14:34:15 +0000 (16:34 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 1 Sep 2021 14:39:45 +0000 (16:39 +0200)
See: https://gist.github.com/rzarzynski/19f11e2180faeb82c42d1787b7e0e8dd.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/script/ceph-debug-docker.sh

index 836df860eee044ddad922aa6d1564e623e47605c..84b735b12a378fc87b4da77df0234aa661642982 100755 (executable)
@@ -125,7 +125,8 @@ EOF
 FROM ${env}
 
 WORKDIR /root
-RUN sed -i 's/enabled=0/enabled=1/' ${debuginfo} && \
+RUN yum update -y && \
+    sed -i 's/enabled=0/enabled=1/' ${debuginfo} && \
     yum update -y && \
     yum install -y tmux epel-release wget psmisc ca-certificates gdb
 RUN wget -O /etc/yum.repos.d/ceph-dev.repo $repo_url && \