Skip to content

是否可以介绍下如何构建出noslate 基镜像? is there any wiki or intro help me to build a noslate base docker image? #55

@zhanzekun

Description

@zhanzekun

问题背景:

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

COPY ./build/noslate.tar.gz noslate.tar.gz

这看起来是要求构建环境里有./build/noslate.tar.gz 这个文件;

于是我看回 makefile 文件,但是发现这里被缺省去了一些变量。
image

所以我想问:

  1. 是否可以介绍下如何构建 noslate 基镜像?
  2. 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:

  1. Can you tell me how to build a noslate base image?
  2. Where does ./build/noslate.tar.gz come from in the makefile?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions