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
81 stars 142 forks source link

update remote docker version to no longer be pinned to an old version #229

Closed sebastian-lerner closed 2 years ago

sebastian-lerner commented 2 years ago

Orb version

?

What happened

update remote docker version to no longer be an old one and instead rely on the default which will now get updated regularly. https://discuss.circleci.com/t/default-docker-version-for-remote-docker-jobs-changing-on-september-6/45157/2

This line: https://github.com/CircleCI-Public/aws-ecr-orb/blob/20543408da67b0013c3adea8a0dac192ab0b5540/src/commands/build-and-push-image.yml#L233

Expected behavior

eliminate the pinning of an old remote docker version. instead it uses the default which is being kept current.

brivu commented 2 years ago

This issue has been addressed in PR #230