CircleCI-Public / aws-ecr-orb

CircleCI orb for interacting with Amazon's Elastic Container Registry (ECR)
https://circleci.com/orbs/registry/orb/circleci/aws-ecr
MIT License
80 stars 142 forks source link

DLC_builder but no append mode, specify the node name to make changes for existing instances #358

Closed maheshevizio closed 2 months ago

maheshevizio commented 2 months ago

Orb version aws-ecr: circleci/aws-ecr@9.3.2

 version: 2.1
orbs:
  slack: circleci/slack@4.12.5
  aws-ecr: circleci/aws-ecr@9.3.2
  aws-cli: circleci/aws-cli@4.1.3

What happened

The below error appears in CircleCI job need help to resolve it

  + docker buildx create --name DLC_builder --use
ERROR: existing instance for "DLC_builder" but no append mode, specify the node name to make changes for existing instances

Exited with code exit status 1

Expected behavior

The job should pass through. We already referred this closed ticket and can't go back version 9.0.0 https://github.com/circleci-public/aws-ecr-orb/issues/308?ref=https://giter.site

marboledacci commented 2 months ago

This happens when the builder already exists, are you using the job multiple times, or it happens on a first attempt?

marboledacci commented 2 months ago

Change added in this version