Bakery currently supports regex matching for CLI flags like --image-name and --image-variant.
This can lead to unexpected behavior, for example: bakery build --image-name connect in the images-connect repository will match all the images, since they start with connect.
We should make this behavior more obvious, perhaps by adding a --regexp/-e flag or similar to enable regex matching.
Bakery currently supports regex matching for CLI flags like
--image-nameand--image-variant.This can lead to unexpected behavior, for example:
bakery build --image-name connectin theimages-connectrepository will match all the images, since they start withconnect.We should make this behavior more obvious, perhaps by adding a
--regexp/-eflag or similar to enable regex matching.