问题背景:
我需要定制化出 noslate 镜像(而非 noslate-gateway), 但我没有找到指引(wiki 里只有如何构建 noslate-gateway 镜像)
我在根据noslate.dockerfile仿写尝试时,发现在这一步会挂掉

COPY ./build/noslate.tar.gz noslate.tar.gz
这看起来是要求构建环境里有./build/noslate.tar.gz 这个文件;
于是我看回 makefile 文件,但是发现这里被缺省去了一些变量。

所以我想问:
- 是否可以介绍下如何构建 noslate 基镜像?
- makefile 文件里./build/noslate.tar.gz是怎么来的?
————————
Problem background:
I need to customize the noslate image (not noslate-gateway), but I can't find the guide (the wiki only shows how to build the noslate-gateway image)
When I tried to imitate noslate.dockerfile, I found that it would hang at this step.
This seems to require the build environment to have the file ./build/noslate.tar.gz;
So I looked back at the makefile, but found that some variables were omitted by default.
So I want to ask:
- Can you tell me how to build a noslate base image?
- Where does ./build/noslate.tar.gz come from in the makefile?