Summary: | [3.11] Add rsync back to the docker-registry image | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ben Parees <bparees> |
Component: | Image Registry | Assignee: | Ben Parees <bparees> |
Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | medium | Docs Contact: | |
Priority: | urgent | ||
Version: | 3.11.0 | CC: | aos-bugs |
Target Milestone: | --- | Keywords: | NeedsTestCase, Regression |
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: rsync package was removed from the regsitry image
Consequence: rsync cannot be used to backup content from the registry container
Fix: rsync package added back to the image
Result: rsync can be used
|
Story Points: | --- |
Clone Of: | 1614841 | Environment: | |
Last Closed: | 2019-01-30 15:19:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 1614841, 1664854 | ||
Bug Blocks: |
Comment 1
Ben Parees
2019-01-09 20:48:27 UTC
Verified with below version: # docker run --user root -it --entrypoint=/bin/bash --rm registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.11.69-2 [root@d8b18a43563e /]# rpm -qa | grep rsync rsync-3.1.2-4.el7.x86_64 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-2019:0096 |