Bug 1719994
Summary: | [8.1.0] Registries.conf not configured to search registry.access.redhat.com | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Scott McCarty <smccarty> | |
Component: | podman | Assignee: | Jindrich Novy <jnovy> | |
Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.0 | CC: | ddarrah, dornelas, dwalsh, jligon, jnovy, lsm5, mheon, toneata, walters, ypu | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | 8.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | skopeo-0.1.37-3 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1721232 (view as bug list) | Environment: | ||
Last Closed: | 2019-11-05 21:02:22 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1721232, 1734574 |
Description
Scott McCarty
2019-06-12 21:50:14 UTC
> The /etc/containers/registries.conf file is not configured to search registry.access.redhat.com
Isn't that registry deprecated? Why would we want to search it by default?
It was brought back from the Brink. UBI saved it. We force users of registry.redhat.io to have a Red Hat license to access it, But registry.access.redhat.com is open to anyone. Since we want everyone to use UBI, we need to leave it on an Open Registry. Dan, is dead on. registry.redhat.io and registry.access.redhat.com are both backended by pulp, but moving to quay.io. Until registry.redhat.io moves to quay, we won't be able to support "unauthenticated" repositories for UBI. Even after we do eventually migrate (no timeline today), we will put redirects in place to make sure that registry.access.redhat.com doesn't break until the end of the RHEL 8 lifecycle. Where people get images from is sort of assumed to be part of the value prop of a long lifecycle of RHEL. AKA, people's stuff shouldn't break... Can reproduce with podman-0.10.1.3-5.gitdb08685.el8+2131+7e3e9e07.x86_64. Test with podman-1.4.2-5.module+el8.1.0+4240+893c1ab8.x86_64, it works as expect. Details: # podman pull ubi8 Trying to pull registry.redhat.io/ubi8...ERRO[0002] Error pulling image ref //registry.redhat.io/ubi8:latest: Error initializing source docker://registry.redhat.io/ubi8:latest: unable to retrieve auth token: invalid username/password Failed Trying to pull registry.access.redhat.com/ubi8...Getting image source signatures Copying blob c65691897a4d done Copying blob 641d7cc5cbc4 done Copying config 11f9dba4d1 done Writing manifest to image destination Storing signatures 11f9dba4d1bc7bbead64adb8fd73ea92dca5fac88a9b5c2c9796abcf2e97846d 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/RHSA-2019:3403 |