mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-02-12 21:57:29 +03:00
gitlab: refresh container images
This replaces opensuse 15.1 with 15.2 This bring in the missing vte package dep Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
74fdd26c94
commit
d1ed3d4e75
@ -151,10 +151,10 @@ x86-fedora-rawhide-container:
|
||||
variables:
|
||||
NAME: fedora-rawhide
|
||||
|
||||
x86-opensuse-151-container:
|
||||
x86-opensuse-152-container:
|
||||
<<: *container_job_definition
|
||||
variables:
|
||||
NAME: opensuse-151
|
||||
NAME: opensuse-152
|
||||
|
||||
x86-ubuntu-1804-container:
|
||||
<<: *container_job_definition
|
||||
@ -219,10 +219,10 @@ x86-fedora-rawhide-dist-build:
|
||||
variables:
|
||||
NAME: fedora-rawhide
|
||||
|
||||
x86-opensuse-151-dist-build:
|
||||
x86-opensuse-152-dist-build:
|
||||
<<: *dist_native_build_job_definition
|
||||
variables:
|
||||
NAME: opensuse-151
|
||||
NAME: opensuse-152
|
||||
RPM: skip
|
||||
|
||||
x86-ubuntu-1804-dist-build:
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile centos-7 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.centos.org/centos:7
|
||||
|
||||
RUN yum update -y && \
|
||||
@ -32,7 +32,8 @@ RUN yum update -y && \
|
||||
pkgconfig \
|
||||
rest-devel \
|
||||
rpm-build \
|
||||
spice-gtk3-devel && \
|
||||
spice-gtk3-devel \
|
||||
vte291-devel && \
|
||||
yum autoremove -y && \
|
||||
yum clean all -y && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile centos-8 libvirt+minimal,libvirt-glib,gtk-vnc,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM docker.io/library/centos:8
|
||||
|
||||
RUN dnf update -y && \
|
||||
@ -51,7 +51,8 @@ RUN dnf update -y && \
|
||||
rpcgen \
|
||||
rpm-build \
|
||||
spice-gtk3-devel \
|
||||
vala && \
|
||||
vala \
|
||||
vte291-devel && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all -y && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile centos-stream libvirt+minimal,libvirt-glib,gtk-vnc,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM docker.io/library/centos:8
|
||||
|
||||
RUN dnf update -y && \
|
||||
@ -52,7 +52,8 @@ RUN dnf update -y && \
|
||||
rpcgen \
|
||||
rpm-build \
|
||||
spice-gtk3-devel \
|
||||
vala && \
|
||||
vala \
|
||||
vte291-devel && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all -y && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile debian-10 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM docker.io/library/debian:10-slim
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
@ -29,6 +29,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
libtool-bin \
|
||||
libvirt-dev \
|
||||
libvirt-glib-1.0-dev \
|
||||
libvte-2.91-dev \
|
||||
libxml2-dev \
|
||||
libxml2-utils \
|
||||
locales \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile debian-sid libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM docker.io/library/debian:sid-slim
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
@ -29,6 +29,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
libtool-bin \
|
||||
libvirt-dev \
|
||||
libvirt-glib-1.0-dev \
|
||||
libvte-2.91-dev \
|
||||
libxml2-dev \
|
||||
libxml2-utils \
|
||||
locales \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile fedora-32 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.fedoraproject.org/fedora:32
|
||||
|
||||
RUN dnf install -y nosync && \
|
||||
@ -40,7 +40,8 @@ exec "$@"' > /usr/bin/nosync && \
|
||||
pkgconfig \
|
||||
rest-devel \
|
||||
rpm-build \
|
||||
spice-gtk3-devel && \
|
||||
spice-gtk3-devel \
|
||||
vte291-devel && \
|
||||
nosync dnf autoremove -y && \
|
||||
nosync dnf clean all -y && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile fedora-33 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.fedoraproject.org/fedora:33
|
||||
|
||||
RUN dnf install -y nosync && \
|
||||
@ -40,7 +40,8 @@ exec "$@"' > /usr/bin/nosync && \
|
||||
pkgconfig \
|
||||
rest-devel \
|
||||
rpm-build \
|
||||
spice-gtk3-devel && \
|
||||
spice-gtk3-devel \
|
||||
vte291-devel && \
|
||||
nosync dnf autoremove -y && \
|
||||
nosync dnf clean all -y && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile --cross mingw32 fedora-rawhide libvirt,libvirt-glib,gtk-vnc,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
|
||||
RUN dnf install -y nosync && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile --cross mingw64 fedora-rawhide libvirt,libvirt-glib,gtk-vnc,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
|
||||
RUN dnf install -y nosync && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile fedora-rawhide libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
|
||||
RUN dnf install -y nosync && \
|
||||
@ -41,7 +41,8 @@ exec "$@"' > /usr/bin/nosync && \
|
||||
pkgconfig \
|
||||
rest-devel \
|
||||
rpm-build \
|
||||
spice-gtk3-devel && \
|
||||
spice-gtk3-devel \
|
||||
vte291-devel && \
|
||||
nosync dnf autoremove -y && \
|
||||
nosync dnf clean all -y && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# THIS FILE WAS AUTO-GENERATED
|
||||
#
|
||||
# $ lcitool dockerfile opensuse-151 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
# $ lcitool dockerfile opensuse-152 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
FROM registry.opensuse.org/opensuse/leap:15.1
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM registry.opensuse.org/opensuse/leap:15.2
|
||||
|
||||
RUN zypper update -y && \
|
||||
zypper install -y \
|
||||
@ -17,7 +17,7 @@ RUN zypper update -y && \
|
||||
git \
|
||||
glib2-devel \
|
||||
glibc-locale \
|
||||
gtk-vnc2-devel \
|
||||
gtk-vnc-devel \
|
||||
gtk3-devel \
|
||||
icoutils \
|
||||
libgovirt-devel \
|
||||
@ -30,7 +30,8 @@ RUN zypper update -y && \
|
||||
make \
|
||||
pkgconfig \
|
||||
rpm-build \
|
||||
spice-gtk-devel && \
|
||||
spice-gtk-devel \
|
||||
vte-devel && \
|
||||
zypper clean --all && \
|
||||
rpm -qa | sort > /packages.txt && \
|
||||
mkdir -p /usr/libexec/ccache-wrappers && \
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile ubuntu-1804 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM docker.io/library/ubuntu:18.04
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
@ -28,6 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
libtool-bin \
|
||||
libvirt-dev \
|
||||
libvirt-glib-1.0-dev \
|
||||
libvte-2.91-dev \
|
||||
libxml2-dev \
|
||||
libxml2-utils \
|
||||
locales \
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# $ lcitool dockerfile ubuntu-2004 libvirt+dist,libvirt-glib+dist,gtk-vnc+dist,virt-viewer
|
||||
#
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
||||
# https://gitlab.com/libvirt/libvirt-ci/-/commit/860993e19c005848fde8087941acdbd7ffdcf295
|
||||
FROM docker.io/library/ubuntu:20.04
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
@ -28,6 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
libtool-bin \
|
||||
libvirt-dev \
|
||||
libvirt-glib-1.0-dev \
|
||||
libvte-2.91-dev \
|
||||
libxml2-dev \
|
||||
libxml2-utils \
|
||||
locales \
|
||||
|
Loading…
x
Reference in New Issue
Block a user