Fix: Replace v1 dockerhub api with v2 json files 86/70986/6
authorBengt Thuree <bthuree@linuxfoundation.org>
Thu, 10 Nov 2022 05:31:57 +0000 (16:31 +1100)
committerBengt Thuree <bthuree@linuxfoundation.org>
Wed, 7 Dec 2022 04:55:27 +0000 (15:55 +1100)
commit3f66195a5e5f01c509c7bbc4799898725f83c0ba
treeb04b6113e333b67a2d7d1b44b617489c5ca10f0c
parentd84948c4d8c34c9d49b9a27bf1c18a6b54cc00d9
Fix: Replace v1 dockerhub api with v2 json files

Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: Iac2e23671bb421745099a1b4cbc56187ab39474f
13 files changed:
lftools/nexus/release_docker_hub.py
releasenotes/notes/Move-to-v2-on-dockerhub-tag-api-62834fe85a7808f8.yaml [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-gizmo.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-gizmo2.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdc-helm-validator-missing1.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdc-helm-validator-missing2.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdc-helm-validator.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdnc-aaf-image-page1.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdnc-aaf-image-page2.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdnc-aaf-image-page3.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdnc-aaf-image-page4.json [new file with mode: 0644]
tests/fixtures/nexus/releasedockerhub_dockertags-sdnc-aaf-image-page5.json [new file with mode: 0644]
tests/test_release_docker_hub.py