(go/v5) Rename container commands from docker-<action> to container-<action> #4293
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
triage/blocked
Milestone
What do you want to happen?
kubebuilder scaffolds 2 container commands called
docker-build
anddocker-push
in Makefile. But they work with other container tools, like Podman, and not only with Docker (to change the container tool used by the commands, use theCONTAINER_TOOL
variable in Makefile).Would make sense to change command names to
container-build
andcontainer-push
then.Part of changes needed were done here #4288. Would also need to change documentation and other places of the code base to fully apply the change
Extra Labels
No response
The text was updated successfully, but these errors were encountered: