From 77414b67510d1b35f2416e9d1a284144660c339b Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 8 Apr 2024 15:30:49 +0100 Subject: [PATCH] Break out the Docker hub mirror list This wasn't rendering correctly. Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/test-build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/test-build.md b/docs/test-build.md index 6b16f4b..a85a2b3 100644 --- a/docs/test-build.md +++ b/docs/test-build.md @@ -126,6 +126,7 @@ Do you use the Docker Hub in your builds? Any Dockerfile with a `FROM` that does 1. Option 1 - authenticate Run `docker login` or use the [Docker Login Action](https://github.com/docker/login-action) just before you run Docker build or pull down any images with tooling like KinD + 2. Option 2 - use a cache/mirror Use our guide to [Set up a registry cache and mirror](/tasks/registry-mirror) - this uses less bandwidth and increases the speed of builds where images are already present in the cache.