Describe the bug
We configured caching rules for dhi.io on several ACR's 2 months ago.
Credentials are stored in Azure Keyvaults.
Up from today, this integration is no longer working.
All our credentials got unhealthy and we get the message:
Sequence contains no elements
pulling any image like follows
docker pull xxx.azurecr.io/dhi/beat-exporter:0-debian-dev
leads to error message:
Error response from daemon: error from registry: authentication required, visit https://aka.ms/acr/authorization for more information. CorrelationId: 9788c9dc-17f9-4718-b7c3-10da8669d899
To Reproduce
Steps to reproduce the behavior:
- Configure Cache Rule for ACR pointing to RepositoryPath dhi.io/*
- Configure credentials for docker dhi, with key vault as source
- Allow "KeyVault secret User" access for the used Identity Principal Id on the key vault
Expected behavior
ACR should login to dhi.io, pull image and provide it for docker pull
Any relevant environment information
Probably, the login server changed.
For pulling directly from dhi.io one hast to do "docker login dhi.io" now, instead of "docker.io"
There is no dhi.io option available in Cache Rule though
Describe the bug
We configured caching rules for dhi.io on several ACR's 2 months ago.
Credentials are stored in Azure Keyvaults.
Up from today, this integration is no longer working.
All our credentials got unhealthy and we get the message:
Sequence contains no elements
pulling any image like follows
docker pull xxx.azurecr.io/dhi/beat-exporter:0-debian-devleads to error message:
Error response from daemon: error from registry: authentication required, visit https://aka.ms/acr/authorization for more information. CorrelationId: 9788c9dc-17f9-4718-b7c3-10da8669d899To Reproduce
Steps to reproduce the behavior:
Expected behavior
ACR should login to dhi.io, pull image and provide it for docker pull
Any relevant environment information
Probably, the login server changed.
For pulling directly from dhi.io one hast to do "docker login dhi.io" now, instead of "docker.io"
There is no dhi.io option available in Cache Rule though