From d7bc836131960ed5f631a1bea71accf3a74d56e3 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Mon, 19 Jan 2026 09:58:44 +0530 Subject: [PATCH] sync-images: fix build script i accidentally merged the last PR but forgot to push my local changes to the PR before doing it. I was testing things locally and thought I pushed it. So adding the fix that were in my local. I added GODEBUG=http2client=0 to fix the http client related timeouts that were happening frequently. And also added a retry so that it won't fail immediately. Signed-off-by: Nizamudeen A --- sync-images/build/build | 1 - 1 file changed, 1 deletion(-) diff --git a/sync-images/build/build b/sync-images/build/build index 24f06893..e8adf5a9 100644 --- a/sync-images/build/build +++ b/sync-images/build/build @@ -18,7 +18,6 @@ podman pull quay.io/skopeo/stable podman run --rm --security-opt label=disable \ -v ./sync.yml:/sync.yml:ro quay.io/skopeo/stable sync --all \ -e GODEBUG=http2client=0 \ - --threads 4 \ --retry-times 5 \ --src yaml \ --src-username "${DOCKER_HUB_USERNAME}" \ -- 2.47.3