From 6bd74c07c4f63024d5b6882eeba7cbc40f5bad58 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Tue, 9 Mar 2021 11:35:25 +0100 Subject: [PATCH] [IMP] runbot: allow to install Chrome from google When choosing to install Chrome in a Dockerfile, the chrome version is downloaded from Odoo nightly server. This make it difficult to test with different versions of Chrome. With this commit, we allow to install from Google in Docker files. By default, the install remains from Odoo Nightly server but if the key `custom_values['chrome_source']` is set to 'google' in a Dockerfile, the specified version will be downloaded from Google servers when the Docker image is built. --- runbot/templates/dockerfile.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/runbot/templates/dockerfile.xml b/runbot/templates/dockerfile.xml index c716e960..eed20aa8 100644 --- a/runbot/templates/dockerfile.xml +++ b/runbot/templates/dockerfile.xml @@ -19,12 +19,21 @@ RUN set -x ; \