Crates.io | docker-registry |
lib.rs | docker-registry |
version | 0.6.0 |
source | src |
created_at | 2024-08-23 22:05:19.336241 |
updated_at | 2024-08-23 22:05:19.336241 |
description | A pure-Rust asynchronous library for Docker Registry HTTP API v2 |
homepage | |
repository | https://github.com/clowdhaus/docker-registry |
max_upload_size | |
id | 1349662 |
size | 249,490 |
A pure-Rust asynchronous library for the Docker Registry HTTP API v2.
docker-registry
provides support for asynchronous interaction with container registries
conformant to the Docker Registry HTTP API v2 specification.
The following is a list of Cargo features that consumers can enable or disable:
This library relies on the mockito framework for mocking.
This library includes additional interoperability tests against some of the most common registries.
Those tests are not run by default as they require network access and registry credentials.
They are gated behind a dedicated "test-net-private" feature and can be run as:
cargo test --features test-net-private
Credentials for those registries must be provided via environmental flags.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.