Releases: toddysm/regshape
Releases · toddysm/regshape
v0.1.0
regshape v0.1.0
Initial release of regshape — a CLI tool and Python library for manipulating artifacts in OCI registries.
Features
- Manifest operations — get, put, and delete OCI manifests
- Blob operations — upload, download, and manage blobs
- Tag management — list and manage repository tags
- Catalog browsing — list repositories in a registry
- Referrers API — list referrers for a given manifest digest
- Registry ping — check registry availability and API version support
- OCI Image Layout — create and push OCI image layouts to registries
- Docker Desktop integration — export and push local Docker images to remote registries
- Flexible authentication — Basic auth, Bearer token, and anonymous access
- Output formatting — JSON and text output modes with configurable formatting
- Transport middleware — pluggable middleware pipeline for request/response processing
Installation
pip install regshapeRequirements
- Python 3.10+