aws-ecr-orb
aws-ecr-orb copied to clipboard
CircleCI orb for interacting with Amazon's Elastic Container Registry (ECR)
### Orb version We're on the latest v8.1.x ### What happened Some builds randomly fail when exporting the image: ``` 14 exporting to image #14 exporting layers #14 exporting layers...
### Orb version 8.1.2 ### What happened While digging through the `aws-ecr-orb` code, I spotted something that I can only reason to be an issue. If an issue, it is...
### Orb version v8.0.0 ### What happened One of our repos had this error of not finding dockerFile on the `Build docker image with buildx` step. In this worfklow we...
### Orb version 8.0.0 ### What happened Docker build cannot find host files that needs to be copied into the image. Build fails at **Build Docker Image with buildx** ```...
I'm trying to generate and push an ECR image using [email protected] with ARM64 architecture but when I try the execution I'm stuck with an error ocurring at the https://github.com/CircleCI-Public/aws-ecr-orb/blob/master/src/scripts/docker-buildx.sh script....
### Orb version 8.1.2 ### What happened when build and push image to public repo with more than one parameters for platform, it says "AWS ECR does not support multiple...
Hi, I'm trying to use this command, but this line assumes the ~/.docker/config.json file already exists. https://github.com/CircleCI-Public/aws-ecr-orb/blob/7ceb2edb57dc9f42a1ecc5ec3a5830fc00140ab8/src/scripts/ecr-login.sh#L17
config.yml ``` version: 2.1 orbs: aws-cli: circleci/[email protected] aws-ecr: circleci/[email protected] jobs: build: docker: - image: cimg/node:lts working_directory: ~/repo steps: - checkout # Install dependencies - run: name: Install dependencies command: npm...
### Orb version 9.0.4 (Though this broke for me in 9.0.3 - 9.0.2 functions properly) ### What happened push_image now fails on docker push to ECR with the following error:...
### Orb version v9.0.2 ### What happened ``` - aws-ecr/build_and_push_image: setup_remote_docker: true remote_docker_layer_caching: true auth: - aws-cli/setup: repo: 'repo' tag: '$CIRCLE_BUILD_NUM,latest' ``` I have the above code in my workflow,...