Navcontainerhelper: bcinsider.azurecr.io/bcsandbox cannot be pulled : unauthorized: authentication required

Created on 16 Aug 2019  路  4Comments  路  Source: microsoft/navcontainerhelper

Hi all,

we e used to create containers with normal images pulled from docker pull mcr.microsoft.com/businesscentral/sandbox:update26-us-ltsc2016 but now we want to use BCinseder images for future development. facing issue while pulling images from docker pull bcinsider.azurecr.io/bcsandbox:us command. Can anyone help here get authorise to this command steps to download the image from bcinsider?

Error details:

PS C:\WINDOWS\system32> docker pull bcinsider.azurecr.io/bcsandbox:us
docker : Error response from daemon: Get https://bcinsider.azurecr.io/v2/bcsandbox/manifests/us: unauthorized: authentication required
At line:1 char:1

  • docker pull bcinsider.azurecr.io/bcsandbox:us
  • ~~~~~~~~~

    • CategoryInfo : NotSpecified: (Error response ...cation required:String) [], RemoteException

    • FullyQualifiedErrorId : NativeCommandError

image

Thanks
Sachin Chavan

question Fix Ready

Most helpful comment

Are you serious?

You file an issue and 8 minutes after - you ping people to get your issue resolved faster?
I try to answer issues here as fast as possible, but to be honest, I see this behavior as rude.

Having said that...
Look at the error - authentication required.
I think you need to authenticate.
If you already did - then you might have used wrong credentials (they were changes x months ago, meaning you probably are not in a hurry here)
Since you are using bcinsider - you get credentials through collaborate and you also find the explanation there on how to authenticate.

In the future, please allow people at least 24 hours to respond before pinging people when filing something on github.

All 4 comments

@freddydk / @waldo1001 : can you please help to resolve this issue.

Are you serious?

You file an issue and 8 minutes after - you ping people to get your issue resolved faster?
I try to answer issues here as fast as possible, but to be honest, I see this behavior as rude.

Having said that...
Look at the error - authentication required.
I think you need to authenticate.
If you already did - then you might have used wrong credentials (they were changes x months ago, meaning you probably are not in a hurry here)
Since you are using bcinsider - you get credentials through collaborate and you also find the explanation there on how to authenticate.

In the future, please allow people at least 24 hours to respond before pinging people when filing something on github.

To resolve error : unauthorized: authentication required

try to use VS code PowerShell rather than normal PowerShell

use below command
docker login "bcinsider.azurecr.io"

and here use bcinsider credentials (Username & Password) which you have received from Collaborate

Was this page helpful?
0 / 5 - 0 ratings