Skip to content

Commit

Permalink
docs: fix custom CA certs path in custom runner docs (#7716)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
  • Loading branch information
marcosnils committed Jun 21, 2024
1 parent fef32cb commit 3828ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The runner is distributed as a container image at `registry.dagger.io/engine`.

### Custom CA Certs

If any extra CA certs are to be included in order to - for example - push images to a private registry, they can be included under `/etc/ssl/certs` in the runner image.
If any extra CA certs are to be included in order to - for example - push images to a private registry, they can be included under `/usr/local/share/ca-certificates` in the runner image.

This can be accomplished by building a custom engine image using the Dagger Engine image as a base, or by mounting them into a container created from the Dagger Engine image at runtime.

Expand Down

0 comments on commit 3828ad6

Please sign in to comment.