[
https://issues.jboss.org/browse/SWSQE-378?page=com.atlassian.jira.plugin....
]
Hayk Hovsepyan edited comment on SWSQE-378 at 8/17/18 2:36 AM:
---------------------------------------------------------------
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?
{code}
if [ "${DOCKER_REPO}" == "docker.io/kiali/kiali" ]; then
DOCKER_TAG="${DOCKER_TAG}${UUID}"
fi
{code}
was (Author: hhovsepy):
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-Openshi...)
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)