|
2 | 2 | "id": "E28912F1-0114-4464-802A-A3A35437FD16", |
3 | 3 | "name": "Docker", |
4 | 4 | "friendlyName": "Docker", |
5 | | - "description": "Build, push or run Docker images, or run a Docker command", |
| 5 | + "description": "Build, push or run Docker images, or run a Docker command. Task can be used with Docker or Azure Container registry.", |
6 | 6 | "helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=848006)", |
7 | 7 | "category": "Build", |
8 | 8 | "visibility": [ |
|
13 | 13 | "version": { |
14 | 14 | "Major": 0, |
15 | 15 | "Minor": 2, |
16 | | - "Patch": 3 |
| 16 | + "Patch": 4 |
17 | 17 | }, |
18 | 18 | "demands": [], |
19 | 19 | "preview": "true", |
|
97 | 97 | "name": "defaultContext", |
98 | 98 | "type": "boolean", |
99 | 99 | "label": "Use Default Build Context", |
100 | | - "defaultValue": "false", |
| 100 | + "defaultValue": "true", |
101 | 101 | "visibleRule": "action = Build an image", |
102 | 102 | "helpMarkDown": "Set the build context to the directory that contains the Docker file." |
103 | 103 | }, |
|
115 | 115 | "defaultValue": "$(Build.Repository.Name):$(Build.BuildId)", |
116 | 116 | "required": true, |
117 | 117 | "visibleRule": "action = Build an image || action = Push an image || action = Run an image", |
118 | | - "helpMarkDown": "Name of the Docker image to build, push or run." |
| 118 | + "helpMarkDown": "Name of the Docker image to build, push or run. The name will be converted to lowercase as Docker supports only lowercase for image names." |
119 | 119 | }, |
120 | 120 | { |
121 | 121 | "name": "qualifyImageName", |
122 | 122 | "type": "boolean", |
123 | 123 | "label": "Qualify Image Name", |
124 | | - "defaultValue": "false", |
| 124 | + "defaultValue": "true", |
125 | 125 | "visibleRule": "action = Build an image || action = Push an image || action = Run an image", |
126 | 126 | "helpMarkDown": "Qualify the image name with the Docker registry connection's hostname if not otherwise specified." |
127 | 127 | }, |
|
0 commit comments