Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Sep 30, 2020
1 parent 0244691 commit 289c4e5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/features/pull-rate-limiting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Image Registry rate limiting

As of November 2020 Docker Hub pulls are rate limited.
As Testcontainers uses Docker Hub for standard images, some users may hit these rate limits and should mitigate accordingly.

This page sets out recommended options for Testcontainers users.
Some combination of these approaches should be considered, taking into consideration the differences between local development and CI environments.

## Considerations for local dev vs CI

### Local development

## Options

### Do nothing

### Use an authenticated Docker Hub account

### Deploy a Registry server to act as a read-through cache

### Copy required images to a private registry and update references to images in test code

### Copy required images to a private registry and apply image name substitution

0 comments on commit 289c4e5

Please sign in to comment.