Add docker list/delete subcommands for nexus 81/12581/19
authorEric Ball <eball@linuxfoundation.org>
Thu, 13 Sep 2018 00:36:16 +0000 (17:36 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 24 Oct 2018 01:12:24 +0000 (18:12 -0700)
commitcd546f4628c5b9c09656b1a99112ff6feedbbfbd
treefa0cfa8d3d2f80538b10b7fe546a16f990303df2
parent179f97ce786846a4ccb17b4418ce190dc08ceefa
Add docker list/delete subcommands for nexus

This commit adds a "docker" subcommand to "nexus", with options to
list or delete images. This is intended for docker repos in Nexus 3.

Also includes logic in the Nexus class to find the version and
correct API base path from the provided URL.

Issue-ID: RELENG-1164
Change-Id: I759297ed9f49566df6062b2a158e0954673e29eb
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
docs/commands/nexus.rst
lftools/cli/nexus.py
lftools/nexus/__init__.py
lftools/nexus/cmd.py
releasenotes/notes/nexus-docker-cmds-2ea1515887e0ab00.yaml [new file with mode: 0644]