aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/src/main/scripts/check-docker-manifest.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-07Revert "Allow only released images in manifest"Gary Wu1-2/+10
This reverts commit 2f55cbd70dbb896ce181ad738a1d35a6761d4d35. This change was only merged to master branch in gerrit, but somehow got applied to beijing branch in git. Reverting. Change-Id: Id1a09c86b258982dd8fc11ab839c1b7c9b6db604 Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Allow only released docker images in the manifestv2.0.0Gary 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>