Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Following chain of docker build steps
- Create image
- Create container
- Start container(s) [Container ID: $DOCKER_CONTAINER_IDS]
- Remove container(s) [Container ID: $DOCKER_CONTAINER_IDS]
fails trying to remove container twice:
[Docker] INFO: Creating docker image from MY_WORKSPACE [Docker] INFO: Sucessfully created image 7 [Docker] INFO: created container id 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681 (from image 7) [Docker] INFO: started container id 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681 [Docker] INFO: removed container id 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681 [Docker] ERROR: command 'Remove container(s)' failed: No such container: 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681
I am not really sure what is the semantics of this build variable is but duplicates are probably undesirable.
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Summary | Ensure {{DOCKER_CONTAINER_IDS}} contains unique IDs | Ensure DOCKER_CONTAINER_IDS contains unique IDs |
Remote Link | This issue links to "PR19 (Web Link)" [ 11916 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 159722 ] | JNJira + In-Review [ 196179 ] |