Manifest for mcr.microsoft.com/dynamicsnav generic not found
Last week some of our builds and local container scripts keep getting the below error when building the container.
DockerDo : Error response from daemon: manifest for mcr.microsoft.com/dynamicsnav:10.0.17763.1518-generic not found: manifest unknown: manifest tagged by “10.0.17763.1518-generic” is not found
As mentioned by Freddy in this blog NavContainerHelper doesn’t work anymore , the old NavContainerhelper and all the old generic images used by that are gone.
If you get the above error message please check in your log the BCContainerHelper version which will be something like this
BcContainerHelper is version 1.0.11
if you are using the old BCContainerHelper like above then please update your module using the below command.
The latest version of BCContaienerHelper is 2.0.7-dev
Install-Module BcContainerHelper -force
If you have any other tips or suggestions, please do share them in the comments below.
Leave a comment