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

use CONTAINER_ENGINE variable instead of literal 'docker' #42

Merged
merged 1 commit into from
May 18, 2022

Conversation

dmitris
Copy link
Contributor

@dmitris dmitris commented May 18, 2022

PR replaces the use of the literal docker in the Makefile with CONTAINER_ENGINE which has docker as the default value (but can be customized by the user - for example, to run make tools-install CONTAINER_ENGINE='sudo podman'). For the "normal" invocations, nothing should change - docker still will be invoked.

Signed-off-by: Dmitry Savintsev [email protected]

@dmitris dmitris changed the title use DOCKER_CMD variable instead of literal 'docker' use CONTAINER_ENGINE variable instead of literal 'docker' May 18, 2022
@joestringer
Copy link
Member

Would you mind squashing the two commits & force push to update the PR?

@dmitris
Copy link
Contributor Author

dmitris commented May 18, 2022

Would you mind squashing the two commits & force push to update the PR?

Done

@michi-covalent michi-covalent merged commit 52691b1 into cilium:main May 18, 2022
@dmitris dmitris deleted the podman branch May 19, 2022 08:27
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

Successfully merging this pull request may close these issues.

3 participants