aws-ecr-orb icon indicating copy to clipboard operation
aws-ecr-orb copied to clipboard

CircleCI orb for interacting with Amazon's Elastic Container Registry (ECR)

Results 40 aws-ecr-orb issues
Sort by recently updated
recently updated
newest added

### Orb version 9.0.2 ### What happened Having the same issue with aws-ecr/build_and_push_image that the reporter for the ECS orb was having here with service_update and the ${CIRCLE_SHA1} @ https://github.com/CircleCI-Public/aws-ecs-orb/issues/206...

bug

### Orb version 9.0.1 ### What happened When using aws-cli 4.1.1, I'm able to build my image with this step: ``` - aws-ecr/build_and_push_image: account_id: 'xxxxxxx' auth: - aws-cli/setup: role_arn: 'arn:aws:iam::xxxxxxx:role/xxxxxxx-circleci'...

bug

## What would you like to be added When using a multi-platform build, I would like to push a tag for each platform in addition to the tag in manifest....

enhancement
backlog

## What would you like to be added https://aws.amazon.com/blogs/containers/reducing-aws-fargate-startup-times-with-zstd-compressed-container-images/ ## Why is this needed smaller images, faster deployment

enhancement
backlog

## What would you like to be added Currently the orb does not use the --registry-id parameter and defaults to the account id of the current account. We use a...

enhancement

### Orb version 9.1.0 ### What happened ```yaml version: 2.1 orbs: aws-ecr: circleci/[email protected] aws-cli: circleci/[email protected] workflows: build: jobs: - aws-ecr/build_and_push_image: context: ************* repo: ************* region: ${AWS_DEFAULT_REGION} tag: "${CIRCLE_SHA1}" auth: -...

bug

### Orb version 9.1.0 ### What happened We are building an image using the commit ID as tag. Since upgrading from `[email protected]` to `9.10`, when re-running a second time, the...

bug

### Orb version 9.1.0 ### What happened The parameter [description](https://github.com/CircleCI-Public/aws-ecr-orb/blob/master/src/jobs/build_and_push_image.yml#L119-L122) for `path` on the `build_and_push_image` job is incorrect. `PATH` does not ever seem to override `BUILD_PATH` and specifying a non-default...

bug

### Orb version v9.3.4 ### What happened When using a build arg that has spaces in it, the code ends up adding extra quotes When using this parameter ```extra_build_args: --build-arg...

bug