Python SDK to interact with docker registries
Project description
CX Releaser
Package to interact with docker registries
Examples:
- Create new release with recently build image
from cx_releaser.src.release import Release
new_release = Release.from_remote('my_image')
new_release.next().push()
- Rollback recently created release
from cx_releaser.src.release import Release
all_releases = Release.get_all_from_remote('my_image')
last, prev = all_releases[0], all_releases[1]
last.rollback(prev)
Command line script
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file cx_release-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cx_release-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbb45a631fd09da767ddb458686a5ff5da66a79f92ce1d1f7776acbda5ee8203 |
|
MD5 | 384dbb977fdd865216065e1ea8f3928b |
|
BLAKE2b-256 | 0d3de7fc3ee6c529baec6f26f5846832c7b6275bcf7c1a902b3ef8813bd1ff99 |