[jboss-jira] [JBoss JIRA] (SWSQE-378) Random TAG is being generated on deploying from kiali/kiali
Hayk Hovsepyan (JIRA)
issues at jboss.org
Fri Aug 17 02:37:00 EDT 2018
[ https://issues.jboss.org/browse/SWSQE-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620370#comment-13620370 ]
Hayk Hovsepyan commented on SWSQE-378:
--------------------------------------
You removed the logic of not adding random on "latest" tag, it should be back.
Also, what is the reason of this logic? will UUID be provided as env variable as it is generated in if above?
if [ "${DOCKER_REPO}" == "docker.io/kiali/kiali" ]; then
DOCKER_TAG="${DOCKER_TAG}${UUID}"
fi
> Random TAG is being generated on deploying from kiali/kiali
> -----------------------------------------------------------
>
> Key: SWSQE-378
> URL: https://issues.jboss.org/browse/SWSQE-378
> Project: Kiali QE
> Issue Type: Bug
> Reporter: Guilherme Baufaker Rêgo
> Assignee: Hayk Hovsepyan
>
> The random tag was included because the images weren't been overridden, but when we are deploying from "kiali/kiali" the exactly tag should be matched
> Example: Using Docker tag v0.6.0YWZk from Docker Repo docker.io/kiali/kiali from (http://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8080/job/Kiali-on-Openshift/385/console)
> YWZk is the random component.
> This need to be switched when are using kialiqe/kiali
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list