We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da78c1 commit 6c8d756Copy full SHA for 6c8d756
eng/pipelines/import-image.yml
@@ -7,7 +7,11 @@ pr: none
7
8
parameters:
9
- name: imageName
10
- displayName: Image name to be imported (for Docker Hub, use <repo>:<tag>; for others, use <registry>/<repo>:<tag>)
+ 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>.
15
type: string
16
- name: isDockerHubImage
17
displayName: Is the image from Docker Hub?
0 commit comments