devspace icon indicating copy to clipboard operation
devspace copied to clipboard

"No images to rebuild" message

Open stickeegreg opened this issue 4 years ago • 1 comments

If you follow the quickstart guide then run devspace build you are given the message [info] No images to rebuild. Run with -b to force rebuilding. Adding the -b flag simply gives the same result.

git clone https://github.com/loft-sh/devspace-quickstart-php
cd devspace-quickstart-php
devspace init
devspace use namespace my-namespace  
devspace build -b

[info]   No images to rebuild. Run with -b to force rebuilding

Is your feature request related to a problem? No

Which solution do you suggest? The devspace.yaml file doesn't define any images for the default build, so a better error message would be:

[info] No images defined for this profile

/kind feature

stickeegreg avatar Jan 12 '22 11:01 stickeegreg

@stickeegreg thanks for creating this issue! Yes we should change that, good catch!

FabianKramm avatar Jan 12 '22 16:01 FabianKramm