Merge "Build image for ceph-manager"

This commit is contained in:
Zuul 2021-01-18 15:23:02 +00:00 committed by Gerrit Code Review
commit 39d8f05bf8
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
ceph/ceph-manager

View File

@ -0,0 +1,21 @@
ARG BASE
FROM ${BASE}
ARG STX_REPO_FILE=/etc/yum.repos.d/stx.repo
RUN set -ex ; \
yum install --disablerepo=* \
$(grep '^name=' ${STX_REPO_FILE} | awk -F '=' '{printf "--enablerepo=" $2 " "}') \
-y \
ceph-manager \
python-cephclient \
python-oslo-messaging \
python2-eventlet \
fm-api \
fm-core \
fm-rest-api \
python-fmclient \
fm-common \
ceph-common
CMD ["bash"]

View File

@ -0,0 +1,2 @@
BUILDER=docker
LABEL=stx-ceph-manager