aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/src/main/scripts/check-docker-manifest.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09Add debug output for docker manifest verificationGary Wu1-0/+2
Change-Id: I7a8357e602c7b3e0cd1ed08eb1ab645157ad1929 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-14Add verify job for staging manifestGary Wu1-1/+1
Change-Id: I857f992069424e74e8b106bf8455280e8111c060 Issue-ID: INT-533 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Allow only released docker images in the manifestGary Wu1-10/+2
Change-Id: I8ebc0e6a8b923a4b9c81403ade7248a4396b179e Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-09Warn of unreleased docker images in manifestGary Wu1-3/+13
Change-Id: I41536f020bd787a0c4a18f854c8238243eaad2d6 Issue-ID: INT-495 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07Add usage prompt for docker-manifest check scriptGary Wu1-0/+6
Change-Id: I79c75c188f4faea891908d8dd2a7f0fe0b44e7a9 Issue-ID: INT-488 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03Verify that docker manifest images exist in nexus3Gary Wu1-0/+21
Add enforcement check to ensure that all docker images specified in the manifest can actually be found on nexus3. Change-Id: I49ebc60a50cbb9f36f6e06d2d69c39cfeeacfcde Issue-ID: INT-488 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>