From 0e26ff972142d03a1f642bea7b27fffe61a7b843 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 21 Nov 2023 17:11:37 -0500 Subject: [PATCH] cephadm: add a default constant value for samba server container image Signed-off-by: John Mulligan (cherry picked from commit d373edf0d6126ab6672f115e439d5bc14f983336) --- src/cephadm/cephadmlib/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cephadm/cephadmlib/constants.py b/src/cephadm/cephadmlib/constants.py index 50451e46364cb..643271ae78a80 100644 --- a/src/cephadm/cephadmlib/constants.py +++ b/src/cephadm/cephadmlib/constants.py @@ -18,6 +18,7 @@ DEFAULT_ELASTICSEARCH_IMAGE = 'quay.io/omrizeneva/elasticsearch:6.8.23' DEFAULT_JAEGER_COLLECTOR_IMAGE = 'quay.io/jaegertracing/jaeger-collector:1.29' DEFAULT_JAEGER_AGENT_IMAGE = 'quay.io/jaegertracing/jaeger-agent:1.29' DEFAULT_JAEGER_QUERY_IMAGE = 'quay.io/jaegertracing/jaeger-query:1.29' +DEFAULT_SMB_IMAGE = 'quay.io/samba.org/samba-server:devbuilds-centos-amd64' DEFAULT_REGISTRY = 'docker.io' # normalize unqualified digests to this # ------------------------------------------------------------------------------ -- 2.39.5