ContainerSolutions/externalsecret-operator
prune intermediate docker images in registry
Aperta
#83 aperta il 24 dic 2019
enhancementgood first issuehacktoberfest
Metriche repository
- Star
- (192 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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?