Skip to content

v2.2.2 gf init 后 make image [FATA] #7

@yahuian

Description

@yahuian

image

问题 1

查看 gf docker -h

image

发现

@gf docker -p -b "-a amd64 -s linux -p temp" -tn $(DOCKER_NAME):${_TAG};
缺少了 -tp 选项

问题 2

- `make image TAG=xxx`: Run `docker build` to build image according `manifest/docker`.
这行的文档说执行 docker build 但实际还是会 push

感觉应该去掉

@gf docker -p -b "-a amd64 -s linux -p temp" -tn $(DOCKER_NAME):${_TAG};
-p 参数

😄

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