Replies: 2 comments
-
The Garbage collection will remove the untagged image, it depends on your GC schedule, this option is enabled/disabled globally
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I do not have global Harbour adminstration rights, just admin for specific projects, which are running out of quota. This is request for having per-project control over this (e.g. to do GC on daily cycle, if global config does it only weekly, or never). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tags, especially "latest" one, can move from one image to another, leaving the previous image untagged.
Even when image is referred by its checksum, it's typically a checksum for a (release) tagged image.
IMHO there should be per-repository option for deleting untagged images in it after specified delay.
For older installation it could default to "never", but for new installations, the default could be e.g. 1 week.
Beta Was this translation helpful? Give feedback.
All reactions