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.
atomic-1.10.5-3.el7.x86_64
Trying to pull an image from the registry using just the name, I see the following:
# atomic pull rhel7/rsyslog
('Connection aborted.', gaierror(-2, 'Name or service not known'))
I'm guessing it is due to the V1 registry.
Perhaps BZ1346619 is related?
(In reply to Lokesh Mandvekar from comment #1)
> I get the same error as in Bug 1343939#c3
This was on rhel 7.2, but on atomic host I can reproduce the issue Micah reported.
# docker pull rhel7/rsyslog
Using default tag: latest
Trying to pull repository registry.access.redhat.com/rhel7/rsyslog ...
Pulling repository registry.access.redhat.com/rhel7/rsyslog
812347e6911f: Pull complete
c453594215e4: Already exists
Status: Downloaded newer image for registry.access.redhat.com/rhel7/rsyslog:latest
registry.access.redhat.com/rhel7/rsyslog: this image was pulled from a legacy registry. Important: This registry version will not be supported in future versions of docker.
Comment 8Giuseppe Scrivano
2016-06-22 15:14:21 UTC
(In reply to Daniel Walsh from comment #9)
> Fixed in atomic-1.11
There is no atomic-1.11 in RHEL7, it works in the latest atomic-1.12.2-2.el7.x86_64.
# atomic pull rhel7/rsyslog
Image rhel7/rsyslog is being pulled to ostree ...
Pulling layer 5bff4c7815612c6776a5e2ddc79b6375fdee9216ede8194d1a1655e844ab2cd4
Pulling layer 99dd41655d8a45c2fb74f9eeb73e327b3ad4796f0ff0d602c575e32e9804baed
Pulling layer 30cf2e26a24f2a8426cbe8444f8af2ecb7023bd468b05c1b6fd0b2797b0f9ff9
# atomic images list | grep rsyslog
rhel7/rsyslog latest 01fb001f4305 2016-09-18 11:26 system
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://rhn.redhat.com/errata/RHBA-2016-2628.html
atomic-1.10.5-3.el7.x86_64 Trying to pull an image from the registry using just the name, I see the following: # atomic pull rhel7/rsyslog ('Connection aborted.', gaierror(-2, 'Name or service not known')) I'm guessing it is due to the V1 registry. Perhaps BZ1346619 is related?