Attempt image with ceph/ceph#49954 patch

This commit is contained in:
Nic Anderson
2023-04-03 22:09:41 -04:00
parent 40e4f97dc7
commit 62132d8cf0
3 changed files with 1645 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM quay.io/ceph/ceph:v17.2.5
LABEL org.opencontainers.image.source https://github.com/nanderson94/ceph-patch
COPY src/ceph-volume/ceph_volume/util/disk.py /usr/lib/python3.6/site-packages/ceph_volume/util/disk.py
COPY src/ceph-volume/ceph_volume/util/device.py /usr/lib/python3.6/site-packages/ceph_volume/util/device.py