ContainerSolutions/externalsecret-operator
prune intermediate docker images in registry
开放
#83 创建于 2019年12月24日
enhancementgood first issuehacktoberfest
仓库指标
- 星标
- (192 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently we create images for the testing process that might not end up being useful. These images are pushed to the registry regardless in order to run tests on real Kubernetes clusters.
We should have a mechanism to prune these intermediate images. For example: https://github.com/burnettk/delete-docker-registry-image?