refactor: 整理结构和 maker 构建方式
This commit is contained in:
@@ -65,8 +65,8 @@ RUN chmod +x /data/create_index.sh
|
||||
var (
|
||||
err error
|
||||
output []byte
|
||||
location = filepath.Join(opt.Cfg.Make.Dir, "dependency", "elastic")
|
||||
helperTarLocation = filepath.Join(opt.Cfg.Make.Dir, "dependency", "image", "es-init-helper.alpine-3.22.2.tar")
|
||||
location = filepath.Join(m.workdir, "dependency", "elastic")
|
||||
helperTarLocation = filepath.Join(m.workdir, "dependency", "image", "es-init-helper.alpine-3.22.2.tar")
|
||||
)
|
||||
|
||||
opt := &elasticOpt{
|
||||
|
||||
Reference in New Issue
Block a user