-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: None
-
Component/s: Docker, imagebuilder
-
Labels:None
-
Story Points:1
-
Sprint:SC Sprint #5
-
Epic Link:
QA tests were failing, per: https://jenkins.opencord.org/job/xos-api-sanity-pipeline/3279/console
Basically, the Docker API in python doesn't let you remove a tag from a specific image specified by the Image ID, only by removing the tag, which could be any image if other operations have occurred.
If you're adding/removing tags without refreshing the list of images between every operation, you might tag one image, which removes the tag from another image, but that's a tag you just applied.
Check to see if a good image has been found, which would have caused you to tag it with the build_tag, which would have already removed the build_tag from the other image.
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
7928,1 | [CORD-2542] Don't remove build_tag if it's already been found on another image | master | cord | Status: MERGED | +2 | +1 |
8088,1 | [CORD-2542] Don't remove build_tag if it's already been found on another image | cord-4.1 | cord | Status: MERGED | +2 | +1 |