Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #2236
kwiatekus opened this issue Nov 8, 2024 · 0 comments
Open
Tracked by #2236
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@kwiatekus
Copy link
Contributor

Description

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

  • build the image (using a library, not a docker cli from the host machine)
  • push the image into in-cluster docker registry
  • ensure that docker registry's local pull address is used as image url in the created deployment
  • ensure proper imagePullSecret is configured in the created deployment

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 #2236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants