ContainerSolutions/externalsecret-operator

prune intermediate docker images in registry

Ouverte

#83 ouverte le 24 déc. 2019

 (0 commentaire) (0 réaction) (1 personne assignée)Go (27 forks)auto 404
enhancementgood first issuehacktoberfest

Métriques du dépôt

Stars
 (192 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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?

Guide contributeur