A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://python-gitlab.readthedocs.org/en/stable/gl_objects/repositories.html below:

Registry Repositories - python-gitlab v6.2.0

Back to top

Toggle table of contents sidebar

Registry Repositories References Examples

Get the list of container registry repositories associated with the project:

repositories = project.repositories.list(get_all=True)

Get the list of all project container registry repositories in a group:

repositories = group.registry_repositories.list()

Delete repository:

project.repositories.delete(id=x)
# or
repository = repositories.pop()
repository.delete()

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4