From: Nizamudeen A Date: Mon, 19 Jan 2026 04:28:44 +0000 (+0530) Subject: sync-images: fix build script X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2530%2Fhead;p=ceph-build.git 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 --- 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}" \