rauhryan/Build and Deploy to ECR
Builds an image from a dockerfile, and pushes it up to ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_config | File used during build (usually in postinstall) to install your app | no | "" |
| deploy | Whether to push the image to ECR after building it | no | true |
| dockerfile | Custom Dockerfile name | no | Dockerfile |
| ecr_uri | The URI for the ECR repository | yes | — |
| env_file | File containing environment variables required for app to run and pass healthcheck | no | "" |
| access_key_id | An AWS Access Key ID | yes | — |
| secret_access_key | An AWS Secret Access Key | yes | — |
| github_ssh_key | An SSH Private Key with access to any private repos you need | no | "" |
| healthcheck | A healthcheck path, like /healthcheck | no | /healthcheck |
| port | The port the server listens on | no | 3000 |
Outputs
no outputs