mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
ci: Refresh Dockerfiles
All targets get pip3, which is now part of the base system, and the number of native packages included in the MinGW containers is significantly reduced. The corresponding libvirt-ci commit is 4ff697ba0b5d. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
0c6cef8eb6
commit
d95eeb97a3
@ -76,6 +76,7 @@ RUN dnf install 'dnf-command(config-manager)' -y && \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
|
@ -77,6 +77,7 @@ RUN dnf install -y centos-release-stream && \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -81,6 +81,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -81,6 +81,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
@ -74,6 +74,7 @@ RUN dnf update -y && \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
|
@ -74,6 +74,7 @@ RUN dnf update -y && \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
|
@ -3,97 +3,59 @@ FROM fedora:rawhide
|
|||||||
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
|
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
|
||||||
dnf update -y && \
|
dnf update -y && \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
audit-libs-devel \
|
|
||||||
augeas \
|
augeas \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
avahi-devel \
|
|
||||||
bash \
|
bash \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
chrony \
|
chrony \
|
||||||
cppi \
|
cppi \
|
||||||
cyrus-sasl-devel \
|
|
||||||
dbus-devel \
|
|
||||||
device-mapper-devel \
|
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
dwarves \
|
dwarves \
|
||||||
ebtables \
|
ebtables \
|
||||||
fuse-devel \
|
|
||||||
gcc \
|
gcc \
|
||||||
gdb \
|
gdb \
|
||||||
gettext \
|
|
||||||
gettext-devel \
|
gettext-devel \
|
||||||
git \
|
git \
|
||||||
glib2-devel \
|
|
||||||
glibc-devel \
|
|
||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
glusterfs-api-devel \
|
|
||||||
gnutls-devel \
|
|
||||||
iproute \
|
iproute \
|
||||||
iproute-tc \
|
iproute-tc \
|
||||||
iscsi-initiator-utils \
|
iscsi-initiator-utils \
|
||||||
kmod \
|
kmod \
|
||||||
libacl-devel \
|
|
||||||
libattr-devel \
|
|
||||||
libblkid-devel \
|
|
||||||
libcap-ng-devel \
|
|
||||||
libcurl-devel \
|
|
||||||
libiscsi-devel \
|
|
||||||
libnl3-devel \
|
|
||||||
libpcap-devel \
|
|
||||||
libpciaccess-devel \
|
|
||||||
librbd-devel \
|
|
||||||
libselinux-devel \
|
|
||||||
libssh-devel \
|
|
||||||
libssh2-devel \
|
|
||||||
libtirpc-devel \
|
|
||||||
libtool \
|
libtool \
|
||||||
libudev-devel \
|
|
||||||
libwsman-devel \
|
libwsman-devel \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-devel \
|
|
||||||
libxslt \
|
libxslt \
|
||||||
lsof \
|
lsof \
|
||||||
lvm2 \
|
lvm2 \
|
||||||
make \
|
make \
|
||||||
meson \
|
meson \
|
||||||
ncurses-devel \
|
|
||||||
net-tools \
|
net-tools \
|
||||||
netcf-devel \
|
|
||||||
nfs-utils \
|
nfs-utils \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
numactl-devel \
|
|
||||||
numad \
|
numad \
|
||||||
parted \
|
parted \
|
||||||
parted-devel \
|
|
||||||
patch \
|
patch \
|
||||||
perl \
|
perl \
|
||||||
pkgconfig \
|
|
||||||
polkit \
|
polkit \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
radvd \
|
radvd \
|
||||||
readline-devel \
|
|
||||||
rpcgen \
|
rpcgen \
|
||||||
rpm-build \
|
rpm-build \
|
||||||
sanlock-devel \
|
|
||||||
screen \
|
screen \
|
||||||
scrub \
|
scrub \
|
||||||
sheepdog \
|
sheepdog \
|
||||||
strace \
|
strace \
|
||||||
sudo \
|
sudo \
|
||||||
systemtap-sdt-devel \
|
|
||||||
vim \
|
vim \
|
||||||
wireshark-devel \
|
|
||||||
xen-devel \
|
|
||||||
xfsprogs-devel \
|
|
||||||
yajl-devel \
|
|
||||||
zfs-fuse && \
|
zfs-fuse && \
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all -y && \
|
dnf clean all -y && \
|
||||||
@ -109,9 +71,9 @@ RUN dnf install -y \
|
|||||||
mingw32-gettext \
|
mingw32-gettext \
|
||||||
mingw32-glib2 \
|
mingw32-glib2 \
|
||||||
mingw32-gnutls \
|
mingw32-gnutls \
|
||||||
|
mingw32-headers \
|
||||||
mingw32-libssh2 \
|
mingw32-libssh2 \
|
||||||
mingw32-libxml2 \
|
mingw32-libxml2 \
|
||||||
mingw32-openssl \
|
|
||||||
mingw32-pkg-config \
|
mingw32-pkg-config \
|
||||||
mingw32-portablexdr \
|
mingw32-portablexdr \
|
||||||
mingw32-readline && \
|
mingw32-readline && \
|
||||||
|
@ -3,97 +3,59 @@ FROM fedora:rawhide
|
|||||||
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
|
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
|
||||||
dnf update -y && \
|
dnf update -y && \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
audit-libs-devel \
|
|
||||||
augeas \
|
augeas \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
avahi-devel \
|
|
||||||
bash \
|
bash \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
chrony \
|
chrony \
|
||||||
cppi \
|
cppi \
|
||||||
cyrus-sasl-devel \
|
|
||||||
dbus-devel \
|
|
||||||
device-mapper-devel \
|
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
dwarves \
|
dwarves \
|
||||||
ebtables \
|
ebtables \
|
||||||
fuse-devel \
|
|
||||||
gcc \
|
gcc \
|
||||||
gdb \
|
gdb \
|
||||||
gettext \
|
|
||||||
gettext-devel \
|
gettext-devel \
|
||||||
git \
|
git \
|
||||||
glib2-devel \
|
|
||||||
glibc-devel \
|
|
||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
glusterfs-api-devel \
|
|
||||||
gnutls-devel \
|
|
||||||
iproute \
|
iproute \
|
||||||
iproute-tc \
|
iproute-tc \
|
||||||
iscsi-initiator-utils \
|
iscsi-initiator-utils \
|
||||||
kmod \
|
kmod \
|
||||||
libacl-devel \
|
|
||||||
libattr-devel \
|
|
||||||
libblkid-devel \
|
|
||||||
libcap-ng-devel \
|
|
||||||
libcurl-devel \
|
|
||||||
libiscsi-devel \
|
|
||||||
libnl3-devel \
|
|
||||||
libpcap-devel \
|
|
||||||
libpciaccess-devel \
|
|
||||||
librbd-devel \
|
|
||||||
libselinux-devel \
|
|
||||||
libssh-devel \
|
|
||||||
libssh2-devel \
|
|
||||||
libtirpc-devel \
|
|
||||||
libtool \
|
libtool \
|
||||||
libudev-devel \
|
|
||||||
libwsman-devel \
|
libwsman-devel \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-devel \
|
|
||||||
libxslt \
|
libxslt \
|
||||||
lsof \
|
lsof \
|
||||||
lvm2 \
|
lvm2 \
|
||||||
make \
|
make \
|
||||||
meson \
|
meson \
|
||||||
ncurses-devel \
|
|
||||||
net-tools \
|
net-tools \
|
||||||
netcf-devel \
|
|
||||||
nfs-utils \
|
nfs-utils \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
numactl-devel \
|
|
||||||
numad \
|
numad \
|
||||||
parted \
|
parted \
|
||||||
parted-devel \
|
|
||||||
patch \
|
patch \
|
||||||
perl \
|
perl \
|
||||||
pkgconfig \
|
|
||||||
polkit \
|
polkit \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
radvd \
|
radvd \
|
||||||
readline-devel \
|
|
||||||
rpcgen \
|
rpcgen \
|
||||||
rpm-build \
|
rpm-build \
|
||||||
sanlock-devel \
|
|
||||||
screen \
|
screen \
|
||||||
scrub \
|
scrub \
|
||||||
sheepdog \
|
sheepdog \
|
||||||
strace \
|
strace \
|
||||||
sudo \
|
sudo \
|
||||||
systemtap-sdt-devel \
|
|
||||||
vim \
|
vim \
|
||||||
wireshark-devel \
|
|
||||||
xen-devel \
|
|
||||||
xfsprogs-devel \
|
|
||||||
yajl-devel \
|
|
||||||
zfs-fuse && \
|
zfs-fuse && \
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all -y && \
|
dnf clean all -y && \
|
||||||
@ -109,9 +71,9 @@ RUN dnf install -y \
|
|||||||
mingw64-gettext \
|
mingw64-gettext \
|
||||||
mingw64-glib2 \
|
mingw64-glib2 \
|
||||||
mingw64-gnutls \
|
mingw64-gnutls \
|
||||||
|
mingw64-headers \
|
||||||
mingw64-libssh2 \
|
mingw64-libssh2 \
|
||||||
mingw64-libxml2 \
|
mingw64-libxml2 \
|
||||||
mingw64-openssl \
|
|
||||||
mingw64-pkg-config \
|
mingw64-pkg-config \
|
||||||
mingw64-portablexdr \
|
mingw64-portablexdr \
|
||||||
mingw64-readline && \
|
mingw64-readline && \
|
||||||
|
@ -75,6 +75,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
|
@ -82,6 +82,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
policykit-1 \
|
policykit-1 \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user