update cifs base image name to maintain the consistency with
os-http/os-nfs
Signed-off-by: Wang Yong <wangyong0117(a)qq.com>
---
container/os-cifs/build | 2 +-
container/os-cifs/start | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/container/os-cifs/build b/container/os-cifs/build
index 56ebbed..77be8e9 100755
--- a/container/os-cifs/build
+++ b/container/os-cifs/build
@@ -2,4 +2,4 @@
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
-docker build -t alpine/samba .
+docker build -t os-cifs .
diff --git a/container/os-cifs/start b/container/os-cifs/start
index 1b2cd23..f42c71c 100755
--- a/container/os-cifs/start
+++ b/container/os-cifs/start
@@ -19,7 +19,7 @@ cmd=(
-v /srv/result:/srv/result
--name os-cifs
--restart=always
- alpine/samba
+ os-cifs
)
"${cmd[@]}"
--
2.23.0