Any thoughts on auto-detecting the language/framework so that’s it’s just git push and you don’t even need a dockerfile? For a zeit or Heroku like experience.
It might require a lot of conventions (which might not be worth it finally) but as a quick deploy and experiment solution, it’d be super awesome.
Comments
Any thoughts on auto-detecting the language/framework so that’s it’s just git push and you don’t even need a dockerfile? For a zeit or Heroku like experience.
It might require a lot of conventions (which might not be worth it finally) but as a quick deploy and experiment solution, it’d be super awesome.
Disclaimer: working on this project.
When there are no Dockerfiles, we use CNCF Buildpacks (https://buildpacks.io) similar to Heroku buildpacks.
Some apps without Dockerfile are currently deployable using this, as buildpacks detect the language/framework.
In fact Heroku is one of the founding contributors for Cloud Native Buildpacks (along with Pivotal, where I work).