GoogleCloudPlatform / GoogleCloudPlatform/cloud-run-button

Use Public Image Instead of Building One

Open
#181 2 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.