ContainerSolutions/externalsecret-operator

prune intermediate docker images in registry

开放

#83 创建于 2019年12月24日

 (0 条评论) (0 个反应) (1 位负责人)Go (27 个派生)auto 404
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?

贡献者指南