Skip to content

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

Open
@mateusoliveira43

Description

@mateusoliveira43

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 #4288. Would also need to change documentation and other places of the code base to fully apply the change

Extra Labels

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.triage/blocked

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions