[jboss-jira] [JBoss JIRA] (SWSQE-763) Make sure that kiali docker build is not using cache

Filip Brychta (Jira) issues at jboss.org
Tue May 28 09:37:01 EDT 2019


Filip Brychta created SWSQE-763:
-----------------------------------

             Summary: Make sure that kiali docker build is not using cache
                 Key: SWSQE-763
                 URL: https://issues.jboss.org/browse/SWSQE-763
             Project: Kiali QE
          Issue Type: QE Task
            Reporter: Filip Brychta
            Assignee: Filip Brychta


make docker-build-kiali is using docker build -t ${DOCKER_TAG} _output/docker which is using caching. We are building kiali on build-kiali docker slave which is privileged container so it's using docker daemon on the host. Turns out it's very unreliable and cached layers can be used instead of actual build of kiali.

We need to make sure that it's not using caching. Maybe use dedicated VMs so it's properly isolated when running more build jobs concurrently and always use docker build --no-cache



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list