GoogleCloudPlatform / GoogleCloudPlatform/cloud-run-button
Use Public Image Instead of Building One
Open
enhancement
- Dominant language
- Go
- Stars
- 553
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
If a project publishes a public container image then maybe the button should allow the skipping the build and just using the existing image. Via `app.json` like:
```
{
"build": {
"skip": false
},
"override": {
"image": "gcr.io/cloudrun/hello"
}
}
```
Not sure if this is a good idea or not.
Contributor guide
Assessment
This issue has not been assessed yet.