Skip to content

Commit b4f4323

Browse files
container: add label ceph=True back
Add a label used by cephadm internally that was always set by ceph-container [1] back to the new containerfile. This should prevent issues with cephadm shell command thinking official ceph images are not official ceph images. [1] https://github.com/ceph/ceph-container/blob/30dc8b9a55f70a40983fd2da6ac31e1b9e977143/src/__DOCKERFILE_TRACEABILITY_LABELS__#L5 Signed-off-by: John Mulligan <[email protected]>
1 parent 8dc4de1 commit b4f4323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ LABEL org.opencontainers.image.authors="Ceph Release Team <ceph-maintainers@ceph
3636
org.opencontainers.image.documentation="https://docs.ceph.com/"
3737

3838
LABEL \
39+
ceph=True \
3940
FROM_IMAGE=${FROM_IMAGE} \
4041
CEPH_REF=${CEPH_REF} \
4142
CEPH_SHA1=${CEPH_SHA1} \

0 commit comments

Comments
 (0)