Expand description
Docker Image Pusher Library
A library for pushing Docker images to registries
Re-exports§
pub use cli::config::AuthConfig;pub use error::RegistryError;pub use error::Result;pub use logging::Logger;pub use registry::RegistryClient;pub use registry::RegistryClientBuilder;
Modules§
- cli
- Command line interface module
- error
- Error types and handlers for registry operations
- image
- Docker image handling module
- logging
- Enhanced logging and output control
- registry
- Registry client module
Macros§
- with_
context - Macro for standardizing error context
Functions§
- create_
upload_ config_ from_ args - Create upload configuration from CLI arguments