From 9f74f461874eb5ba504dfd0572353065043d2fae Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 18 Apr 2018 22:18:02 +0000 Subject: [PATCH] Cache the Bodhi dockerfile in the OS buildconfig. Signed-off-by: Randy Barlow --- roles/openshift-apps/bodhi/templates/buildconfig.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/bodhi/templates/buildconfig.yml b/roles/openshift-apps/bodhi/templates/buildconfig.yml index 370113c460..9d107312d8 100644 --- a/roles/openshift-apps/bodhi/templates/buildconfig.yml +++ b/roles/openshift-apps/bodhi/templates/buildconfig.yml @@ -39,6 +39,8 @@ items: type: Dockerfile strategy: type: Docker + dockerStrategy: + noCache: false output: to: kind: ImageStreamTag