Skip to main content

Client for Docker Registry V1 and V2

Project description

Build status Latest version released on PyPI

A Python REST client for the Docker Registry

It’s useful for automating image tagging and untagging

Usage

The API provides several classes: DockerRegistryClient, Repository, and Image.

DockerRegistryClient has the following methods:

  • namespaces() -> a list of all namespaces in the registry

  • repository(repository_name, namespace) -> the corresponding repository object

  • repositories() -> all repositories in the registry

Repository has the following methods:

  • tags() -> a list of all tags in the repository

  • data(tag) -> json data associated with tag

  • image(tag) -> the image associated with tag

  • untag(tag) -> remove tag from the repository

  • tag(tag, image_id) -> apply tag to image_id

Image has the following methods:

  • get_layer() -> binary layer data for image

  • get_json() -> json metadata for image

  • get_data(field) -> single field from json data

  • ancestry() -> ids for image ancestors

Alternatives

0.5.2 (2017-06-16)

  • Fix for “AttributeError: ‘list’ object has no attribute ‘keys’” (Issue #41)

  • Added usage docs inside README.rst (Issue #39) (Issue #45)

  • Remove error logging when exception raised. (Issue #37)

0.5.1 (2017-01-12)

  • Fixes to release process with zest

0.5.0 (2017-01-12)

  • First version of docker-registry-client with changelog

  • Support get and push manifest on protocol v2, schema v1. (Issue #33)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docker-registry-client-0.5.2.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

docker_registry_client-0.5.2-py2.py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 2 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