kraken icon indicating copy to clipboard operation
kraken copied to clipboard

P2P Docker registry capable of distributing TBs of data in seconds

Results 94 kraken issues
Sort by recently updated
recently updated
newest added

Test were failing for ``` --- FAIL: TestBlobDownloadBlobSuccess (0.01s) blobclient_test.go:64: Error Trace: blobclient_test.go:64 Error: Received unexpected error: head blob: network error: Head "https://127.0.0.1:51702/v2/namespace-foo/repo-bar-Ww3BZRFk/blobs/sha256:data": http: server gave HTTP response to HTTPS...

This lets you mount the registry password in a secret that is kept separate from regular configuration. Also it means that the password can be updated dynamically without restarting the...

enhancement

- There was an issue with Large Blob Downloads failing because they were exceeding the buffer Guard config in the GCSBackend. - This change addressed that by doing the following...

bug

We have just added a CICD pipeline that runs all tests upon pushing and merging code. However, we don't yet enforce a minimum code coverage. We should decide what standards...