-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.6][Backport] Prune orphaned blobs on registry storage #16126
[3.6][Backport] Prune orphaned blobs on registry storage #16126
Conversation
Signed-off-by: Oleg Bulatov <[email protected]>
In earlier versions of docker-registry, repository enumeration didn't return error for empty registry storage while the blob enumeration function did. This case needs to be handled. Signed-off-by: Michal Minář <[email protected]>
Signed-off-by: Michal Minář <[email protected]>
/test extended_image_registry |
Obsoletes openshift/ose#827 |
/retest |
@miminar doesn't this need to be backported to the ose repos's 3.6 release, not origin's, at this point? |
@bparees I was told that it will be merged to ose automatically once merged here. |
The same problem as with other
|
/test end_to_end |
@jupierce may know too ^^^ |
@bparees We are leaving open the opportunity to merge into origin:release-1.6 for a time because ose CI is not functional. Once ose CI is operational again, engineering will be asked to merge directly into ose. |
@jupierce got it, thanks. |
/test extended_image_registry |
Issue #16143 once again. |
Still #16143 |
The extended test suite now secures the registry. This patch allows for secure connection to the registry. Signed-off-by: Michal Minář <[email protected]>
When server configuration cannot be determined. Signed-off-by: Michal Minář <[email protected]>
@miminar: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, miminar The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
Resolves bz#1479340
Backports #14585