Bug 2002721
| Summary: | podman auto update fails to login to registry after podman upgrade to 3.2 [rhel-8.6.0] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | podman | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED ERRATA | QA Contact: | Joy Pu <ypu> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.6 | CC: | bbaude, dwalsh, jligon, jnovy, lmiksik, lsm5, mheon, pthomas, tsweeney, umohnani, vrothber, ypu |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | podman-4.0.0-0.2.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2000943 | Environment: | |
| Last Closed: | 2022-05-10 13:27: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: | |
| Embargoed: | |||
| Bug Depends On: | 2000943 | ||
| Bug Blocks: | |||
|
Comment 2
Jindrich Novy
2021-09-10 10:57:16 UTC
Test with podman-3.4.1-3.module+el8.6.0+12998+730dddcd.x86_64 and it works as expected. So set this to verified. More details: # cat container-test-auto.service # container-test-auto.service # autogenerated by Podman 3.4.1-dev # Mon Nov 8 08:11:05 EST 2021 [Unit] Description=Podman container-test-auto.service Documentation=man:podman-generate-systemd(1) Wants=network-online.target After=network-online.target RequiresMountsFor=%t/containers [Service] Environment=PODMAN_SYSTEMD_UNIT=%n Restart=on-failure TimeoutStopSec=70 ExecStartPre=/bin/rm -f %t/%n.ctr-id ExecStart=/usr/bin/podman run --cidfile=%t/%n.ctr-id --cgroups=no-conmon --rm --sdnotify=conmon -d --replace --tls-verify=false --authfile=/root/auth.json --label io.containers.autoupdate=image --label io.containers.autoupdate.authfile=/root/auth.json --name test-auto localhost:5000/testauto top ExecStop=/usr/bin/podman stop --ignore --cidfile=%t/%n.ctr-id ExecStopPost=/usr/bin/podman rm -f --ignore --cidfile=%t/%n.ctr-id Type=notify NotifyAccess=all [Install] WantedBy=multi-user.target default.target # podman auto-update Trying to pull localhost:5000/testauto:latest... Getting image source signatures Copying blob 70ce06140e31 skipped: already exists Copying config f0b02e9d09 done Writing manifest to image destination Storing signatures UNIT CONTAINER IMAGE POLICY UPDATED container-test-auto.service 07cfad322061 (test-auto) localhost:5000/testauto registry true 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 (Important: container-tools:rhel8 security, bug fix, and enhancement update), 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-2022:1762 |