oras-project / oras-go

ORAS Go library

Home Page:https://oras.land

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update v1 to v2 migration guide

shizhMSFT opened this issue · comments

The MIGRATION_GUIDE.md is outdated and does not reflect oras-go v2.5.0.

For example,

- No longer supports `docker.Login` and `docker.Logout` (removes the dependency on `docker`); instead, provides authentication through [auth.Client](https://pkg.go.dev/oras.land/oras-go/v2/registry/remote/auth#Client)

does not hold any longer since we have the credentials pacakge.