{ "info": { "author": "Peter Babics", "author_email": "peter.ntx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: System :: Monitoring" ], "description": "# Docker Registry Statistics\n\nThis project aims to create tool which will calculate disk usage statistics \nof docker registry.\n\n## Instalation\nProject requires at least Python3.6, next just install package into virtualenv (or system if you don't mind)\n\n```\npip install gitlab-registry git+https://github.com/pbabics/docker-registry-statistics.git@master\n```\n\n## Usage\nUsage is fairly simple:\n```\ndocker_registry_statistics \n```\n\nRight now these are implemented commands:\n * `statistics`\n * `orphaned_images`\n * `unused_blobs`\n\nNote that registry path should contain directory structure like `docker/registry/v2/...`\nfor example this directory for Gitlab by default is `/var/opt/gitlab/gitlab-rails/shared/registry`.\n\n\n### `statistics` command\nGoes through all tags, images and blobs and sumarized disk usage statistics, per repository and overall disk usage of registry.\n\n### `orphaned_images` command\nLists all images that are no longer used as a current image for tag under which they were pushed.\n\n### `unused_blobs` command\nLists all blobs that are not used by any image and are just using up disk space.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pbabics/docker-registry-statistics/", "keywords": "docker registry gitlab statistics", "license": "", "maintainer": "", "maintainer_email": "", "name": "docker-registry-statistics", "package_url": "https://pypi.org/project/docker-registry-statistics/", "platform": "", "project_url": "https://pypi.org/project/docker-registry-statistics/", "project_urls": { "Bug Reports": "https://github.com/pbabics/docker-registry-statistics/issues", "Homepage": "https://github.com/pbabics/docker-registry-statistics/", "Source": "https://github.com/pbabics/docker-registry-statistics/" }, "release_url": "https://pypi.org/project/docker-registry-statistics/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Tool which will calculates disk usage statistics of docker registry", "version": "0.1.0" }, "last_serial": 4374002, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "e20f7839086563e2e0d6aee764412cee", "sha256": "77c306191f8736172b02e6af46e157c0a93cfe2f5d27f85d2466e467907c3ef9" }, "downloads": -1, "filename": "docker-registry-statistics-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e20f7839086563e2e0d6aee764412cee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5622, "upload_time": "2018-10-13T17:42:30", "url": "https://files.pythonhosted.org/packages/9e/8e/bde052ce747d6b2f2cd64dcbfbbb3d90b040896afe80ac0a0316dee0010d/docker-registry-statistics-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "5fa1eb23f9e5673d21c7a85896a2c915", "sha256": "52acf13635f2b01f75afe3f771d14f433bd16d8d0a6c66265db973405ee31725" }, "downloads": -1, "filename": "docker-registry-statistics-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5fa1eb23f9e5673d21c7a85896a2c915", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6218, "upload_time": "2018-10-14T11:11:53", "url": "https://files.pythonhosted.org/packages/0f/7d/832da70f2a18d56e05b72307bf969efc428b59f90b12cc016ed51fdbc9c9/docker-registry-statistics-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fa1eb23f9e5673d21c7a85896a2c915", "sha256": "52acf13635f2b01f75afe3f771d14f433bd16d8d0a6c66265db973405ee31725" }, "downloads": -1, "filename": "docker-registry-statistics-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5fa1eb23f9e5673d21c7a85896a2c915", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6218, "upload_time": "2018-10-14T11:11:53", "url": "https://files.pythonhosted.org/packages/0f/7d/832da70f2a18d56e05b72307bf969efc428b59f90b12cc016ed51fdbc9c9/docker-registry-statistics-0.1.0.tar.gz" } ] }