File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ image_resource:
49
49
50
50
Next, any of the following optional parameters may be specified :
51
51
52
+ _(As a convention in the list below, all task parameters are specified with a
53
+ leading `$`, in order to remind their environment variable nature, just like
54
+ shell variables that one would use with the `$VAR` syntax. When specifying
55
+ those in the `params:` YAML dictionary of a task definition though, the
56
+ leading `$` is irrelevant, as readers will notice in the examples below.)_
57
+
52
58
* `$CONTEXT` (default `.`): the path to the directory to provide as the context
53
59
for the build.
54
60
@@ -101,7 +107,7 @@ Next, any of the following optional parameters may be specified:
101
107
name. For example, `IMAGE_ARG_base_image=ubuntu/image.tar` will set
102
108
`base_image` to a local image reference for using `ubuntu/image.tar`.
103
109
104
- * `IMAGE_PLATFORM`: Specify the target platform to build the image for. For
110
+ * `$ IMAGE_PLATFORM`: Specify the target platform to build the image for. For
105
111
example `IMAGE_PLATFORM=linux/arm64` will build the image for the Linux OS
106
112
and `arm64` architecture. By default, images will be built for the current
107
113
worker's platform that the task is running on.
You can’t perform that action at this time.
0 commit comments