Azure-devops-docs: Not enough information

Created on 17 May 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-devops-docs

It would be helpful to see a full pipeline yaml file using this task. Also, it's not clear what the value for containerRegistry should be - even when visiting the "Docker registry service connection" link. A full example should be shown.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

devops-cictech devopprod doc-bug

All 3 comments

It's also not clear how to input multiple arguments. Is it the same as tags?

@tmciver the value for containerRegistry needs to be the name of the Docker registry service connection (Connection name field in Docker registry service connection).

Adding a full pipeline YAML in the task documentation will not be possible as we are trying to keep the task documents task specific. However, this sample snippet from the Build and push to ACR template showcases this end to end flow. Please refer to the same and let us know if more details are required

@DrSensor arguments input is not the same as tags. It exists to pass any optional overrides that you may want to pass to the docker cli that is run under the hood for the Docker task as shown in this section of the Docker task doc

Was this page helpful?
0 / 5 - 0 ratings