Skip to content

Commit

Permalink
Fix docker rate limit
Browse files Browse the repository at this point in the history
Changing registry to a fixed version so that we will not hit the docker hub rate limit.

Fixes: #182

Signed-off-by: Unmesh Deodhar <udeodhar@amd.com>
  • Loading branch information
UnmeshDeodhar committed Mar 22, 2023
1 parent a0fbbf4 commit 670d915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/ansible/start_docker_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
docker_container:
name: "{{ local_registry_name }}"
# TODO: docker.io is troublesome as we can hit the pull limits.
image: docker.io/library/registry:latest
image: docker.io/library/registry:2.8.1
ports:
- "{{ local_registry_port }}:{{ local_registry_port }}"
state: started
Expand Down

0 comments on commit 670d915

Please sign in to comment.