dequelabs / dequelabs/attest-release-scripts
docker-push-to-ecr: Add support for providing a custom ECR address
Open
- Dominant language
- Shell
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
`auth-service` (and potentially others) will soon be deploying two Docker images to ECR (a "regular" image for us to use in production and an "on prem" image for customers). We could support this by using the `--suffix` flag (`--suffix=onprem`), but ideally we'd just have separate ECRs (`auth-service` and `auth-service-on-prem`). In order to support this here, we should create an `--ecr=` (or `--repo=`?) argument which will override the `{env}_ECR` environment variables.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.