aws-ecr-orb
aws-ecr-orb copied to clipboard
CircleCI orb for interacting with Amazon's Elastic Container Registry (ECR)
### Checklist - [x] All new jobs, commands, executors, parameters have descriptions - [x] Examples have been added for any significant new features - [x] README has been updated, if...
Hi can someone please help me with docker layer caching? I've tried to use like specified on the Orb site, but i still didn't figured out how to have docker...
## What would you like to be added Up until version 7.3, the command `push-image` was supported. The command pushes an already built image to ECR. ## Why is this...
### Orb version version >= 8.1.0 ### What happened When running ecr-login on `8.0.0` this works: ``` - aws-ecr/ecr-login: source-profile: circleci new-profile-name: ecr profile-name: ecr role-arn: '${AWS_ECR_ROLE_ARN}' ``` However due...
## What would you like to be added Would be nice to see the addition of a parameter that sits above any commands that do docker pull operations. This parameter...
### Orb version circleci/[email protected] ### What happened With the create-repo tag, the build fails if the repo already exists. steps: - setup_remote_docker - aws-ecr/build-and-push-image: region: ap-southeast-1 create-repo: true assume-web-identity: true...
### Checklist - [x] All new jobs, commands, executors, parameters have descriptions - [x] Examples have been added for any significant new features - [x] README has been updated, if...
### Checklist - [x] All new jobs, commands, executors, parameters have descriptions - [x] Examples have been added for any significant new features - [x] README has been updated, if...
This is more question, if someone can direct me how to solve this issue without changing project structure I have to set circleci for one project with next structure... one...
### Orb version 8.1.2 ### What happened In build-and-push-image job, `Log into Amazon ECR with profile default` step returns error message like `cat: /home/circleci/.docker/config.json: No such file or directory`. But...