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?