# README
Credential Management for oras-go
oras-credentials-go
is a credential management library designed for oras-go
. It supports reading, saving, and removing credentials from Docker configuration files and external credential stores that follow the Docker credential helper protocol.
[!IMPORTANT] The APIs previously located in this library have been moved to
oras-go
. As a result, these APIs are now deprecated and users should use the packages inoras-go
instead.This repository will now be used for developing experimental features scoped to credentials management. If any of these features are deemed stable and applicable to
oras-go
, they may be moved there in the future.
Versioning
The oras-credentials-go
library follows Semantic Versioning, where breaking changes are reserved for MAJOR releases, and MINOR and PATCH releases must be 100% backwards compatible.
Docs
- oras-go: Source code of the ORAS Go library
- oras.land/docs/Client_Libraries/go: Documentation for the ORAS Go library
- Reviewing guide: All reviewers must read the reviewing guide and agree to follow the project review guidelines.
Code of Conduct
This project has adopted the CNCF Code of Conduct.