From: John Mulligan Date: Tue, 21 Jan 2025 21:28:42 +0000 (-0500) Subject: container: add label ceph=True back X-Git-Tag: v20.0.0~298^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F61511%2Fhead;p=ceph.git 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 --- diff --git a/container/Containerfile b/container/Containerfile index 88f0d4ceaf8..665e7991e8b 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -36,6 +36,7 @@ LABEL org.opencontainers.image.authors="Ceph Release Team