DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
31 stars 7 forks source link

Image build logs have different names in BYOC vs Playground #420

Open lionello opened 4 months ago

lionello commented 4 months ago

In playground, image builds can be seen using defang tail -n service1-image, but in BYOC it's defang tail -n kaniko. This is inconsistent.

BYOC should use he same naming as playground.

lionello commented 3 months ago

Blocked by #426