GoogleContainerTools / jib

🏗 Build container images for your Java applications.
Apache License 2.0
13.58k stars 1.43k forks source link

Making RegistryClient a more complete registry client #4158

Closed flfr-stibosystems-com closed 8 months ago

flfr-stibosystems-com commented 8 months ago

This is not so much a bug report or even a feature request, but I'd like to make RegistryClient more complete and useful in its own right.

Specifically I'm using RegistryClient to pull manifests and blobs in my application and I'd like to be able to delete manifests too.

If I create a pull request that adds a deleteManifest method to RegistryClient, would that be appreciated?

blakeli0 commented 8 months ago

Hi @flfr-stibosystems-com , RegistryClient is supposed to be used internally, but not publicly used in your own application. Although this is a good idea, but we don't foresee it to be used for Jib internally at this point. Closing as not planned.