oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
95 stars 52 forks source link

Update default `docker.io` registry #81

Closed radu-matei closed 1 year ago

radu-matei commented 1 year ago

This commit updates the default endpoint for DockerHub to be index.docker.io. This is the default endpoint that the Docker CLI is using.

Running docker info, this is the endpoint returned for the registry:

$ docker info | grep Registry
 Registry: https://index.docker.io/v1

This means we can now push references to index.docker.io/user/repo:tag.

Signed-off-by: Radu Matei radu.matei@fermyon.com

radu-matei commented 1 year ago

(CI failure is not related to the changes in this PR.)