Skip to content

Commit 6c8d756

Browse files
authored
Improve documentation for import-image pipeline parameters (#1848)
1 parent 0da78c1 commit 6c8d756

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eng/pipelines/import-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ pr: none
77

88
parameters:
99
- name: imageName
10-
displayName: Image name to be imported (for Docker Hub, use <repo>:<tag>; for others, use <registry>/<repo>:<tag>)
10+
displayName: >-
11+
Name and tag of the image to be imported.
12+
If the image is from Docker Hub, use <repo>:<tag>.
13+
If the image is from an official Docker Hub registry, make sure to include the library/ prefix.
14+
If the image is from another registry, use <registry>/<repo>:<tag>.
1115
type: string
1216
- name: isDockerHubImage
1317
displayName: Is the image from Docker Hub?

0 commit comments

Comments
 (0)