-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[BUG] The latest container cannot be pulled with podman #181
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Any local version of smokeping I build with docker This looks like a bug with
I'll try to build |
Ok, looks like the problem is caused by Older, working version:
Newest, broken version:
The
|
I'm generally reluctant to add workarounds for weird quirks like this because they end up hanging around forever, but the simplest fix is probably just to cleanup the /root/.cpanm folder at the end of the build. Can you give the build from #182 a try once it completes and see if it fixes your issue. |
Thanks, the build from #182 works fine. I've also opened an issue in the upstream repo to address the root cause of the problem. |
Is there an existing issue for this?
Current Behavior
Podman fails while trying to pull the latest container version:
The same error also occurs when running
podman pull lscr.io/linuxserver/smokeping:latest
.Note that the first five blobs are copied twice instead of once.This is not related to the error. On local builds, each blob is only copied once, but the error occurs nonetheless.While pulling the image, podman seems to attempt to use a
subuid:subgid
combination of197609:197609
, which lies outside of the ranges configured for the user:Running
podman system migrate
also does not fix the issue.Expected Behavior
When trying to pull the previous version
2.8.2-r3-ls105
, podman does not fail:Steps To Reproduce
podman
podman pull lscr.io/linuxserver/smokeping:2.8.2-r3-ls106
.Environment
CPU architecture
x86-64 and aarch64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: