-
Notifications
You must be signed in to change notification settings - Fork 166
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
metrics: use buildpack instead of Dockerfiles #3775
Comments
I'm not sure it's an advantage tbh |
The only advantage would be the absence of Dockerfiles in the source code. |
That's what I don't see as an advantage. Cloud run works with Docker containers, and for the majority of developers, containers are built using Dockerfiles, not some obscure (to me at least) Google tool. |
I agree. It's better to stick with Dockerfiles since:
|
Is your feature request related to a problem? Please describe.
The metrics code run on Google Cloud Run is managed using Dockerfile.
These Dockerfiles need to be managed while upgrading Node.js, or making any other changes in application.
For example, here is a PR which upgrades Node.js versions from 14 to 20 #3767
Describe the solution you'd like
Use buildpack instead of Dockerfiles
https://cloud.google.com/docs/buildpacks/build-application#node.js
The text was updated successfully, but these errors were encountered: