]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-debug-docker: support centos 8 36240/head
authorKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 13:41:41 +0000 (21:41 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 15:08:26 +0000 (23:08 +0800)
commit62ea0105f1bdcc3d856015c646a77998c0c89f5f
tree26f82b97871515b8c3319026878bd1407da8ad13
parent7a8858de924f34e4163436fd4053fa7bbc4cc221
ceph-debug-docker: support centos 8

* default to centos:8, as we've moved to centos:8 now
* do not assume that the base image is centos:7, use centos:8 if it is
  specified.
* install python3-* packages for centos:8 and install python36-*
  packages for centos:7. as el8 is now a python3 distro, and
  centos:7 now has python36.
* s/screen/tmux/. because screen is now offered by EPEL, while tmux
  is in BaseOS.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/ceph-debug-docker.sh