We're using Azure DevOps pipelines to build and deploy images to Azure Container Repository. All goes well, but when I try to pull the image I get this error:
certificate has expired or is not yet valid: current time 2021-12-12T09:05:46Z is before 2021-12-13T09:35:26Z
I can deploy the docker image from my laptop to a Azure Container Repository, and then pulling the image w/o any problems. So it seams the issue is with Azure Container Repository.
Thank you