You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process process_name {
container '<registry name>.azurecr.io/<image name>:<tag>'
...
}
The pipeline is executed from the command line and within Batch Nodes; neither works as expected.
Program output
The Batch Job was created but failed to start with the error below.
Name:
Message
Value:
Head "https://<registry name>.azurecr.io/v2/<image name>/manifests/<tag>": unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
The process reports the error message below.
ERROR ~ Error executing process >
Caused by:
One or more container images specified are invalid
Bug report
Azure private registry credentials are not used by nextflow running on Azure Batch.
Expected behavior and actual behavior
Pipeline processes should be able to pull the image from the specified registry as explained here.
Steps to reproduce the problem
nextflow.config
process
The pipeline is executed from the command line and within Batch Nodes; neither works as expected.
Program output
The Batch Job was created but failed to start with the error below.
The process reports the error message below.
Environment
Additional context
Docker login and pull work fine locally and on Batch Node:
The text was updated successfully, but these errors were encountered: