dagger.#Socket support

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-09-16 17:18:05 -07:00
parent 26becd29e3
commit 5480fb991d
7 changed files with 129 additions and 11 deletions

View File

@@ -14,6 +14,13 @@ import (
...
}
// Dagger socket. Can be mounted as a UNIX socket.
#Socket: {
@dagger(socket)
unix: string
}
// Secret value
#Secret: {
@dagger(secret)