[libvirt] [dockerfiles PATCH] Refresh after recent changes

Andrea Bolognani abologna at redhat.com
Thu Dec 12 12:08:35 UTC 2019


This makes the en_US.UTF-8 locale available on CentOS 8 and uses
better named tags for CentOS images.

The corresponding libvirt-jenkins-ci commit is 2c996a745a68.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
Pushed under the Dockerfile refresh rule. Text diff below.

 buildenv-libosinfo-centos-7.zip | Bin 572 -> 570 bytes
 buildenv-libosinfo-centos-8.zip | Bin 578 -> 586 bytes
 buildenv-libvirt-centos-7.zip   | Bin 761 -> 758 bytes
 buildenv-libvirt-centos-8.zip   | Bin 781 -> 791 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/buildenv-libosinfo-centos-7.zip b/buildenv-libosinfo-centos-7.zip
index b91f3aa..ac09cf5 100644
--- a/buildenv-libosinfo-centos-7.zip
+++ b/buildenv-libosinfo-centos-7.zip
@@ -1,4 +1,4 @@
-FROM centos:centos7
+FROM centos:7
 
 RUN yum update -y && \
     yum install -y epel-release && \
diff --git a/buildenv-libosinfo-centos-8.zip b/buildenv-libosinfo-centos-8.zip
index e739059..6ac848e 100644
--- a/buildenv-libosinfo-centos-8.zip
+++ b/buildenv-libosinfo-centos-8.zip
@@ -1,4 +1,4 @@
-FROM centos:centos8
+FROM centos:8
 
 RUN dnf update -y && \
     dnf install 'dnf-command(config-manager)' -y && \
@@ -19,6 +19,7 @@ RUN dnf update -y && \
         git \
         glib2-devel \
         glibc-devel \
+        glibc-langpack-en \
         gobject-introspection-devel \
         gtk-doc \
         hwdata \
diff --git a/buildenv-libvirt-centos-7.zip b/buildenv-libvirt-centos-7.zip
index 4e9c3db..bc3041f 100644
--- a/buildenv-libvirt-centos-7.zip
+++ b/buildenv-libvirt-centos-7.zip
@@ -1,4 +1,4 @@
-FROM centos:centos7
+FROM centos:7
 
 RUN yum update -y && \
     yum install -y epel-release && \
diff --git a/buildenv-libvirt-centos-8.zip b/buildenv-libvirt-centos-8.zip
index 5410201..bb014ea 100644
--- a/buildenv-libvirt-centos-8.zip
+++ b/buildenv-libvirt-centos-8.zip
@@ -1,4 +1,4 @@
-FROM centos:centos8
+FROM centos:8
 
 RUN dnf update -y && \
     dnf install 'dnf-command(config-manager)' -y && \
@@ -27,6 +27,7 @@ RUN dnf update -y && \
         git \
         glib2-devel \
         glibc-devel \
+        glibc-langpack-en \
         glusterfs-api-devel \
         gnutls-devel \
         iproute \

-- 
2.23.0




More information about the libvir-list mailing list