Releases: fraunhoferfokus/deckschrubber
Releases · fraunhoferfokus/deckschrubber
Version v0.6.0: Basic auth
Basic authentication was added in this version.
v0.5.0
v0.4.0
This release contains changes from @aoresnik:
- Corrected behavior with images that have more than one tag (bug #9).
- Changed the meaning of time-limit (e.g -day) in combination with -latest flag: it only takes into account whichever means more preserved matching tags (instead of combining their effect as original code)
v0.3.0
This version adapts to the new Docker Distribution API (specifically these changes).
If you don't want to build the project manually, you can download the attached executable which is built for Linux OS.
Null pointer bug fix + new CLI features
This release fixes #3 and adds following CLI features:
- debug
: runs in debug mode- latest
: sets the number of latest tags not to delete- repo
: match by repository name (regexp)- tag
: match by tag name (regexp)