Merge "Add stx-ceph-manager docker image"

This commit is contained in:
Zuul
2022-11-18 13:30:26 +00:00
committed by Gerrit Code Review
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,19 @@
ARG BASE
FROM ${BASE}
RUN apt-get update -y && \
apt-get install -y \
python3-oslo.messaging \
python3-eventlet \
python3-fm-api \
fm-rest-api \
python3-fmclient \
fm-common \
librados2 \
librbd1 \
ceph-common \
ceph-mon \
ceph-osd \
ceph-mgr
CMD ["bash"]
@@ -0,0 +1,2 @@
BUILDER=docker
LABEL=stx-ceph-manager
+1
View File
@@ -1,2 +1,3 @@
tools/base-images/stx-debian-dev
tools/vran-tools/stx-debian-tools-dev
ceph/ceph-manager