Bug 1538722
| Summary: | Registry push fails during build in S3 registry | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vikas Laad <vlaad> | ||||
| Component: | Image Registry | Assignee: | Oleg Bulatov <obulatov> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Dongbo Yan <dyan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.9.0 | CC: | aos-bugs, mifiedle | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.9.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Cause: downgrade of the dependency aws-sdk-go
Consequence: write to s3 fails
Fix: upgrade the dependency
Result: bug fixed
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-03-28 14:22:32 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Vikas Laad
2018-01-25 16:42:02 UTC
Created attachment 1386209 [details]
build log
From https://github.com/aws/aws-sdk-go/issues/1379: > This is a known issue with the service using 1.6.2 of the SDK or earlier. From https://github.com/docker/distribution/blob/release/2.6/Godeps/Godeps.json: > "ImportPath": "github.com/aws/aws-sdk-go/aws", > "Comment": "v1.2.4", I'm still investigating, but it looks like we need to update our aws-sdk-go. This works in the 3.9.0-0.23.0 docker-registry image but not in 3.9.0-0.24.0 Moving to MODIFIED until a puddle is available for QA Verified on 3.9.0-0.31.0, s3 registry works as expected. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0489 |