-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
kind/machineryCategorizes issue or PR as related to Makefile, scripts or similar changes.Categorizes 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.Denotes 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.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
Description
The image target in makefile is bitrotten.
These 3 places:
- the
imagetarget in Makefile - the
hack/kind/cluster-setup.shscript - 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
maketarget instead of inventing their custom commands.
/kind machinery
/priority important-longterm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/machineryCategorizes issue or PR as related to Makefile, scripts or similar changes.Categorizes 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.Denotes 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.Important over the long term, but may not be staffed and/or may need multiple releases to complete.