-
Notifications
You must be signed in to change notification settings - Fork 18
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
[release-4.18] OCPBUGS-48434: UPSTREAM distribution/distribution: 4190 fix: use http.DefaultTransport in S3 client #50
base: release-4.18
Are you sure you want to change the base?
Conversation
@openshift-cherrypick-robot: Jira Issue OCPBUGS-25981 has been cloned as Jira Issue OCPBUGS-48434. Will retitle bug to link to clone. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-48434, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
…rt in S3 client Signed-off-by: Michal Pryc <[email protected]>
9ea81fe
to
3c9baa2
Compare
/lgtm can you create a PR on openshift/image-registry vendoring the code from this one so we can see that the tests pass as expected @kaovilai? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flavianmissi, openshift-cherrypick-robot The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
``` ❯ go mod edit -replace=github.com/distribution/distribution/v3=github.com/openshift-cherrypick-robot/docker-distribution/[email protected] ~/git/image-registry docker-distribution-50* ❯ go mod tidy ~/git/image-registry docker-distribution-50* ❯ go mod vendor ``` Signed-off-by: Tiger Kaovilai <[email protected]>
``` ❯ go mod edit -replace=github.com/distribution/distribution/v3=github.com/openshift-cherrypick-robot/docker-distribution/[email protected] ~/git/image-registry docker-distribution-50* ❯ go mod tidy ~/git/image-registry docker-distribution-50* ❯ go mod vendor ``` Signed-off-by: Tiger Kaovilai <[email protected]>
/hold cancel |
/jira refresh |
@flavianmissi: This pull request references Jira Issue OCPBUGS-48434, which is invalid:
Comment In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
@kaovilai can you write some release note text in the bug? :) |
Boss said to leave this work behind for a bit will pick back up several weeks later probably :/ |
I'll put this on hold to reflect that, @kaovilai. You can remove the hold when you're ready to move forward. /hold |
/cc @mpryc |
This is an automated cherry-pick of #44
/assign kaovilai