From 91e55ad66c8b4177a22e6a60a8a04907660f0c01 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 4 Mar 2022 16:55:39 +0100 Subject: [PATCH] remove the empty alias to the default ssh agent in the build section Signed-off-by: Guillaume Lours --- build.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.md b/build.md index c0612ee4..7d2d6acb 100644 --- a/build.md +++ b/build.md @@ -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