acr icon indicating copy to clipboard operation
acr copied to clipboard

Cached images do not update.

Open davidkarlsen opened this issue 1 month ago • 6 comments

Describe the bug Images to not re-pull tags that are updated. Additionally - if one deletes a a whole registry path that was cached, one will get a not found when later pulling (i.e. ACR not re-pull from upstream)

To Reproduce Steps to reproduce the behavior:

  1. Have a rule like Screenshot 2024-06-29 at 13 17 45
  2. observe images not being updated

ghcr.io/davidkarlsen/utils-image main 3a641dbbef6f 22 hours ago 599MB MYREG.azurecr.io/ghcr.io/davidkarlsen/utils-image main 9c88223a0707 11 days ago 575MB

Expected behavior Should update tags. Should be able to re-pull images that were previously cached but have been deleted.

MYREG.azurecr.io/ghcr.io/davidkarlsen/flyway-operator-catalog:alpha not found: manifest unknown: manifest tagged by "alpha" is not found but docker pull ghcr.io/davidkarlsen/flyway-operator-catalog:alpha will work just fine

Screenshots If applicable, add screenshots to help explain your problem.

Any relevant environment information

  • OS: [e.g. Ubuntu, Windows] mac
  • Azure CLI/PowerShell/SDK version N/A
  • Docker version Docker version 26.1.4, build 5650f9b
  • Datetime (UTC) when the issue occurred 29.06.2024 13:22
  • Registry and image names ghcr.io

Additional context Add any other context about the problem here.

If any information is a concern to post here, you can create a support ticket or send an email to [email protected].

davidkarlsen avatar Jun 29 '24 11:06 davidkarlsen