From 8e1d4b702537cc925a79167cfe1a0996cae0225c Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Sun, 3 Sep 2023 20:37:03 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- data/data.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index c9f762b..2791fe5 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -90,6 +90,14 @@ properties: defaultValue: false required: false + - name: max_concurrent_uploads + description: | + By default the Docker daemon will push five layers of an image at a time. If you are on a low bandwidth connection this may cause + timeout issues and you may want to lower with this option. + type: string + defaultValue: 5 + required: false + - name: containerfile description: Set the containerfile to use for the image build. defaultValue: Containerfile