Skip to content

Commit

Permalink
remove the empty alias to the default ssh agent in the build section
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
  • Loading branch information
glours authored and ndeloof committed Mar 9, 2022
1 parent 239138c commit 91e55ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.md
Expand Up @@ -162,14 +162,6 @@ args:
`ssh` property syntax can be either:
* `default` - let the builder connect to the ssh-agent.
* `ID=path` - a key/value definition of an ID and the associated path. Can be either a [PEM](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail) file, or path to ssh-agent socket
* `{}` (no value) which is a shortcut of the `default` configuration

`ssh` without any parameter
```yaml
build:
context: .
ssh: # mount the default ssh agent
```

Simple`default` sample
```yaml
Expand Down

0 comments on commit 91e55ad

Please sign in to comment.