Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
The registeries in /etc/containers/registries.conf is comments out wiht "#" in rhelah 7.4 cloud image. So the registry.access.redhat.com is not added to docker services and docker will try to download image from docker.io instead of registry.access.redhat.com.
Version-Release number of selected component (if applicable):
rpm is broken (Bug 1462979 - /var/lib/rpm setup broken for RHELAH 7.4 cloud image)
so can just get the version from docker version:
# docker version
Client:
Version: 1.12.6
API version: 1.24
Package version: docker-1.12.6-38.1.git6ffd653.el7.x86_64
Go version: go1.8.3
Git commit: 6ffd653/1.12.6
Built: Tue Jun 13 13:54:30 2017
OS/Arch: linux/amd64
Server:
Version: 1.12.6
API version: 1.24
Package version: docker-1.12.6-38.1.git6ffd653.el7.x86_64
Go version: go1.8.3
Git commit: 6ffd653/1.12.6
Built: Tue Jun 13 13:54:30 2017
OS/Arch: linux/amd64
ostree status:
# ostree admin status
* rhel-atomic-host c55bf46b4baaee58d637774e8515bc7e88b96e4acf099d8bca39c27757201442.0
Version: 7.4.0
origin refspec: rhel-atomic-host:rhel-atomic-host/7/x86_64/standard
image:
rhel-atomic-cloud-7.4.0-6.x86_64.vhd
How reproducible:
100%
Steps to Reproduce:
1. sodu docker pull rhel7
2. sudo docker images and check the image name
Actual results:
image is downloaded from docker.io
Expected results:
image is downloaded from registry.access.redhat.com
Additional info:
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-2017:2348