From 77888b51ea3488e0c9c2ef30274fb5f060ca5b96 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Tue, 15 Aug 2023 15:12:13 +0200 Subject: [PATCH] Amend pull --- services | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services b/services index 07ba2af..b1443c0 100755 --- a/services +++ b/services @@ -150,8 +150,8 @@ case "${command}" in "create") export $(cat .env | grep "#" -v) echo "Pulling Docker images" - docker pull quay.io/curl/curl - ${dockerCmd} pull + docker pull -q quay.io/curl/curl + ${dockerCmd} pull --ignore-pull-failures ;; *) echo "Command not Found."