Comment on Cloud Run Button: Click-to-deploy your Git repos to GCPparentComments−alpb7yDisclaimer: 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.−jacques_chester7ysimilar to Heroku buildpacks.In fact Heroku is one of the founding contributors for Cloud Native Buildpacks (along with Pivotal, where I work).
Comments
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).