All Projects → camallo → Dkregistry Rs

camallo / Dkregistry Rs

Licence: other
A pure-Rust asynchronous library for Docker Registry API v2

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Dkregistry Rs

Express
Swift Express is a simple, yet unopinionated web application server written in Swift
Stars: ✭ 855 (+2342.86%)
Mutual labels:  asynchronous
Netty Websocket Spring Boot Starter
🚀 lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Stars: ✭ 885 (+2428.57%)
Mutual labels:  asynchronous
Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Stars: ✭ 964 (+2654.29%)
Mutual labels:  asynchronous
Myanimelistsharp
Access MyAnimeList Web API using .NET library
Stars: ✭ 10 (-71.43%)
Mutual labels:  asynchronous
Read Multiple Files
Read multiple files Observable way
Stars: ✭ 13 (-62.86%)
Mutual labels:  asynchronous
Tk Listen
A library that allows to listen network sockets with proper resource limits and error handling
Stars: ✭ 27 (-22.86%)
Mutual labels:  asynchronous
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-80%)
Mutual labels:  asynchronous
Search Docker Registry V2 Script.1.0
view-private-registry is a simple bash script for listing images in a private registry v2, docker search registry-v2
Stars: ✭ 34 (-2.86%)
Mutual labels:  docker-registry
Request.swift
A tiny HTTP client written in swift. URLSession alternative
Stars: ✭ 14 (-60%)
Mutual labels:  asynchronous
Tokio File Unix
Asynchronous support for epollable files via Tokio on Unix-like platforms
Stars: ✭ 29 (-17.14%)
Mutual labels:  asynchronous
Parallel Ssh
Asynchronous parallel SSH client library.
Stars: ✭ 864 (+2368.57%)
Mutual labels:  asynchronous
Asynchronous
Implementation-agnostic asynchronous code
Stars: ✭ 13 (-62.86%)
Mutual labels:  asynchronous
Franticapparatus
Type and memory safe promises for Swift, supports cancellation
Stars: ✭ 27 (-22.86%)
Mutual labels:  asynchronous
Cpp redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
Stars: ✭ 855 (+2342.86%)
Mutual labels:  asynchronous
Csp
Communicating Sequential Processes in JavaScript
Stars: ✭ 33 (-5.71%)
Mutual labels:  asynchronous
Assets async
Asynchronous stylesheet and javascript for rails app
Stars: ✭ 9 (-74.29%)
Mutual labels:  asynchronous
Iguazu Rest
✨ Iguazu REST is a plugin for the Iguazu ecosystem that allows for pre-built async calls for REST with smart caching.
Stars: ✭ 21 (-40%)
Mutual labels:  asynchronous
Jdonframework
Domain-Driven-Design Pub/Sub Domain-Events framework
Stars: ✭ 978 (+2694.29%)
Mutual labels:  asynchronous
Tarant
Reactive, actor based framework that can be used in client and server side.
Stars: ✭ 33 (-5.71%)
Mutual labels:  asynchronous
Python Adguardhome
Asynchronous Python client for the AdGuard Home API
Stars: ✭ 29 (-17.14%)
Mutual labels:  asynchronous

dkregistry

Build Status LoC Documentation

A pure-Rust asynchronous library for Docker Registry API.

dkregistry provides support for asynchronous interaction with container registries conformant to the Docker Registry HTTP API V2 specification.

Configurable features

The following is a list of Cargo features that consumers can enable or disable:

  • reqwest-default-tls (enabled by default): provides TLS support via system-specific library (OpenSSL on Linux)
  • reqwest-rustls: provides TLS support via the rustls library

Testing

Integration tests

This library relies on the mockito framework for mocking.

Mock tests can be enabled via the test-mock feature:

cargo test --features test-mock

Interoperability tests

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" feature and can be run as:

cargo test --features test-net

Credentials for those registries must be provided via environmental flags.

License

Licensed under either of

at your option.

Contribution

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].