Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Barak KorrenBarak Korren(Deactivated)Blocked By
Code reviewComponents
Priority
High
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Barak Korren
Barak Korren(Deactivated)Blocked By
Code review
Components
Priority
Created May 21, 2017 at 8:20 AM
Updated August 3, 2017 at 3:02 PM
Resolved July 19, 2017 at 11:25 AM
This is a part of containers CI/CD flow implementation process.
We want to implement functionality similar to what "archive-artifacts" gives use for regular files, for containers in standard-CI.
The design as as following:
An STD-CI script that generated container images need to tag them with the "exported-artifacts" tag.
After the STD-CI script finishes successfully, the CI system will take the tagged container images and push them the the "
ovirtinfra
" account on DockerHub.The CI system will tage pushed images with the SHA1 hash of the URL of the Jenkins job build that built the image (Can be found in $BUILD_URL)
The CI system will output examples for '
docker pull
' and 'docker run
' command that would be needed to obtain the build image to the build status screen (Using the Groovy post-build plugin)