Is your image layer creation in Podman a little slower than you would like? New improvements are coming in Podman v5.8 due early next year. Check out Paul Holzinger's post showing the improvements you can expect! 🔥https://blog.podman.io/2025/12/accelerating-parallel-layer-creation #Podman #OpenSource
I'm trying to understand the finer details of building #container images for my #Python applications. My preffered way of building applications now is with `COPY . /app` followed by `pip install /app`, and I just realised that I can use `RUN --mount=type=bind,source=src,target=/app pip install /app` instead. Are there good reasons to not do this?
With all the holiday goings on, don't forget the Podman Community meeting tomorrow, Dec 2, 2025, at 11:00am EST (UTC-5)! We'll have a 2025 retro, talk about immutable GitHub releases, Materia, and probably more! Hope to see you there! https://hackmd.io/fc1zraYdS0-klJ2KJcfC7w #podman #OpenSource
If you want to build production level container deployment without @kubernetesio, Quadlets might be the answer! Check out this blog from
@Larvitz
:
blog.hofstede.it/production-g... #podman #opensource
Have you been sitting on the edge of your chair waiting for Podman v5.7.0-RC3 to drop? The wait's over, it just dropped, and the release notes are here! https://github.com/containers/podman/releases/tag/v5.7.0-rc3 #podman #OpenSource
Two blog posts in two weeks - what‽
https://www.blog.montgomerie.net/posts/2025-10-18-giving-a-rootful-podman-container-its-own-ip/
Giving a (rootful) Podman container its own IP.
#podman #pihole
THE PROBLEM:
#Podman is using the #VFS storage driver which is basically copying entire filesystems for every layer.
nginx-proxy-manager image probably expanded from 1.13GB to 15-20GB+ because VFS makes full copies instead of using efficient layers.
This begs the question.
ARE ANY OF YOU WALLIES ACTUALLY USING PODMAN IN PRODUCTION?
WTF?
