genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.89k stars 230 forks source link

unable to override BUILDTAGS for Makefile #238

Closed zhangyoufu closed 4 years ago

zhangyoufu commented 5 years ago

https://github.com/genuinetools/img/blob/013bb211567bb92374315affaf0ffa1787fb23c2/Makefile#L8

BUILDTAGS ?= seccomp may be better

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.53. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

oxr463 commented 4 years ago

One can override this with GNU Make by using the -e flag,

BUILDTAGS="" make -e