devspace
devspace copied to clipboard
"No images to rebuild" message
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 thanks for creating this issue! Yes we should change that, good catch!