You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/tasks/Docker.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ Class Build
21
21
@package Robo\Task\Docker
22
22
23
23
*`tag($tag)` * `param string` $tag
24
+
*`enableBuildKit()` * `return` $this
24
25
*`dir($dir)` Changes working directory of command
25
26
*`arg($arg)` Pass argument to executable. Its value will be automatically escaped.
26
27
*`args($args)` Pass methods parameters as arguments to executable. Argument values
27
28
*`rawArg($arg)` Pass the provided string in its raw (as provided) form as an argument to executable.
28
29
*`option($option, $value = null, $separator = null)` Pass option to executable. Options are prefixed with `--` , value can be provided in second parameter.
29
30
*`options(array $options, $separator = null)` Pass multiple options to executable. The associative array contains
30
31
*`optionList($option, $value = null, $separator = null)` Pass an option with multiple values to executable. Value can be a string or array.
31
-
*`enableBuildKit()` Build with [Docker Buildkit](https://docs.docker.com/develop/develop-images/build_enhancements/)
0 commit comments