Merge pull request #986 from aluzzardi/socket-support

dagger.#Stream support
This commit is contained in:
Andrea Luzzardi
2021-09-20 11:08:06 -07:00
committed by GitHub
10 changed files with 161 additions and 32 deletions

View File

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