-
Notifications
You must be signed in to change notification settings - Fork 299
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
Enhance Makefile arguments for img building and pushing #47
Comments
Waiting for feedback |
Example implementation : https://github.com/kubernetes-sigs/node-feature-discovery/blob/master/Makefile |
Agree, not everyone uses docker :) Do you really need the registry? The existing |
IMG is full path, splitting it down to registry + namespace + imagename + tag, is good when developing |
it works nice for use in NFD< bc we can set it to push to staging or other registries by simply editing an ENV VAR :) , but I am open to suggestion, once we agree here, I'll submit a patch |
sounds good. Since you have |
…mmadiIram-patch-1 Update renovate.json for tekton and dockerfile
Current Makefile doesn't provide flexible ways to modify how I want to build and push the image
Also in order to be more generic, rename
docker-image
to simplyimage
orimage-build
docker-push
to simplypush
orimage-push
This provides more flexibility when developing in a non docker environment, like
buildah
,podman
or even building the image with CI tool onkubernetes
it self./kind feature
The text was updated successfully, but these errors were encountered: