]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests*: log into docker.io
authorDan Mick <dan.mick@redhat.com>
Mon, 6 Oct 2025 17:29:34 +0000 (10:29 -0700)
committerDan Mick <dan.mick@redhat.com>
Mon, 6 Oct 2025 17:29:34 +0000 (10:29 -0700)
alleviate rate limits

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-pull-requests-arm64/build/build
ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml
ceph-pull-requests/build/build
ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index 4e83649214433f1c9f7be287aefce5a9c945e03e..15d632fe34f08d2673a64e56603cfc3c30b7b580 100644 (file)
@@ -40,6 +40,8 @@ bwc() {
         "${@}"
 }
 
+podman login -u ${DOCKER_HUB_USERNAME} -p ${DOCKER_HUB_PASSWORD} docker.io
+
 npm_cache_info
 bwc 1 -e configure
 # try to pre-load the npm cache so that it doesn't fail
index 55858300888c2effe4926dcf319407405a4a32fb..0b1e9cc9d8355c137c030a53dbf221e1307a96a7 100644 (file)
               credential-id: github-readonly-token
               username: GITHUB_USER
               password: GITHUB_PASS
+          - username-password-separated:
+              credential-id: dgalloway-docker-hub
+              username: DOCKER_HUB_USERNAME
+              password: DOCKER_HUB_PASSWORD
index bef71793ada446e970c70a22e264898b74e4c215..8aa7402e2b1d5482c2c766e510fa9d2438370d18 100644 (file)
@@ -38,6 +38,8 @@ bwc() {
         "${@}"
 }
 
+podman login -u ${DOCKER_HUB_USERNAME} -p ${DOCKER_HUB_PASSWORD} docker.io
+
 npm_cache_info
 bwc 1 -e configure
 # try to pre-load the npm cache so that it doesn't fail during the normal build
index 03109c8f3976d12dcace2653dfae79e063d8a9bc..ea664fe236d260f6714e1c657dfa1965623a961f 100644 (file)
               credential-id: github-readonly-token
               username: GITHUB_USER
               password: GITHUB_PASS
+          - username-password-separated:
+              credential-id: dgalloway-docker-hub
+              username: DOCKER_HUB_USERNAME
+              password: DOCKER_HUB_PASSWORD