Add stx-ceph-manager docker image
This creates the debian docker image file of stx-ceph-manager. Test Plan: Debian: PASS: build-pkgs, build-image, deploy. Unlocked, enabled, available and platform-integ-apps applied. Inspected ceph-manager.log for correct application Story: 2009831 Task: 46734 Signed-off-by: Luiz Felipe Kina <LuizFelipe.EiskeKina@windriver.com> Change-Id: I8179901ce2030236b0a4d5d207f9fdba01271be0
This commit is contained in:
parent
a4368a16ab
commit
681af65049
19
ceph/ceph-manager/debian/docker/Dockerfile
Normal file
19
ceph/ceph-manager/debian/docker/Dockerfile
Normal file
@ -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,2 +1,3 @@
|
||||
tools/base-images/stx-debian-dev
|
||||
tools/vran-tools/stx-debian-tools-dev
|
||||
ceph/ceph-manager
|
||||
|
Loading…
Reference in New Issue
Block a user