Quadlet: Podman attempts to pull images even when asked otherwise #27104
-
I can't stop podman from attempting to pull images. In the I am not able to bring up the container when offline. I can bring up the container if I connect to internet. podman version is 5.6.1. Any ideas how to fix this?
journalctl logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
That is a pasta error and not related to the the pull policy setting at all. The log line for the pull seems to be always generated even when there was no pull. What pasta version are you using? And how does the interfaces/routes look on your host when it fails, you can test easily with |
Beta Was this translation helpful? Give feedback.
Patch at https://archives.passt.top/passt-dev/[email protected]/.
See that little
linkdown
in the output ofip route show
? That's aRTNH_F_LINKDOWN
flag, which is a state flag and makes no sense for us to copy when we copy routes, so the kernel refuses our route.You can try out the patch like this, it should take a few seconds:
you can cleanly remove the binaries installed with
sudo make uninstall
.