This commit is contained in:
Andras Bacsai 2023-10-27 09:28:43 +02:00
parent d8151ddb2e
commit eda8b34297

View File

@ -34,7 +34,7 @@ class PullHelperImageJob implements ShouldQueue, ShouldBeEncrypted
try { try {
$helperImage = config('coolify.helper_image'); $helperImage = config('coolify.helper_image');
ray("Pulling {$helperImage}"); ray("Pulling {$helperImage}");
instant_remote_process(["docker pull -q {$helperImage}"], $this->server); instant_remote_process(["docker pull -q {$helperImage}"], $this->server, false);
ray('PullHelperImageJob done'); ray('PullHelperImageJob done');
} catch (\Throwable $e) { } catch (\Throwable $e) {
send_internal_notification('PullHelperImageJob failed with: ' . $e->getMessage()); send_internal_notification('PullHelperImageJob failed with: ' . $e->getMessage());