[libvirt] [jenkins-ci PATCH] guests: Use more natural tags for CentOS base images

Andrea Bolognani posted 1 patch 4 years, 4 months ago
Failed in applying to current master (apply log)
guests/host_vars/libvirt-centos-7/docker.yml | 2 +-
guests/host_vars/libvirt-centos-8/docker.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[libvirt] [jenkins-ci PATCH] guests: Use more natural tags for CentOS base images
Posted by Andrea Bolognani 4 years, 4 months ago
Both the 'X' and 'centosX' tags are available on the registry, and
they point to the same image; the former looks more natural though,
so let's use that one.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 guests/host_vars/libvirt-centos-7/docker.yml | 2 +-
 guests/host_vars/libvirt-centos-8/docker.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guests/host_vars/libvirt-centos-7/docker.yml b/guests/host_vars/libvirt-centos-7/docker.yml
index 59f7f12..5c2e299 100644
--- a/guests/host_vars/libvirt-centos-7/docker.yml
+++ b/guests/host_vars/libvirt-centos-7/docker.yml
@@ -1,2 +1,2 @@
 ---
-docker_base: centos:centos7
+docker_base: centos:7
diff --git a/guests/host_vars/libvirt-centos-8/docker.yml b/guests/host_vars/libvirt-centos-8/docker.yml
index 10c2a50..aae78a2 100644
--- a/guests/host_vars/libvirt-centos-8/docker.yml
+++ b/guests/host_vars/libvirt-centos-8/docker.yml
@@ -1,2 +1,2 @@
 ---
-docker_base: centos:centos8
+docker_base: centos:8
-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [jenkins-ci PATCH] guests: Use more natural tags for CentOS base images
Posted by Fabiano Fidêncio 4 years, 4 months ago
On Thu, Dec 12, 2019 at 12:43 PM Andrea Bolognani <abologna@redhat.com> wrote:
>
> Both the 'X' and 'centosX' tags are available on the registry, and
> they point to the same image; the former looks more natural though,
> so let's use that one.
>
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list