devopshq / artifactory-cleanup

Extended cleanup tool for JFrog Artifactory
MIT License
112 stars 61 forks source link

refactor manifest.json file into a module constant #109

Closed weakcamel closed 1 year ago

weakcamel commented 1 year ago

This is to allow overriding the value (if importing the artifactory_cleanup package from code) to support non-standard manifest file names, e.g. "list.manifest.json" as emitted from 'docker build --cache-to/--cache-from command'

Change inspired by my colleague who worked out how to clean up image caches in the first place.

allburov commented 1 year ago

@weakcamel hi! One small change and we're good to go!