From 0bf719de72785797893779d82e5f4a04fac80565 Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 7 Dec 2023 11:17:35 -0700 Subject: [PATCH] idaholab/Malcolm#310, have install.py offer to pull the docker images --- scripts/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.py b/scripts/install.py index 06ec0d891..2cf62d771 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -324,7 +324,7 @@ def install_docker_images(self, docker_image_file, malcolm_install_path): elif ( os.path.isfile(composeFile) and self.dockerComposeCmd - and InstallerYesOrNo(f'Pull Malcolm Docker images?', default=True, forceInteraction=True) + and InstallerYesOrNo(f'Pull Malcolm Docker images?', default=False, forceInteraction=False) ): for priv in (False, True): ecode, out = self.run_process(