-
Notifications
You must be signed in to change notification settings - Fork 1.8k
bundle.Dockerfile path should be parameterized #4586
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.olm-integrationIssue relates to the OLM integrationIssue relates to the OLM integration
Milestone
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.olm-integrationIssue relates to the OLM integrationIssue relates to the OLM integration
Feature Request
bundle.Dockerfile path should be parameterized
Describe the problem you need a feature to resolve.
Currently bundle.Dockerfile by default generates at root directory of project.
Olm also expect dockerFile along the bundle dir.see
Currently we have to copy this file manually and edit the relative path of the content like manifest and metadata path.
Describe the solution you'd like.
It would be better if we could define --bundle.Dockerfile path and its name as input arg to
operator-sdk generate bundlecmd/language go