observian/AWS ECR EKS
Create Docker image from code and push the resulting image to ECR, then to EKS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key_id | The AWS access key id | yes | — |
| secret_access_key | The AWS secret access key | yes | — |
| account_id | AWS Account ID | yes | — |
| repo | Name of your ECR repository | yes | — |
| region | The AWS region | yes | — |
| eks_cluster_name | the name of the eks cluster to which this image should be pushed | yes | — |
| tags | Comma-separated string of ECR image tags | — | latest |
| build_args | comma separated key-value pairs of build arguments to be passed to the docker build | no | — |
| dockerfile | Name of Dockerfile to use | — | Dockerfile |
| path | Path to Dockerfile, defaults to the working directory | — | . |
| k8s_manifest | manifest containing IMAGE_TAG placeholder to apply to the cluster | yes | — |
| k8s_image_tag | the tag for hte k8s manifest to use when it references the repo. | yes | — |
Outputs
| name | description |
|---|---|
| image | The created image name |