Skip to content

Commit da5648e

Browse files
committed
docs: add details on using remote registries and requiring auth
Signed-off-by: Tom Watt <tom@buildkite.com>
1 parent 4d0c062 commit da5648e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ steps:
384384
**To keep the daemon or state, use the `keep-daemon` or `keep-state` parameters.**
385385
**These parameter are only applicable with specific Drivers, for detail see [`docker buildx rm`](https://docs.docker.com/reference/cli/docker/buildx/rm/).**
386386

387-
### Reusing caches from remote regestries
387+
### Reusing caches from remote registries
388388

389-
A newly spawned agent won't contain any of the docker caches for the first run which will result in a long build step. To mitigate this you can reuse caches from a remote registry, but requires pushing cache and manifests to a registry using a Builder Driver that supports cache exports e.g., `docker-container` - the `docker` driver does not support this by default. This requires use of the `cache-from`, `cache-to`, `name` and `use` parameters but will use the `create` and `driver` parameters to create the Builder Instance across multiple Agents:
389+
A newly spawned agent won't contain any of the docker caches for the first run which will result in a long build step. To mitigate this you can reuse caches from a remote registry, but requires pushing cache and manifests to a registry using a Builder Driver that supports cache exports e.g., `docker-container` - the `docker` driver does not support this by default. For any remote registry used that requires authenication, see [Authenticated registries](#authenticated-registries) for more details. This requires use of the `cache-from`, `cache-to`, `name` and `use` parameters but will use the `create` and `driver` parameters to create the Builder Instance across multiple Agents:
390390

391391
```yaml
392392
steps:

0 commit comments

Comments
 (0)