Closed asagecty closed 1 year ago
3.4 is not supported upstream, I am very sure this was fixed in 4.0.
3.4 is the current version on Jammy. https://packages.ubuntu.com/jammy/podman Do you know when the repo will be updated? We would rather stay away from manual builds on production servers.
@Luap99 any idea on when the Ubuntu repos will be updated?
You need to ask this the ubuntu/debian packager(s), upstream has no control over this. From experience I would guess it will only be updated in new debian/ubuntu versions, bookworm has 4.3.1 at the moment: https://packages.debian.org/bookworm/podman
Issue Description
I have set up a container for redis and oauth2-proxy to run rootless and start on reboot. Randomly (it seems) DNS will fail on the oauth2-proxy container. When this happens, there are extra logs in
journalctl --user -u oauth2-proxy.service
relating to dnsmasq that I do not see when everything is working normally.To get things working again, I can run
podman network reload --all
and restart the service and it will start working again. When I reload the networks, I get the following error:After that I can start the service again and everything is fine until a random reboot breaks again
Steps to reproduce the issue
Steps to reproduce the issue
journalctl --user -u oauth2-proxy.service
and see log etries for dnsmasqpodman network reload --all
then restart the service and everything works againDescribe the results you received
DNS is broken at random on system reboots
Describe the results you expected
DNS should work on every reboot
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting