-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use docker-distribution that fixes OADP-4817, OADP-1945, OADP-3143 #112
Conversation
Use version of docker-distribution that contains the fixes for the following bugs: - OADP-4817 Imagestream backups are partially failing when dpa is configured with caCert - OADP-1945 caCert support for imagestream backup - OADP-3143 image registry backup: S3 storage doesn't use proxy environment when skipVerify=true Updated github action to reflect go version used in go.mod Signed-off-by: Michal Pryc <[email protected]>
/ok-to-test |
As requested we should be using 1.21 as the go version. Signed-off-by: Michal Pryc <[email protected]>
Use go version 1.21 in the go-pr workflow. Signed-off-by: Michal Pryc <[email protected]>
Bumped go.mod to include new AWS regions. Signed-off-by: Michal Pryc <[email protected]>
- In the go.mod - In both github actions Signed-off-by: Michal Pryc <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: kaovilai, mpryc 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 |
Use version of docker-distribution that contains the fixes for the following bugs:
OADP-4817 Imagestream backups are partially failing when dpa is configured with caCert
OADP-1945 caCert support for imagestream backup
OADP-3143 image registry backup: S3 storage doesn't use proxy environment when skipVerify=true