Closed denics closed 1 year ago
Did you try with the latest version of Podman and slirp4netns
?
Podman on Debian 12 and did not modify your scripts yet
On Debian 11/12, I'm always using this Kubic project to get the latest version of podman
, containerd
, slirp4netns
, etc...
@denics any update on this?
Just tested successfully on Debian Bookworm (12) with podman-compose version: 1.0.6
and podman version: 4.5.1
.
I rather prefer to use standard packages on my side
I rather prefer to use standard packages on my side
Then I guess you will have to wait until Debian ports a newer Podman version (and package dependencies) into stable
.
Just in case you change your mind about using a more updated version of Podman.
sudo mkdir -p /etc/apt/keyrings
curl -fsSL "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/Debian_Testing/Release.key" | gpg --dearmor | sudo tee /etc/apt/keyrings/devel_kubic_libcontainers_unstable.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/devel_kubic_libcontainers_unstable.gpg] https://download.opensuse.org/repositories/devel:kubic:libcontainers:unstable/Debian_Testing/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list
sudo apt update
sudo apt install podman python3-pip libyajl2 libslirp0
pip3 install podman-compose --break-system-packages
when laucnching
podman-compose --project-name ovos --file docker-compose.yml up --detach
I have this errorI found a mention of this error on the podman issues list: https://github.com/containers/podman/issues/13109