]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sync-images: fix build script 2530/head
authorNizamudeen A <nia@redhat.com>
Mon, 19 Jan 2026 04:28:44 +0000 (09:58 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 19 Jan 2026 04:31:26 +0000 (10:01 +0530)
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 <nia@redhat.com>
sync-images/build/build

index 24f06893abd020822264c7a5158ee768535cd631..e8adf5a900129179a5ad21e52e8f5a94533855ac 100644 (file)
@@ -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}" \