kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

(go/v5) Rename container commands from docker-<action> to container-<action>

Open mateusoliveira43 opened this issue 1 year ago • 1 comments
trafficstars

What do you want to happen?

kubebuilder scaffolds 2 container commands called docker-build and docker-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 the CONTAINER_TOOL variable in Makefile).

Would make sense to change command names to container-build and container-push then.

Part of changes needed were done here https://github.com/kubernetes-sigs/kubebuilder/pull/4288. Would also need to change documentation and other places of the code base to fully apply the change

Extra Labels

No response

mateusoliveira43 avatar Nov 05 '24 12:11 mateusoliveira43

We need a significant number of changes and requirements to initiate go/v5. Once these are in place, we can address this issue. Adding this one to the go/v5 milestone

camilamacedo86 avatar Nov 05 '24 16:11 camilamacedo86