Skip to content

Inconsistent container build commands docker/podman/buildah #3232

@mflendrich

Description

@mflendrich

The image target in makefile is bitrotten.

These 3 places:

  • the image target in Makefile
  • the hack/kind/cluster-setup.sh script
  • the Prow CI jobs

use 3 different ways to build a docker image: docker build, podman build and buildah build respectively, with CLI arguments that are not consistently set.

The scope of this issue is to

  • unify these 3 places
  • research if there are more such places
  • ideally, make all call sites run the make target instead of inventing their custom commands.

/kind machinery
/priority important-longterm

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/machineryCategorizes issue or PR as related to Makefile, scripts or similar changes.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions