microsoft / ProjectAcoustics

Microsoft Project Acoustics
https://aka.ms/acoustics
Creative Commons Attribution 4.0 International
135 stars 21 forks source link

ContainerInvalidImage on Azure Nodes Standard F8s_v2 #76

Closed mozahzah closed 2 years ago

mozahzah commented 2 years ago

Hello Im not able to bake, my nodes turn to unusable and spit the following error.

image operating system: microsoft-azure-batch ubuntu-server-container 20-04-lts (latest)

NoelCross commented 2 years ago

@mozahzah we've been able to reproduce this issue on our end and it appears to be an issue with the Microsoft Container Registry which hosts the Docker images for the toolset. We are following up with the Microsoft Container Registry devs to figure out the root cause of this issue. We'll let you know as soon as we find anything out.

NoelCross commented 2 years ago

@mozahzah it appears that there has been a change to the way the container image name is parsed that we are looking into. Please update the Toolset Version in the Azure Configuration settings to specify a lower case "M" for the word Microsoft.

e.g.: mcr.microsoft.com/acoustics/baketools:2.0.143_Linux

This update to the parameters should allow Azure Batch to pull the image from the Microsoft Container Registry (MCR) correctly. Sorry for the inconvenience.

mozahzah commented 2 years ago

@NoelCross Thank you for taking the time to investigate! appreciate it!