Skip to main content

Python SDK to interact with docker registries

Project description

CX Releaser

Package to interact with docker registries

Examples:

  1. 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()
  1. 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


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

cx_release-0.1.0-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page