Azure DevOps / Container Instances / Self-hosted agents

Build a docker image in a self-hosted agent running on Azure Container Instances

Posted on:

How can a self-hosted agent running on Azure Container Instances create a docker image? Even while the question may seem simple, it is difficult. Suppose you’ve already set up a self-hosted agent on an Azure Container Instance (ACR); if you’re unsure how to do so, check out my blog right here! You run a pipeline with a simple docker image and … you get the below error: Unable to locate […]