Get build image tag list
Get the list of image tags for the specified build.
Path parameters
buildSeqinteger · int32Required
Query parameters
orderColumnstringOptional
Sorting criteria column('TAG' or 'IMAGE_SIZE' or 'END_TIME')(default : 'END_TIME')
orderstringOptional
Sorting Order('DESC' or 'ASC')(default : 'DESC)
Responses
200
OK
*/*
Build image tag information model
buildSeqintegerOptionalExample:
1registryImagePathstringOptionalExample:
dev/build-sapi-test-gradleregistryProjectIdintegerOptionalExample:
27registryNamestringOptionalExample:
devimageNamestringOptionalExample:
build-api-test-gradleexternalRegistrySeqintegerOptionalExample:
External registry number (number of the external registry to store build images)
0get
/v1/build/{buildSeq}/images200
OK
Last updated