Bug 1677264
Summary: | There is no certs.d directory for podman currently | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Suhaas Bhat <subhat> |
Component: | podman | Assignee: | Valentin Rothberg <vrothber> |
Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 | CC: | ajia, ddarrah, dornelas, dwalsh, igreen, jligon, jnovy, lsm5, mheon, vrothber |
Target Milestone: | rc | ||
Target Release: | 8.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | skopeo-0.1.35-1.git404c5bd | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-05 21:01:33 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: | 1186913, 1734574 |
Description
Suhaas Bhat
2019-02-14 12:16:53 UTC
Valentin can you look into how this would work with containers/image? (In reply to Daniel Walsh from comment #1) > Valentin can you look into how this would work with containers/image? containers/image supports this already (see https://github.com/containers/image/blob/master/docker/docker_client.go#L56). There are two lookup paths, namely `/etc/{containers,docker}/certs.d`, with containers having a higher priority but it's not created by the tools or the packages which aligns with docker's behavior. `man podman-pull`, for instance, mentions the default path but we could reflect if the text could be more explicit. We can also add the /etc/containers/certs.d directory to containers-common. (In reply to Daniel Walsh from comment #3) > We can also add the /etc/containers/certs.d directory to containers-common. I like the idea. Maybe, we can add a `container-certs.d` manpage on top which can later be cross-referenced in the tools' pages? I opened a PR to add `containers-certs.d(5)` manpage: https://github.com/containers/image/pull/594 Certs pr is merged. Fixed in skopeo-0.1.35-1.git404c5bd 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 |