ocilot-0.1.0-beta.2 has been yanked.
Ocilot
Ocilot is a command-line tool and Rust library for interacting with OCI (Open Container Initiative) images and container registries.
Features
- Push and pull OCI images to/from container registries
- List images and tags in repositories
- Image manifest inspection and manipulation
- Copy images between registries
- Export images as filesystem archives
- Export images as a docker loadable tarball or as an oci image archive
Installation
Using Cargo
From Source
CLI Usage Examples
# List images in a repository
# Pull an image as an oci archive
# Pull an image with specific platform as a loadable tarball
# Push an oci image archive to a registry
# Copy from one registry to another
Library Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Features
- progress - Enable support for logging progress of push and pull operations to progressbars using indicatif
- compression - Enables support for automatically decompressing layers based off media type.
Authentication
Ocilot will handle automatic authorization with aws ecr both private and public based on the aws credentials in the calling environment. Any other registry credentials must be done via using docker login
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.