Code Monkey home page Code Monkey logo

Comments (3)

ccanizares avatar ccanizares commented on August 17, 2024

Hi, any idea? providing more info.. For example if I try this command I never get a response.

az acr repository show-manifests -n myacr --resource-group=myrg --repository myrepo

from acr.

digeler avatar digeler commented on August 17, 2024
  1. If you execute “az acr repository delete —username —password “” —name recognize --repository digler/workshop-php --tag 0.1.0”. This will just un tag the image but will not reclaim the space. You have to add the parameter manifest to the command “az acr repository delete —username —password “” —name recognize –repository/digeler/workshop-php --tag 0.1.0 --manifest” to allow for actual delete of image and space reduction.
  2. When an image deletion is initiated, the amount of space that can be reclaimed depends on the layers within the image. All the layers that are not referenced by any other image of any other repository within the registry will be deleted and its space will be reclaimed. The space used by shared layers will not be reclaimed. (just like the GC in the Framework)
  3. Also, the quota limit will be enforced when you exceed the SKU size limit by more than 10%. They have a buffer of 10% above the size limit before their push is blocked.
  4. Our space collection service is based on asynchronous model and hence there will few minutes before they can see the updated size.

from acr.

ccanizares avatar ccanizares commented on August 17, 2024

Thanks @digeler for the explanation. Now I have no doubt that should be an acr problem within my repositories, asked for support directly a few days ago let see...

from acr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.