'Safe to delete contents of google cloudbuild bucket?
There are images there since a year ago, I am just not sure if they are used or if they are just temporarily stored there when the build happens. Do subsequent deployments override old images or do they just accumulate?
Solution 1:[1]
The images are immutable, you can safely delete one without breaking the others
In addition, to clean your images and to save space (and money) you can use a Google Cloud tool named GCR cleaner
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | guillaume blaquiere |