ContainerSolutions/externalsecret-operator

prune intermediate docker images in registry

Aberta

#83 aberto em 24 de dez. de 2019

 (0 comentário) (0 reação) (1 responsável)Go (27 forks)auto 404
enhancementgood first issuehacktoberfest

Métricas do repositório

Stars
 (192 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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?

Guia do colaborador