Skip to content

Releases: fraunhoferfokus/deckschrubber

Version v0.6.0: Basic auth

22 Jun 14:12
Compare
Choose a tag to compare
Pre-release

Basic authentication was added in this version.

v0.5.0

09 Mar 18:10
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

This release contains a popular and frequently requested feature (see #18) to allow blacklisting of tags or as explained by the author @elrzn :

deckschrubber -repo "^my-repo$" -ntag "^(foo|bar)_"

The new flag -ntag is compatible and can be used along with -tag in an AND fashion.

v0.4.0

03 Feb 20:35
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

13 Sep 13:18
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

14 Jul 15:14
Compare
Choose a tag to compare
Pre-release

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)

v0.1.0

15 May 14:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

An already built executable for Linux x64 is provided.