kyma-project / cli

Simple set of commands to manage a Kyma installation
Apache License 2.0
112 stars 118 forks source link

Support image building (by Dockerfile) for apps pushed via kyma CLI #2241

Open kwiatekus opened 3 weeks ago

kwiatekus commented 3 weeks ago

Description

For example, such cli command kyma alpha app push --name myservice --containerPort xx --dockerfile . should:

Reasons This feature takes off the responsibility to worry about external docker registry while developing new apps in kyma. This makes it easier to prototype and test. This provides better learning experience for users who are more familiar with cf api than k8s api

Related Part of https://github.com/kyma-project/cli/issues/2236