estesp / manifest-tool

Command line tool to create and query container image manifest list/indexes
Apache License 2.0
741 stars 92 forks source link

Re-enable credential helpers and docker config #210

Closed estesp closed 1 year ago

estesp commented 1 year ago

After the upgrade to oras-go v2, removing the auth support from the oras library also removed support for credential helpers. This adds back in rudimentary support for both the docker config.json auth and, with that, re-enables the use of credential helpers. Tested with ECR.