RunRoot & mistaken IDs
by lejeczek
Hi guys.
I experience this:
-> $ podman images
WARN[0000] RunRoot is pointing to a path
(/run/user/1007/containers) which is not writable. Most
likely podman will fail.
Error: creating events dirs: mkdir /run/user/1007:
permission denied
-> $ id
uid=2001(podmania) gid=2001(podmania) groups=2001(podmania)
context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
I think it might have something to do with the fact that I
changed UID for the user, but why would this be?
How troubleshoot & fix it, ideally without system reboot?
many thanks, L.
9 months, 3 weeks
How to build image for own jar file
by Thomas
Hello,
I have successfully build docker image "sapmachine", a build of OpenJDK.
Now I want to build my own image to run my own jar file.
This jar file is located in ~/.mpw-gui/masterpassword-gui.jar, and with
locally installed OpenJDK I would run this command: java -jar
.mpw-gui/masterpassword-gui.jar
Could you please advise how to build my own image for this java application?
THX
11 months, 3 weeks
fs.mqueue.msg_max rootless problem
by Михаил Иванов
Hallo,
Is it possible to get podman to propagate current host fs.mqueue.msg_max
value to rootless container? I can do that if I specify --ipc host when
running the container, but this also exposes other ipc stuff from host
to container, including shared memory, which I do not want.
If I specify --sysctl fs.mqueue.msg_size=64 to podman it gives me
"OCI permission denied" error, even when my host setting (256) is greater
than requested value.
Thanks,
--
Micvhael Ivanov
11 months, 3 weeks
Podman v4.8.0 Released!
by Ashley Cui
We’re excited to announce that Podman v4.8.0 has been released! This
release includes over 20 features and over 20 bugfixes each. Some
highlights include:
- *HyperV Support*: Podman machine now supports HyperV as a provider on
Windows.
- *Heredoc Support*: Containerfiles that contain heredoc syntax can now
be built using podman build.
- *SQLite*: Podman now defaults to SQLite as its database backend. But
don’t worry! If you are still currently using BoltDB, podman will continue
to use Bolt, unless you choose to manually use SQLite
For a full list of changes, see our GitHub release
<https://github.com/containers/podman/releases/tag/v4.8.0> page. Big thanks
to our contributors and community! Try it out and let us know what you
think!
*Upcoming Deprecation Notices*: We are beginning development on Podman 5.0,
which will include a bunch of new features, but also a number of breaking
changes and deprecations. We are still finalizing what will be done, but a
preliminary list is below. Please note that none of these changes are
present in Podman 4.8; this is a preview of upcoming changes.
- Podman 5.0 will deprecate the BoltDB database backend. Exact details
on the transition to SQLite are still being decided – expect more news here
soon.
- The containers.conf configuration file will be broken up into multiple
separate files, ensuring that it will never be rewritten by Podman.
- Support for the CNI network backend and Cgroups V1 are being
deprecated and gated by build tags. They will not be enabled in Podman
builds by default.
- A variety of small breaking changes to the REST API are planned, both
to improve Docker compatibility and to better support containers.conf
settings when creating and managing containers.
11 months, 4 weeks
mqueue msg_max in rootless container
by Michael Ivanov
Hallo!
I'm trying to run my application in podman rootless container and I stumble
on following problem: my program needs /proc/sys/fs/mqueue/msg_max to be at
least 256, but in running container this value is just 10. When I try to
specify this parameter while running the image (--sysctl 'fs.mqueue.msg_max=256')
I get the following error:
Error: open /proc/sys/fs/mqueue/msg_max: Permission denied: OCI permission denied
and container is not created.
My host where container is being run has this parameter set to 256. How can I
expose current host setting for msg_max to my container?
Best regards,
--
\ / | |
(OvO) | Михаил Иванов |
(^^^) | |
\^/ | E-mail: ivans(a)isle.spb.ru |
^ ^ | |
12 months
Nov/Dec Cabal meetings combined to Tuesday December 12, 2023, 11:00 a.m. EST (UTC-5)
by Tom Sweeney
Hi All,
Two for one deal! We currently have no topics for tomorrow's (November
21) Podman Community Cabal meeting, and we have been receiving several
notes from people saying they will not be attending due to holiday
plans. We suspect similar issues will occur at the next meeting, which
is scheduled for Wednesday, December 19, 2023.
Given that, we have decided to drop tomorrow's meeting and combine the
November and December Podman Community Cabal meetings, which will be
held on Tuesday, December 12, 2023, at 11:00 a.m. EST (UTC-5).
t
1 year
Podman v4.8-RC1
by Ashley Cui
Hi all,
A new pre-release, Podman v4.8.0-rc1 is now available.
This includes a bunch of new features, including the HyperV provider for
Podman machine. The release also includes over 20 bugfixes.
Check out the pre-release page, let us know how we're doing, and stay tuned
for the full release.
https://github.com/containers/podman/releases/tag/v4.8.0-rc1
Thanks!
--
Ashley Cui
1 year