-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman --remote run pulls image on every invocation #12201
Comments
This seems related to the new policy:
Previously it would only pull if missing
|
This scenario happens with:
https://packages.ubuntu.com/impish/podman
https://formulae.brew.sh/formula/podman#default
So instead, it pulls every time. |
The workaround is to run
(lima uses Instead of trying to use the
(lima sets up a ssh tunnel from the host home, to the VM socket) |
This looks like it works correctly in podman 3.4.
|
It looks like there are no kubic packages available for Ubuntu 21.10. https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman So that is not really an option (yet), unless using the debs from 21.04 ? . /etc/os-release
VERSION_ID=$(echo $VERSION_ID | sed -e 's/21.10/21.04/g') EDIT: That installed 3.3.1, but it does understand the policy value - so it works.
Apparently the new OS distribution and podman 3.4 release was still in "testing": https://build.opensuse.org/package/show/devel:kubic:libcontainers:testing/podman |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman4 client pulls image every single run, where podman3 client only pulls if missing.
Steps to reproduce the issue:
podman --remote run busybox true
podman --remote run busybox true
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Client: Ubuntu 20.04
Server: Ubuntu 21.10
The text was updated successfully, but these errors were encountered: