From 9946e5ecb9a933bfde007213906d74386a30b0e3 Mon Sep 17 00:00:00 2001 From: anjeongkyun Date: Sun, 2 Aug 2026 23:59:37 +0900 Subject: [PATCH] docs: fix broken Docker Hub link for the alpine image --- .../image_registry_rate_limiting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported_docker_environment/image_registry_rate_limiting.md b/docs/supported_docker_environment/image_registry_rate_limiting.md index a136a12b25e..e1ba19101ad 100644 --- a/docs/supported_docker_environment/image_registry_rate_limiting.md +++ b/docs/supported_docker_environment/image_registry_rate_limiting.md @@ -12,7 +12,7 @@ As of the current version of Testcontainers ({{latest_version}}): * every image directly used by your tests * images pulled by Testcontainers itself to support functionality: * [`testcontainers/ryuk`](https://hub.docker.com/r/testcontainers/ryuk) - performs fail-safe cleanup of containers, and always required (unless [Ryuk is disabled](../features/configuration.md#disabling-ryuk)) - * [`alpine`](https://hub.docker.com/r/_/alpine) - used to check whether images can be pulled at startup, and always required (unless [startup checks are disabled](../features/configuration.md#disabling-the-startup-checks)) + * [`alpine`](https://hub.docker.com/_/alpine) - used to check whether images can be pulled at startup, and always required (unless [startup checks are disabled](../features/configuration.md#disabling-the-startup-checks)) * [`testcontainers/sshd`](https://hub.docker.com/r/testcontainers/sshd) - required if [exposing host ports to containers](../features/networking.md#exposing-host-ports-to-the-container) * [`testcontainers/vnc-recorder`](https://hub.docker.com/r/testcontainers/vnc-recorder) - required if using [Webdriver containers](../modules/webdriver_containers.md) and using the screen recording feature * [`docker/compose`](https://hub.docker.com/r/docker/compose) - required if using [Docker Compose](../modules/docker_compose.md)