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

fix: changed static default remote docker version #230

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR changes the default value for the version parameter in the setup_remote_docker command to an empty string.

As of September 6th, if there is no version specified, the setup_remote_docker command will use the latest default version that's updated on a rolling basis.

More info can be found here: https://discuss.circleci.com/t/default-docker-version-for-remote-docker-jobs-changing-on-september-6/45157/2