Compare commits

...

No commits in common. "b23158c25f3318ed34a5f4ceaf80140802b2af6b" and "6faade952083535cd72426c15518a6f6c9908dcb" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ def _get_arguments():
def main(registry, username, password):
"""Print all images and tag."""
regbase = DXFBase(registry)
password = getpass.getpass()
regbase.authenticate(username, password)
for repo in regbase.list_repos():