podbox/quadlets/caddy
redbeardymcgee f28b99e033 remove bad dependency lines
Podman doesn't actually support `network-online.target` in quadlets
because systemd user sessions cannot see system units.

https://blog.podman.io/2024/10/podman-5-3-changes-for-improved-networking-experience-with-pasta/
2024-11-30 14:19:18 -06:00
..
caddy.build Major reorganization 2024-11-19 21:20:58 -06:00
caddy.container remove bad dependency lines 2024-11-30 14:19:18 -06:00
Caddyfile Major reorganization 2024-11-19 21:20:58 -06:00
config.volume update to named volumes with all containers 2024-11-27 22:24:49 -06:00
Containerfile Major reorganization 2024-11-19 21:20:58 -06:00
data.volume update to named volumes with all containers 2024-11-27 22:24:49 -06:00
README.md Major reorganization 2024-11-19 21:20:58 -06:00

podman 5.2.5

dnf -y install btrfs-progs-devel passt
curl -fsSL \
    -o podman-5.2.5.tar.gz \
    https://github.com/containers/podman/archive/refs/tags/v5.2.5.tar.gz
tar xzf podman-5.2.5.tar.gz
cd podman-5.2.5
make BUILDTAGS="selinux seccomp" PREFIX=/usr