1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/vendor/oci-distribution
Jason Hall a6ae83c3b2
feat: Add credential helper support to oci-distribution
- Move Docker config parsing and credential helper execution from krust
- Add automatic auth resolution methods (*_auto) to the client
- Support standard Docker config locations and environment variables
- Add comprehensive tests and examples
- Simplify krust to use the new credential helper functionality
2025-06-08 10:30:41 -04:00
..
.github fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
examples fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
src feat: Add credential helper support to oci-distribution 2025-06-08 10:30:41 -04:00
.gitignore fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
Cargo.toml feat: Add credential helper support to oci-distribution 2025-06-08 10:30:41 -04:00
CODEOWNERS fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
CONTRIBUTING.md fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
deny.toml fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
justfile fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
justfile-windows fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
LICENSE fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00
README.md fix: Add vendor/oci-distribution files directly instead of as submodule 2025-06-08 10:00:38 -04:00

OCI Distribution

oci-distribution documentation

HEADS UP! If you have contributed to this repository or already have cloned the git repo, we recently cleaned out our git history of some large blobs. However, this means we mucked with history. Please reclone the repository to avoid any problems when contributing. See #18 for more details

This Rust library implements the OCI Distribution specification, which is the protocol that Docker Hub and other container registries use.

The immediate goal of this crate is to provide a way to pull WASM modules from a Docker registry. However, our broader goal is to implement the spec in its entirety.

Community, discussion, contribution, and support

You can reach the Krustlet community and developers via the following channels:

Code of Conduct

This project has adopted the CNCF Code of Conduct.