[libvirt PATCH 0/2] Refresh Dockerfiles

Erik Skultety posted 2 patches 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1611073328.git.eskultet@redhat.com
There is a newer version of this series
.gitlab-ci.yml                                |  17 ++-
ci/containers/ci-centos-7.Dockerfile          |   4 +-
ci/containers/ci-centos-8.Dockerfile          |   2 +-
ci/containers/ci-centos-stream.Dockerfile     |   9 +-
.../ci-debian-10-cross-aarch64.Dockerfile     |   2 +-
.../ci-debian-10-cross-armv6l.Dockerfile      |   2 +-
.../ci-debian-10-cross-armv7l.Dockerfile      |   2 +-
.../ci-debian-10-cross-i686.Dockerfile        |   2 +-
.../ci-debian-10-cross-mips.Dockerfile        |   4 +-
.../ci-debian-10-cross-mips64el.Dockerfile    |   2 +-
.../ci-debian-10-cross-mipsel.Dockerfile      |   2 +-
.../ci-debian-10-cross-ppc64le.Dockerfile     |   2 +-
.../ci-debian-10-cross-s390x.Dockerfile       |   4 +-
ci/containers/ci-debian-10.Dockerfile         |   2 +-
.../ci-debian-sid-cross-aarch64.Dockerfile    |   2 +-
.../ci-debian-sid-cross-armv6l.Dockerfile     |   2 +-
.../ci-debian-sid-cross-armv7l.Dockerfile     |   2 +-
.../ci-debian-sid-cross-i686.Dockerfile       |   2 +-
.../ci-debian-sid-cross-mips64el.Dockerfile   |   2 +-
.../ci-debian-sid-cross-mipsel.Dockerfile     |   2 +-
.../ci-debian-sid-cross-ppc64le.Dockerfile    |   2 +-
.../ci-debian-sid-cross-s390x.Dockerfile      |   4 +-
ci/containers/ci-debian-sid.Dockerfile        |   2 +-
ci/containers/ci-fedora-32.Dockerfile         |   2 +-
ci/containers/ci-fedora-33.Dockerfile         |   2 +-
...ci-fedora-rawhide-cross-mingw32.Dockerfile |   2 +-
...ci-fedora-rawhide-cross-mingw64.Dockerfile |   2 +-
ci/containers/ci-fedora-rawhide.Dockerfile    |   2 +-
ci/containers/ci-opensuse-152.Dockerfile      | 100 ++++++++++++++++++
ci/containers/ci-ubuntu-1804.Dockerfile       |   2 +-
ci/containers/ci-ubuntu-2004.Dockerfile       |   2 +-
31 files changed, 152 insertions(+), 38 deletions(-)
create mode 100644 ci/containers/ci-opensuse-152.Dockerfile
[libvirt PATCH 0/2] Refresh Dockerfiles
Posted by Erik Skultety 3 years, 3 months ago
Note that openSUSE Leap 15.1 container hasn't been removed yet as it reaches
EOL on January 31, 2021, we'll build on both.

Erik Skultety (2):
  ci: Refresh Dockerfiles
  ci: Add openSUSE Leap 15.2

 .gitlab-ci.yml                                |  17 ++-
 ci/containers/ci-centos-7.Dockerfile          |   4 +-
 ci/containers/ci-centos-8.Dockerfile          |   2 +-
 ci/containers/ci-centos-stream.Dockerfile     |   9 +-
 .../ci-debian-10-cross-aarch64.Dockerfile     |   2 +-
 .../ci-debian-10-cross-armv6l.Dockerfile      |   2 +-
 .../ci-debian-10-cross-armv7l.Dockerfile      |   2 +-
 .../ci-debian-10-cross-i686.Dockerfile        |   2 +-
 .../ci-debian-10-cross-mips.Dockerfile        |   4 +-
 .../ci-debian-10-cross-mips64el.Dockerfile    |   2 +-
 .../ci-debian-10-cross-mipsel.Dockerfile      |   2 +-
 .../ci-debian-10-cross-ppc64le.Dockerfile     |   2 +-
 .../ci-debian-10-cross-s390x.Dockerfile       |   4 +-
 ci/containers/ci-debian-10.Dockerfile         |   2 +-
 .../ci-debian-sid-cross-aarch64.Dockerfile    |   2 +-
 .../ci-debian-sid-cross-armv6l.Dockerfile     |   2 +-
 .../ci-debian-sid-cross-armv7l.Dockerfile     |   2 +-
 .../ci-debian-sid-cross-i686.Dockerfile       |   2 +-
 .../ci-debian-sid-cross-mips64el.Dockerfile   |   2 +-
 .../ci-debian-sid-cross-mipsel.Dockerfile     |   2 +-
 .../ci-debian-sid-cross-ppc64le.Dockerfile    |   2 +-
 .../ci-debian-sid-cross-s390x.Dockerfile      |   4 +-
 ci/containers/ci-debian-sid.Dockerfile        |   2 +-
 ci/containers/ci-fedora-32.Dockerfile         |   2 +-
 ci/containers/ci-fedora-33.Dockerfile         |   2 +-
 ...ci-fedora-rawhide-cross-mingw32.Dockerfile |   2 +-
 ...ci-fedora-rawhide-cross-mingw64.Dockerfile |   2 +-
 ci/containers/ci-fedora-rawhide.Dockerfile    |   2 +-
 ci/containers/ci-opensuse-152.Dockerfile      | 100 ++++++++++++++++++
 ci/containers/ci-ubuntu-1804.Dockerfile       |   2 +-
 ci/containers/ci-ubuntu-2004.Dockerfile       |   2 +-
 31 files changed, 152 insertions(+), 38 deletions(-)
 create mode 100644 ci/containers/ci-opensuse-152.Dockerfile

-- 
2.29.2


Re: [libvirt PATCH 0/2] Refresh Dockerfiles
Posted by Daniel P. Berrangé 3 years, 3 months ago
On Tue, Jan 19, 2021 at 05:22:12PM +0100, Erik Skultety wrote:
> Note that openSUSE Leap 15.1 container hasn't been removed yet as it reaches
> EOL on January 31, 2021, we'll build on both.

We should remove it right now, because it'll be EOL by the time of
the next libvirt release on March 1st, so there's no need to test
code on it during this dev cycle.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [libvirt PATCH 0/2] Refresh Dockerfiles
Posted by Erik Skultety 3 years, 3 months ago
On Tue, Jan 19, 2021 at 04:30:19PM +0000, Daniel P. Berrangé wrote:
> On Tue, Jan 19, 2021 at 05:22:12PM +0100, Erik Skultety wrote:
> > Note that openSUSE Leap 15.1 container hasn't been removed yet as it reaches
> > EOL on January 31, 2021, we'll build on both.
> 
> We should remove it right now, because it'll be EOL by the time of
> the next libvirt release on March 1st, so there's no need to test
> code on it during this dev cycle.

Fair enough, I'll remove it then.

Erik