Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yahuian opened this issue Nov 10, 2022 · 0 comments
Open

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

yahuian opened this issue Nov 10, 2022 · 0 comments

Comments

@yahuian
Copy link

yahuian commented Nov 10, 2022

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 参数

😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant