acr icon indicating copy to clipboard operation
acr copied to clipboard

Action recommended: Review how you pull container images from Docker Hub

Open skhilliard opened this issue 2 years ago • 4 comments

Regarding this notification: Review your environments that may be affected by Docker Hub rate limiting before 30 June 2022

Does this apply to Azure DevOp builds also? For example, we have this build step set up...

image

...the referenced dockerfile has the following...

image

skhilliard avatar Jan 28 '22 15:01 skhilliard

Hi folks, If your build was from a dedicated agent pool, running on Azure, this applies to you. Microsoft had partnered with Docker to give time for people to transition to authenticated accounts or consume the images they depend upon into environments you manage. This "safety net" will end June 30, 2022. We wanted to provide time for users to either authenticate with docker hub, and/or promote the content they depend upon.

See

We are working on an ACR cache feature that will ease this, however, we do not have any additional announcements to make at this point.

SteveLasker avatar Jan 28 '22 16:01 SteveLasker

Question: does this affect AKS deployments? As in, will creation of a new AKS cluster cause many Docker Hub pulls? Should I be worried that AKS cluster creation will fail?

Korijn avatar Feb 04 '22 07:02 Korijn

No, AKS doesn't use docker hub at all. Just MCR and internal mirrors.

palma21 avatar Feb 04 '22 17:02 palma21

Assuming that we have a Docker Hub account, is there some way to use a personal access token in the docker Dev Ops task (as shown above) to use that so that the FROM node:14-slim pull won't be anonymous? Or is the only way to get around this to pull that image to an Azure Container registry?

skhilliard avatar Feb 18 '22 17:02 skhilliard

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Nov 10 '23 01:11 github-actions[bot]

Please see: http://aka.ms/acr/cache #close

SteveLasker avatar Nov 10 '23 06:11 SteveLasker