Skip to content

Commit

Permalink
Change the container registry to ghcr.io
Browse files Browse the repository at this point in the history
Modify the test script from dockerhub to ghcr to avoid the
"429 Too Many Requests" issue.
[noissue]
  • Loading branch information
git-hyagi committed Nov 29, 2024
1 parent 9a8f431 commit 9c28a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/pulp_container/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REMOTE_NAME=$(head /dev/urandom | tr -dc a-z | head -c5)
echo "Creating $REMOTE_NAME remote that points to an external source of container images."
REMOTE_HREF=$(http POST $BASE_ADDR/pulp/api/v3/remotes/container/container/ \
name=$REMOTE_NAME \
url='https://registry-1.docker.io' \
url='https://ghcr.io' \
upstream_name='pulp/test-fixture-1' | jq -r '.pulp_href')

echo "Inspecting new Remote."
Expand Down

0 comments on commit 9c28a24

Please sign in to comment.