Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
162 stars 106 forks source link

Cache Quay Repositories #684

Closed JXavierMSFT closed 8 months ago

JXavierMSFT commented 1 year ago

Caching for ACR will soon allow users to cache repositories from Quay. This functionality is scheduled for release in late June 2023.

mabenedi commented 12 months ago

Shipped and available. See aka.ms/acr/cache

LukaszRacon commented 11 months ago

Hi, has this been released? I am getting 502 Bad Gateway when pulling images from ACR (tested with and without credentials):

az acr cache create -r myrepo -n thanos -s quay.io/thanos/thanos -t thanos/thanos
{
  "creationDate": "2023-07-16T05:21:24.847499+00:00",
  "credentialSetResourceId": null,
  "id": "/subscriptions/.../resourceGroups/devops/providers/Microsoft.ContainerRegistry/registries/myrepo/cacheRules/thanos-thanos",
  "name": "thanos",
  "provisioningState": "Succeeded",
  "resourceGroup": "tbdrg",
  "sourceRepository": "quay.io/thanos/thanos",
  "systemData": {...},
  "targetRepository": "thanos/thanos",
  "type": "Microsoft.ContainerRegistry/registries/cacheRules"
}

After a few minutes:

docker pull myrepo.azurecr.io/thanos/thanos:v0.31.0
v0.31.0: Pulling from thanos/thanos
9b231b23b5cd: Retrying in 1 second
a1e445c9ea05: Retrying in 1 second
05a2d9e5b341: Retrying in 1 second
error pulling image configuration: download failed after attempts=6: received unexpected HTTP status: 502 Bad Gateway
mabenedi commented 11 months ago

Yes, it's been released.

I was able to repro this issue. We'll take a look to fix

LukaszRacon commented 11 months ago

Looks like issue was resolved, thank you!

northtyphoon commented 11 months ago

We have identified the root cause and are deploying the fix worldwide.

github-actions[bot] commented 9 months ago

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] commented 8 months ago

This issue was closed because it has been stalled for 30 days with no activity.