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
79 stars 140 forks source link

Update default executor and disable attestations #339

Closed nicoalonsop closed 5 months ago

nicoalonsop commented 5 months ago

Checklist

Motivation, issues

Update default executor and disable attestations. Fixes: #330 #325 #300

Description

I have updated the default executor from ubuntu-2004 to ubuntu-2204 and disabled the attestations.

I evaluated to use --provenance=false instead of the environment variable but that is not compatible with the docker engine version that is installed on ubuntu-2004. Using the environment variable allows you to use any version of the docker engine since it will not take effect if you are using an incompatible version.

nicoalonsop commented 5 months ago

Hey @brentmmarks, if you have some time, please let me know if I can do something to move this forward. Thanks!