podbox/quadlets/caddy
2024-11-27 22:24:49 -06:00
..
caddy.build Major reorganization 2024-11-19 21:20:58 -06:00
caddy.container update to named volumes with all containers 2024-11-27 22:24:49 -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