cryptopirates/Build and Deploy Image
Build a container image from a Dockerfile, push to GDR, and deploy to GKE.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gcrHostname | The Google Docker Registry hostname. | yes | — |
| gkeApplicationCredentials | The service account credentials JSON file encoded as a base64 string to access the GKE API. | yes | — |
| gkeNamespace | The Kubernetes cluster's namespace. | yes | — |
| gkeProjectID | The GKE project identifier (kube-cluster-12345). | yes | — |
| gkeClusterName | The name of the Kubernetes cluster. | yes | — |
| gkeDeploymentName | The name of the container's deployment. | yes | — |
| gkeLocationZone | The cluster's location zone. | yes | — |
| gitUsername | The git username to use when cloning dependencies. | yes | — |
| gitAccessToken | The access token associated with the user passed to gitUsername. | yes | — |
Outputs
no outputs