-
Notifications
You must be signed in to change notification settings - Fork 37
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
Make the builder configurable in the Makefile #35
Conversation
e77334e
to
70ac1e0
Compare
chore: Some developers might not have docker installed anymore. Thus it would be easier to have it configurable instead to do changes locally to build using, i.e, `podman` or `buildah`. It can be called by `make ENGINE=podman build` Signed-off-by: Spolti <fspolti@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @spolti -- sorry, I totally forgot about this one.
Co-authored-by: Christian Kadner <ckadner@us.ibm.com> Signed-off-by: Filippe Spolti <filippespolti@gmail.com>
Co-authored-by: Christian Kadner <ckadner@us.ibm.com> Signed-off-by: Filippe Spolti <filippespolti@gmail.com>
@ckadner updated. thanks for the suggestions |
Thanks @spolti -- your changes work well. Just curious if you got this linter warning as well? Which does not show up in the CI logs.
Appears unrelated to your changes, though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/approve |
The /approve |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: ckadner, spolti The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @ckadner |
chore: Some developers might not have docker installed anymore.
Thus it would be easier to have it configurable instead
to do changes locally to build using, i.e,
podman
orbuildah
.It can be called by
make ENGINE=podman build