Skip to content

Releases: mortensteenrasmussen/docker-registry-manifest-cleanup

Fixing "FileNotFound" error

31 May 19:12
Compare
Choose a tag to compare
Pre-release

This should fix the "FileNotFound" error experienced by some users when the registry has data corruption. Please test and let me know if it works as expected.

Added Bearer token authentication support (eg. Harbor)

25 Dec 15:20
Compare
Choose a tag to compare

This should now work with token based authentication. Has been tested working on Harbor.

Added S3 and authentication support

20 Dec 14:59
Compare
Choose a tag to compare

This should now support registries using S3 as a backend, and now also supports authentication.

Manifest lists now supported

24 Sep 03:54
349e808
Compare
Choose a tag to compare

Manifest lists supported, thanks to @joniw

Optimized script run speed

25 Oct 08:19
Compare
Choose a tag to compare
  • Optimized script run speed
  • Changed to alpine based image

Fixed error introduced in last release

08 Aug 09:06
Compare
Choose a tag to compare

Fixed error introduced in the last release that caused the script to not do anything (other than fail).

Fixed same manifest in multiple repos

06 Aug 08:38
Compare
Choose a tag to compare

Fixed same manifest in multiple repos

Fixed insecure curl

05 Jul 09:03
Compare
Choose a tag to compare
Merge pull request #3 from MaximilianMeister/curl-insecure

fix insecure curl