Skip to content

Commit

Permalink
tasks: add podman-remote
Browse files Browse the repository at this point in the history
This is equivalent to `podman --remote` and sends commands to a running
daemon.  We can use this to communicate with a podman daemon running
outside of the container with its socket bind-mounted in.

Also, sort!
  • Loading branch information
allisonkarlitskaya authored and martinpitt committed Feb 15, 2024
1 parent 319b98f commit 89b9700
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tasks/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@ RUN dnf -y update && \
intltool \
jq \
lcov \
libXt \
libappstream-glib \
libvirt-daemon-driver-storage-core \
libvirt-daemon-driver-qemu \
libvirt-client \
libvirt-daemon-driver-qemu \
libvirt-daemon-driver-storage-core \
libvirt-python3 \
libXt \
nc \
net-tools \
nodejs-devel \
npm \
passwd \
pigz \
psmisc \
podman-remote \
procps-ng \
psmisc \
python3 \
python3-build \
python3-flake8 \
Expand All @@ -53,7 +54,8 @@ RUN dnf -y update && \
tar \
valgrind \
vim-enhanced \
virt-install && \
virt-install \
&& \
curl -o /tmp/cockpit.spec -s https://raw.githubusercontent.com/cockpit-project/cockpit/main/tools/cockpit.spec && \
dnf -y builddep --setopt=install_weak_deps=False /tmp/cockpit.spec && \
rm /tmp/cockpit.spec && \
Expand Down

0 comments on commit 89b9700

Please sign in to comment.