odo should be able to parse Devfile with image
components and build+push the image
#5145
Labels
estimated-size/XL (40-60)
Rough sizing for Epics. About 3 sprints of work for a person
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
This is part of a larger user story #5109.
Because we don't want partial implementation of
odo deploy
command we will create a new command that will just build and push all image components in devfile without the deploy step.Acceptance criteria:
image
components using devfile/library 1.2.0 and trigger image build and push using docker or podmanodo build-images
sub-command builds all image components defined in the devfileodo build-images --push
builds and push all image components defined in the devfileImplementation Notes:
/priority high
/kind feature
The text was updated successfully, but these errors were encountered: