docker.file.arg
Description
Dockerfile ARG instructions
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Name of the variable |
| default | string | (optional) Default value of the variable., Values are preserved as-is, without stripping quotes. |
Description
Dockerfile ARG instructions
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Name of the variable |
| default | string | (optional) Default value of the variable., Values are preserved as-is, without stripping quotes. |