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

debug should determine runtime from source #3977

Open
briandealwis opened this issue Apr 18, 2020 · 0 comments
Open

debug should determine runtime from source #3977

briandealwis opened this issue Apr 18, 2020 · 0 comments
Labels
area/debug kind/feature-request priority/p3 agreed that this would be good to have, but no one is available at the moment.

Comments

@briandealwis
Copy link
Member

We should be able to walk an artifact's source to determine the runtime type. This would remove the need for GO* environment variables and more.

There may be a chance of false positives, such as projects that use scripts as part of their builds. The explicit runtime mechanism #2203 might handle that situation.

This might be best developed as a distinct library that could also be used as a command-line tool. It could be useful for IDEs for detecting different project roots. Ideally we'd be able to leverage (or extract this from) skaffold init.

@nkubala nkubala added this to the Backlog [P0/P1] milestone Sep 1, 2020
@briandealwis briandealwis added priority/p3 agreed that this would be good to have, but no one is available at the moment. and removed priority/p1 High impact feature/bug. labels Apr 21, 2021
@nkubala nkubala removed this from the Backlog [P0/P1] milestone May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/debug kind/feature-request priority/p3 agreed that this would be good to have, but no one is available at the moment.
Projects
None yet
Development

No branches or pull requests

3 participants